Skip to main content
Your agent runs on a cloud sandbox with your workspace’s code, writes the app, and publishes it — no local setup on your end.
A workspace is a Zite database plus the apps built on it. See Workspaces.

1. Connect the Zite MCP

Add the Zite MCP server to your AI tool and authorize it. The MCP URL:
On first connect you sign in and authorize access. The agent then acts as you — it can only see and change workspaces you have access to. Using VS Code, Codex, Windsurf, Zed, or another client? See the per-tool steps in Connect.

2. Describe what you want to build

Tell the agent the system you want — be specific about the data and the screens:
The agent spins up the workspace — a fresh database — and a cloud sandbox, then designs the tables, scaffolds the app, writes the React UI and backend workflows, and iterates until it type-checks and runs — the build loop, which you can watch live in the editor. Already have a workspace? Name it in your prompt and the agent builds into it instead of creating one.

3. Choose who can access it

New apps are internal by default — only your Zite organization can open them. To make an app public, ask the agent to set it external, which adds a sign-in screen (email, Google, or SSO). See Authentication.

4. Publish

External apps go live at https://<subdomain>.zite.so; internal apps become available to your team. Add a custom domain or roll back any time — see Publishing. Next: how building works and the database client.