Your site is live
This page is a plain file in your own GitHub repository. You can edit it by hand at
/admin — or you can connect an AI assistant and simply tell it what you
want the site to be.
Connect an assistant
This site speaks MCP, so any assistant that supports it can read and
write your content directly. The address is this site's own, with /api/mcp
on the end:
https://your-site-address/api/mcp
The first time you connect, you will be asked to sign in with GitHub. Approve as the account that owns this site — that is how the site knows it is you, and it is the only password involved.
Claude
- Settings → Connectors → add a custom connector
- Paste the address above
- Approve the GitHub sign-in
ChatGPT
- Settings → Connectors → create a custom connector
- Paste the address above
- Approve the GitHub sign-in
Claude Code
claude mcp add --transport http lanza https://your-site-address/api/mcp
Then ask for the site you want
Describe the business, not the software. "I run a violin repair shop in Toronto. I want a page for each service I offer — with the price and how long it takes — and a page listing them all." The assistant works out what content types the site needs, writes the page templates, creates the URLs and fills them in.
Everything it does lands on a draft copy of your site, so you can look
at the whole change before anyone else can. Nothing is public until you press Publish, and
one button in /admin throws the whole draft away if you don't like it.