This is a saas starter template. It is completely open source so feel free to use it as you want.
- Next.js 15 Containerized
- Tailwind CSS
- Shadcn UI
- Postgres Docker container
- Drizzle ORM
- Stripe
- Docker Compose
- Better Auth
- Uploadthing
- AWS SES
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.