Skip to content

unmonk/fsaboiler

Repository files navigation

FSA Boilerplate

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.

Features

  • 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

Getting Started

npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy your own

Deploy with Vercel

TODO

  • One click deploy with DB included
  • More API Route examples
  • Dynamic Routing example

notes

About

Next, Tailwind, NextAuth, Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published