A modern and opinionated Next.js 15 template to kickstart your fullstack web applications with the best tools and developer experience. Built for performance, scalability, and maintainability.
- Next.js 15 – App Router, Server Components, Optimized Performance
- Tailwind CSS v4 – Utility-first CSS with enhanced styling control
- shadcn/ui – Accessible and customizable UI components
- Drizzle ORM – Type-safe SQL query builder for PostgreSQL
- PostgreSQL – Reliable, open-source relational database
- TypeScript – Static type-checking for safer, scalable code
To start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev