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.
Portfolio
Personal Developer Portfolio
A polished single-page developer portfolio with blog support, animated sections, and a single-config-file edit point.
Next.js 14TypeScriptTailwind CSSshadcn/uiMagic UI+2
10 customization sections
Blog
Developer Blog
Modern Next.js + Fumadocs MDX blog with dark mode, tags, featured posts, and clean typography.
Next.js 15TypeScriptTailwind CSSFumadocs MDXshadcn/ui
7 customization sections
How it works
- 1. Pick a template that fits your project (portfolio, blog, SaaS, etc.).
- 2. Clone it:
git clone <cloneUrl> - 3. Tell your AI agent: "I want to customize this template using the customization guide. Walk me through the sections."
- 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.
pnpm install && pnpm dev— yours.