This is a boilerplate for a fullstack application using Next.js, TailwindCSS, NextAuth, Prisma, and PostgreSQL.
Uses modern React features like Server Components Some of these features are experimental.
- Protected Client Rendered Components with NextAuth
useSession
hook - Protected Server Rendered Pages with NextAuth
getSession
- Public Server Rendered Pages
- API Routes
- Google, Github authentication
- Dark Mode Toggle
npm run dev
Open http://localhost:3000 with your browser to see the result.
- One click deploy with DB included
- More API Route examples
- Dynamic Routing example
- Demo at : https://fsaboiler.vercel.app
- Database at: Railway