Version: 1.0.0 Status: Available for Phase 0 Selection
Templates are pre-configured starting points for common application types. When you describe your idea in Phase 0, Claude can suggest a relevant template that includes:
- Pre-defined file structure
- Common features for that app type
- Appropriate monetization patterns
- Relevant market research focus
- Quality expectations specific to the category
Templates accelerate your build by providing sensible defaults while remaining fully customizable.
| Template | Description | Best For |
|---|---|---|
| saas-starter | Subscription-based productivity app | Habit trackers, task managers, note apps |
| e-commerce | Shopping and retail experience | Stores, marketplaces, catalogs |
| social-app | Community and content sharing | Photo apps, forums, social networks |
| Template | Description | Best For |
|---|---|---|
| defi-starter | DeFi dashboard with optional AI | Portfolio trackers, analytics, DEX |
| nft-marketplace | NFT gallery and trading | Art marketplaces, collectibles |
| Template | Description | Best For |
|---|---|---|
| portfolio | Professional portfolio showcase | Developers, designers, creatives |
| saas-landing | High-converting landing page | SaaS products, B2B services |
| Template | Description | Best For |
|---|---|---|
| social-starter | Social content mini app | Daily prompts, community sharing |
| Template | Description | Best For |
|---|---|---|
| api-integration | Multi-API integration agent | Data aggregation, webhooks |
| x402-endpoint | Pay-per-call API with x402 paywall. Live in ~5 min, Bazaar-listable. | Monetized agent services, paid data/AI APIs on Base |
| Template | Description | Best For |
|---|---|---|
| code-formatter | Auto-format on save | Code quality automation |
When you describe your app idea, Claude checks for template relevance:
User: "I want to build a habit tracking app"
Claude (Phase 0 - Intent Normalization):
"I notice your idea aligns with our SaaS Starter template which
includes dashboard layouts, streak tracking, and subscription
monetization patterns.
Would you like me to use this template as a foundation?
(The template provides defaults - you can customize everything)"
Templates are suggestions, not requirements. You can:
- Accept - Use the template with customizations
- Decline - Build from scratch (default pipeline behavior)
- Mix - Use some template elements, skip others
Each template provides:
templates/<pipeline>/<template-name>/
├── TEMPLATE.md # Template documentation
├── defaults/ # (if applicable) Default files
└── examples/ # (if applicable) Example outputs
All templates meet these criteria:
| Criterion | Requirement |
|---|---|
| Documentation | Complete TEMPLATE.md with all sections |
| Customization | Clear customization points documented |
| Quality | Ralph expectations defined |
| Research | Market research focus areas identified |
| Compatibility | Works with current pipeline version |
Want to contribute a template? Follow these steps:
Templates should address a common use case with:
- At least 10% of builds could use it
- Distinct features from existing templates
- Clear value proposition
mkdir -p templates/<pipeline>/<template-name>
touch templates/<pipeline>/<template-name>/TEMPLATE.mdYour TEMPLATE.md must include:
- Header - Pipeline, category, complexity
- Description - What the template provides
- Pre-Configured Features - What's included
- Ideal For - Target use cases
- File Structure - Expected output structure
- Default Tech Stack - Technologies used
- Usage - How Claude uses it in Phase 0
- Customization Points - What can be changed
- Quality Expectations - Ralph checklist additions
Create a PR with your template to the AppFactory repository.
Templates follow semantic versioning:
- Major (1.0 -> 2.0): Breaking changes to structure
- Minor (1.0 -> 1.1): New features, backward compatible
- Patch (1.0.0 -> 1.0.1): Bug fixes, documentation
Current versions:
| Template | Version | Last Updated |
|---|---|---|
| mobile/saas-starter | 1.0.0 | 2026-01-20 |
| mobile/e-commerce | 1.0.0 | 2026-01-20 |
| mobile/social-app | 1.0.0 | 2026-01-20 |
| dapp/defi-starter | 1.0.0 | 2026-01-20 |
| dapp/nft-marketplace | 1.0.0 | 2026-01-20 |
| website/portfolio | 1.0.0 | 2026-01-20 |
| website/saas-landing | 1.0.0 | 2026-01-20 |
| miniapp/social-starter | 1.0.0 | 2026-01-20 |
| agent/api-integration | 1.0.0 | 2026-01-20 |
| plugin/code-formatter | 1.0.0 | 2026-01-20 |
See ROADMAP.md for planned templates:
- Health/fitness tracker
- Meditation/wellness
- Language learning
- Recipe/cooking
- DAO governance dashboard
- Token launchpad
- DEX interface
- Documentation site
- Blog with MDX
- E-commerce storefront
- Document analyzer
- Customer support bot
- Content generator
- Git workflow automation
- Code review assistant
- Documentation generator
Templates - Start faster, customize freely.