AI-Powered Websites · 6-Phase Pipeline · Live in Minutes
| Phase | Agent | LLM / Tool | API / Binary | Timeout | Output File |
|---|---|---|---|---|---|
| A | Reasoning | DeepSeek V3 (deepseek-chat) | api.deepseek.com + HTTP | 30s LLM · 10s ref-fetch | intake_structured.json |
| B | Deep Research | Web research | search / scrape APIs | variable | research.json |
| C | Scraper | Apify (3 actors) + Firecrawl + HTTP | api.apify.com · api.firecrawl.dev | 30–120s / source | scraped/ directory |
| D | Compiler | Claude Opus 4.7 → Sonnet 4.6 | api.anthropic.com | 120s LLM | compiled.json |
| E | Builder | Claude Code (subprocess) | claude binary · pnpm · astro | 3600s total | site/dist/ |
| F | Deployer | Porkbun API + certbot + nginx + Lighthouse | porkbun.com · Let's Encrypt · npx lighthouse | 120s certbot · 90s lighthouse | deployment.json |
| Gate | After Phase | Timeout | Boss Can | On Timeout |
|---|---|---|---|---|
| Gate 1 | Phase A — Reasoning | 30 min | Approve · Edit fields + re-run DeepSeek · Cancel | Job cancelled with error event |
| Gate 2 | Phase D — Compile | 2 hours | Approve · Edit compiled.json · Cancel | Job cancelled with error event |