Getting Started with basin
Learn how to set up your new SaaS project with the basin template.
Welcome to basin! This template gives you everything you need to build a modern SaaS application.
What is included
- Authentication with Supabase
- AI Chat powered by OpenRouter
- Email via Resend
- Analytics with PostHog
- UI Components from coss-ui
- Blog with MDX content
Getting started
- Clone this repository
- Copy
.env.exampleto.env.localand fill in your keys - Run
pnpm install - Run
pnpm dev
That is it! Your SaaS is running.