Documentation / Concepts

Your website

Build and publish a real website by chatting with your AI assistant — it runs on an isolated server that is yours, served on your own domain.

How it works

Tell Claude or ChatGPT what you want and it builds the site directly on your server: it writes the files, runs the build and previews the result. There is no separate SSH or FTP app to set up — site_run_command is the terminal and site_write_file / site_read_file are the file transfer. Pages are served statically (no Node process at runtime), so any build must emit static files.

It doesn't spend credits

The website tools are free: creating a site, writing files, running builds and previewing never draw from your monthly credit pool. Your plan credits are for ad and data tools; building your site costs nothing.

Getting a server (from the panel)

Isolated & safe

Every server runs in its own hardened (gVisor) container — your files, your commands, isolated from every other tenant. You can disconnect or delete it at any time from the panel.

→ Website tool reference