SaaS starters · Rank #1
Cloudflare Workers SaaS Template
Cloudflare Workers/Next.js SaaS Template
Why this verdict
- 183 commits by 2 contributors in the last 90 days (38 in the last 30).
- On current major: Drizzle, Next.js, React, Tailwind CSS.
Dependency freshness
| Package | Declared | Latest | Status |
|---|---|---|---|
| Drizzle drizzle-orm | 1.0.0-rc.4 | 0.45.3 | Current |
| Next.js next | 16.2.7 | 16.3.6 | Current |
| React react | 19.2.8 | 19.3.0 | Current |
| Stripe SDK stripe | 22.3.0 | 22.6.2 | Current |
| Tailwind CSS tailwindcss | 4.3.3 | 4.3.3 | Current |
| TypeScript typescript | 7.0.0 | 7.0.2 | 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
Detected from declared dependencies. A listed package means it's installed, not necessarily fully wired up.
What the README says you get
- i18nLocale Routing
Every page lives under `src/app/[locale]/`, so the URL carries the locale. Prefixing is 'as needed': the default locale is served at the bare path (`/blog`) and every other locale is prefixed (`/es/bl
- i18nLocale Detection
Locale from the URL prefix, then the cookie, then `Accept-Language`.
- i18nMessage Catalogs
JSON message catalogs (English and Spanish included).
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; 1 unverifiable item was discarded. A README claim is the maker's description, not something we tested.