Start new NextJS project with Supabase Auth. The template includes the initial boilerplate and has:
- Supabase NextJS auth helpers and Auth UI
- Typescript
- ESLint
- Prettier
- Tailwind CSS
- an example of server props data fetching from Supabase
- module aliases (tsconfig and jest.config)
- testing-library (jest)
- an sql script to generate schema to mimic a chat with AI app
Rename .env.local.example
to .env.local
and add your Supabase URL and anon key.