Websites for the Agentic Era
Completely control your websites through Claude, ChatGPT, Gemini, and more
Placeholder · video
Same tools as the admin. Different door.
Every capability is built once and exposed twice: a screen a person clicks, a typed tool an agent calls. Same definitions, same permissions, same validation.
- pages_write_htmlPages
- redirects_createRedirects
- seo_regenerate_sitemapSEO
- members_disableMembers
Runs on your machine. No account.
One folder per site: a SQLite database, uploads, themes, plugins. Node.js 24, git and npm — nothing else. No Docker, no database server.
- my-site/
- content.db← everything
- uploads/
- themes/
- plugins/
- theme.json
Plain files. Four ways to write them.
Static HTML, Liquid, Handlebars, or a declarative JSON tree an agent can edit safely. Plain HTML is first-class, not a fallback — what you write is what ships.
- Statichtml + css + js
- Templatedliquidjs
- Handlebarshandlebars
- Declarativejson block trees