Skip to main content

Nuxt 3 Fullstack Starter

Build fullstack applications with Nuxt 3, Prisma, Tailwind CSS, and JWT authentication.

Server-Side Rendering

Nuxt 3 provides hybrid rendering with SSR, SSG, and client-side navigation out of the box.

Database with Prisma

Type-safe database access with Prisma ORM. SQLite for development, easily swap to PostgreSQL.

JWT Authentication

Secure authentication with JWT tokens, password hashing, and route middleware protection.