THE TEMPLATES · 2 READY TO CLONE

Don't start from a blank repo. Clone a finished one.

When the project type is well-known (portfolio, blog, SaaS dashboard), it's faster to clone a real working repo and customize it than to build from scratch. Each template ships with a built-in customization guide that your AI agent uses to interview you and edit only the parts that change between projects.

How it works

  1. 1. Pick a template that fits your project (portfolio, blog, SaaS, etc.).
  2. 2. Clone it: git clone <cloneUrl>
  3. 3. Tell your AI agent: "I want to customize this template using the customization guide. Walk me through the sections."
  4. 4. The agent asks you the section-by-section questions defined in the template, then edits only what changes between projects (config files, copy, branding).
  5. 5. pnpm install && pnpm dev — yours.