This guide walks you through setting up and customizing the boilerplate for your SaaS product.
Clone the repository and install dependencies:
git clone https://github.com/your-repo/svelte-saas-boilerplate
cd svelte-saas-boilerplate
npm install Run the setup command to configure your external services:
npx convex dev This starts the Convex development server and creates your first deployment.
Describe what you want to build in plain English. The AI workflow system will guide you through:
| Feature | Status |
|---|---|
| Authentication | Ready to use |
| Billing (Stripe) | Ready to use |
| Email (Resend) | Ready to use |
| Analytics (PostHog) | Ready to use |
| Team Management | Ready to use |
| Blog | Ready to use |
| Documentation | Ready to use |