My personal boilerplate. So far it has:
- login page
- generic dashboard
- ORM setup with Drizzle and Postgres. At the moment it uses the Neon adapter, but changing to postgres.js is an easy replacement if you use another provider
- Sveltekit
- Better Auth
- Shadcn-svelte
- Tailwind CSS
This is a very simple boilerplate, and i might add to it later as i need more features for other projects. But for now, this is mostly what i need so i'm not majorly expanding it anytime soon. However, if i added anything, it would be:
- Stripe integrations for payments
- Integration with a Redis service like Upstash
- Integration with File storage
- MDSVEX or similar blog system
- idk what else
Use it if you want, I guess. Its MIT licenced.