All templates
The ten starters Caddi maintains today. Each one is roughly 200 lines of code.
Table
| Slug | Stack | For |
|---|---|---|
next-marketing | Next.js 15 + MDX | Brand and product marketing sites. |
astro-marketing | Astro + content collections | Static marketing pages with great Lighthouse scores. |
next-portfolio | Next.js + MDX case studies | Studios and freelancers showing work. |
astro-local | Astro + Google Reviews | Local-business sites (med spa, salon, restaurant). |
next-ecommerce | Next.js + Stripe + Shopify | Small storefronts with custom design. |
astro-docs | Astro Starlight | Product documentation sites. |
next-blog | Next.js + MDX + RSS | Editorial blogs and newsletters. |
next-saas-landing | Next.js 15 + pricing + auth-stub | SaaS landing pages with sign-up flows. |
astro-event | Astro + schedule + ticketing-stub | Conference or event sites. |
next-app-shell | Next.js + Supabase + Stripe | Full-stack app shells (auth, billing, dashboard). |
Spinning one up
What’s under the hood
All ten live in github.com/caddi-build as public repos. Caddi scaffolds by forking from the canonical template repo into your GitHub org — you own the result. Updates upstream don’t silently propagate; you pull what you want.