Nuxt 4 starter template with auth, ui, database and notifications.
- Authorization (nuxt-auth-utils): /protected.vue -> protected route for demo /auth.vue -> register/login page
- UI (nuxt-ui)
- Database (prisma with postgresql)
- GSAP (v-gsap-nuxt)
- Tailwind CSS


- Fill .env
- Run
bunx prisma migrate dev --name init
- Run
bunx prisma generate
- Run
bun run dev