
Next.js
Vercel's React framework with server-side rendering, static generation, file-based routing, and API routes for production React apps.
Next.js extends React with server-side rendering, static site generation, file-based routing, API routes, and image optimization, all with zero configuration. App Router brings React Server Components, streaming, and nested layouts to the framework.
A common React framework for building production web applications. Use it to optimize SEO with SSR, generate static marketing pages, create API endpoints alongside your frontend, and deploy with one-click on Vercel or any Node.js server.
URL
https://nextjs.org/Recommended tools

Tailwind CSS
Utility-first CSS framework for rapidly building custom designs directly in HTML markup with responsive, state-variant, and dark-mode utilities.

shadcn/ui
Component collection and code distribution platform: copy accessible React components built on Radix UI and Tailwind.

Supabase
Open-source Firebase alternative offering Postgres database, authentication, real-time subscriptions, storage, and edge functions with useful free tier.