πΈοΈ Open-source tools for building AI-optimized websites at scale. Built for the AI search era.
Answer Engine Optimization β making your website visible to AI search engines (ChatGPT, Claude, Perplexity, Gemini) in addition to traditional SEO. In 2026, AI bots account for 30%+ of web traffic. If your site isn't AEO-optimized, you're invisible to a third of the internet.
Production-ready HTML templates with full AEO layer built-in. Each targets a different business goal.
| Template | Style | Best For | KPI |
|---|---|---|---|
| A β Conversion | Warm gold, trust-building | B2B, consultants, high-ticket | Click-through rate |
| B β Storytelling | Dark editorial, magazine-style | Premium brands, creative studios | Read time, scroll depth |
| C β Performance | Clean white, mobile-first | Local shops, retail, delivery | Mobile conversion, 5s contact |
Every template includes:
- Schema.org JSON-LD (
LocalBusiness/Organization+FAQPage) - Open Graph complete metadata
- Structured FAQ (directly quotable by AI)
- All
γplaceholderγmarkers for easy customization
| Tool | Description |
|---|---|
site_builder.py |
Python builder β generates complete site from DB config |
template_renderer.py |
3-strategy template engine β renders A/B/C with brand data |
onboard_client.py |
One-command site creation CLI |
site_quality_audit.py |
12-indicator AEO quality scorer (90-point scale) |
batch_upgrade.py |
Bulk AEO injection engine β upgrade 27 sites in 5 minutes |
system_health.py |
Multi-site health dashboard |
24/7 monitoring for content generation pipelines. Tracks heartbeat, error rates, output volume, and auto-restarts dead workers. Telegram alerts with cooldown.
Cloudflare Worker that proxies MiniMax API for multi-brand AI customer service. Each brand gets its own character, knowledge base, and conversation history (D1 database).
python3 onboard_client.py \
--name "My Cafe" \
--name-en "My Cafe" \
--industry cafe \
--template performance \
--description "Best coffee in town" \
--phone "+853-1234-5678" \
--chatbotpython3 site_quality_audit.py --slug my-cafepython3 batch_upgrade.py --dry-run # Preview changes
python3 batch_upgrade.py --execute # Applypython3 encyclopedia_hound.py --status # Live dashboard
python3 encyclopedia_hound.py --check # Health check + auto-fixEvery site generated by this toolkit passes all 12 checks:
-
index.htmlβ renderable, 5000+ bytes -
llms.txtβ AI crawler discovery manifest -
robots.txtβ allows GPTBot, ClaudeBot, PerplexityBot + 20 more -
sitemap.xmlβ structured URL discovery - Schema.org JSON-LD β Organization/LocalBusiness
- FAQPage Schema β structured Q&A for AI citation
- Open Graph meta β social sharing
- BingSiteAuth.xml β Bing verification
- AI Chatbot widget β interactive assistant
- Tracker pixel β visit analytics
- Content depth β 5000+ bytes
- IndexNow key β instant search engine notification
βββββββββββββββββββββββββββββββββββββββββββ
β onboard_client.py β
β (one-command site creation) β
ββββββββββββββ¬βββββββββββββ¬ββββββββββββββββ€
β Template A β Template B β Template C β
β Conversion β Editorial β Performance β
ββββββββββββββ΄βββββββββββββ΄ββββββββββββββββ€
β template_renderer.py β
β (brand data β HTML + AEO files) β
βββββββββββββββββββββββββββββββββββββββββββ€
β llms.txt β robots.txt β sitemap.xml β
β Schema β FAQPage β IndexNow β
βββββββββββββββββββββββββββββββββββββββββββ€
β site_quality_audit.py (12 checks) β
β batch_upgrade.py (bulk injection) β
β system_health.py (multi-site dash) β
βββββββββββββββββββββββββββββββββββββββββββ€
β Cloudflare Worker (AI Chatbot) β
β AI Tracker (D1 + Supabase) β
β Encyclopedia Hound (24/7 monitoring) β
βββββββββββββββββββββββββββββββββββββββββββ
See all 27 sites in action: CloudPipe Showcase
- Templates: Pure HTML/CSS/JS (zero dependencies)
- Tools: Python 3.10+ (stdlib only, no pip install needed)
- Chatbot: Cloudflare Workers + D1 + MiniMax API
- Tracking: Cloudflare Workers + Supabase
- Deployment: GitHub Pages / Vercel (auto-deploy on push)
- Monitoring: LaunchAgent cron + Telegram alerts
PRs welcome! Especially:
- New industry templates
- Additional AEO checks
- Translations (currently zh-TW, en)
- Integration with other AI APIs
MIT β use freely, attribution appreciated.


