š Just shipped something I'm proud of ā the landing page for NRB School! www.nrbschool.com Here's what went into building it: āļø Core Stack: Next.js 15 App Router ā Server Components + nested layouts made structuring this a breeze TypeScript ā because I like catching my mistakes at compile time, not in production š Vanilla CSS ā full control, no utility class soup SEO handled at the layout level with Next.js metadata API š§ A few things I learned/enjoyed: App Router's file-based routing is genuinely elegant for landing page sections Server Components drastically cut down client-side JS ā the page feels snappy Getting Core Web Vitals green was a satisfying challenge It's a virtual school platform, so the goal was to build something that feels trustworthy, loads fast, and works on any device ā especially on mobile where most users are. Still iterating. Always more to improve. š§ If you've worked with the Next.js App Router, I'd love to hear how you're structuring your projects ā drop a comment! #NextJS #AppRouter #TypeScript #WebDev #Frontend #React #ShippedIt