Caddi
Sign inSign up

All templates

The ten starters Caddi maintains today. Each one is roughly 200 lines of code.

Table

SlugStackFor
next-marketingNext.js 15 + MDXBrand and product marketing sites.
astro-marketingAstro + content collectionsStatic marketing pages with great Lighthouse scores.
next-portfolioNext.js + MDX case studiesStudios and freelancers showing work.
astro-localAstro + Google ReviewsLocal-business sites (med spa, salon, restaurant).
next-ecommerceNext.js + Stripe + ShopifySmall storefronts with custom design.
astro-docsAstro StarlightProduct documentation sites.
next-blogNext.js + MDX + RSSEditorial blogs and newsletters.
next-saas-landingNext.js 15 + pricing + auth-stubSaaS landing pages with sign-up flows.
astro-eventAstro + schedule + ticketing-stubConference or event sites.
next-app-shellNext.js + Supabase + StripeFull-stack app shells (auth, billing, dashboard).

Spinning one up

bash
# pick by slug
caddi init "Acme" --template next-saas-landing

# or list and choose interactively
caddi templates list
caddi init

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.

Next

Create your own template →