Synapse is a Next.js 16 project with authentication scaffolding, Prisma, and PostgreSQL. It currently includes a login flow, Better Auth integration, and a small UI foundation built with Tailwind CSS and shadcn/ui components.
- Next.js 16
- React 19
- Better Auth
- Prisma
- PostgreSQL
- Tailwind CSS 4
- shadcn/ui
- Resend
Install dependencies, add your environment variables, and start the dev server:
pnpm install
pnpm run dev