SaaS starters · Rank #39
JustShip (SvelteKit)
A svelte 5 and sveltekit saas boilerplate. Including database, authentication, email, analytics
Why this verdict
- No commits in 90 days; last commit 672 days ago.
- Drizzle 0.35.3 declared; latest is 0.45.3 (0.x releases can break).
- Tailwind CSS 3 declared; latest is 4 (1 major behind).
- Zod 3 declared; latest is 4 (1 major behind).
- On current major: SvelteKit.
- Not counted in verdict: Stripe SDK 16 → 22, TypeScript 5 → 7.
Dependency freshness
| Package | Declared | Latest | Status |
|---|---|---|---|
| Stripe SDK stripe | 16.5.0 | 22.6.2 | Behind, not counted |
| TypeScript typescript | 5.6.3 | 7.0.2 | Behind, not counted |
| Drizzle drizzle-orm | 0.35.3 | 0.45.3 | 1 major behind |
| Tailwind CSS tailwindcss | 3.4.14 | 4.3.3 | 1 major behind |
| Zod zod | 3.23.8 | 4.6.5 | 1 major behind |
| SvelteKit @sveltejs/kit | 2.7.2 | 2.70.3 | Current |
Declared = lowest version the kit's package.json allows. Latest = npm "latest" tag. TypeScript and the Stripe SDK are shown but not counted in the verdict.
What's in the stack
- Auth
- Lucia
- Payments
- Stripe
- Database / ORM
- Drizzle, libSQL / Turso
- Testing
- Vitest, Playwright
- Monitoring
- PostHog
Detected from declared dependencies. A listed package means it's installed, not necessarily fully wired up.
What the README says you get
- AuthSocial and magic link auth
Auth (both social and magic link, using Lucia)
- DataTurso database with Drizzle ORM
Database (using turso and drizzle as ORM)
- DeployVercel serverless hosting
Serverless hosting using vercel
- EmailEmail sending via Postmark
Sending Emails (using Postmark)
- UITailwindCSS and shadcn styling
Styling (using tailwindcss and shadcn)
Extracted from the kit's README by a local AI model (qwen3.5:4b) on Sep 26, 2026. Every item is checked against an exact README quote. A README claim is the maker's description, not something we tested.