Website Generator

Describe a business — get a full multi-page website. POST /api/prompt

Clients Leads Auto-pilot
>_ /api/prompt
Describe your website
Be specific about pages, vibe, and interactions. The more detail, the better the generated site. Press ⌘/Ctrl + Enter to generate.
0 characters ⌘/Ctrl + Enter to generate
Try:
/p/
This server is protected. Enter the admin token:
Live →
Your generated website will appear here.
Pick an example above or write your own prompt.
Hosted sites 0
Every generated site is hosted publicly for 30 days at /p/{slug}.
No sites yet.
Hit the endpoint directly
Returns a complete, self-contained, multi-page HTML document.
curl -X POST /api/prompt \ -H "Content-Type: application/json" \ -d '{ "prompt": "Design a corporate team-building murder-mystery booking platform.", "sitename": "acme-mystery" }'
Returns: { ok, html, url, slug, title, expiresAt, elapsedMs, truncated } — the site is hosted at url for 30 days.