Websites for the Agentic Era

Completely control your websites through Claude, ChatGPT, Gemini, and more

Placeholder. A 60–90 second walkthrough goes here: ask the assistant for a change, watch the site update.
00 / Intro Self-hosted content platform
01 / Control How it works

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
02 / Local Quickstart

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
03 / Themes How themes work

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

From an empty folder to a published page in ten minutes.