Skip to main content
Each app is a React + Vite single-page app in its own directory (apps/<name>/) in the workspace monorepo:
  • Frontendsrc/, styled with Tailwind and the shared shadcn/ui design system (@project/components, which you own).
  • Backend — one file per workflow in src/api/.
  • Generated types — a never-edited .zite/ directory (typed DB client + workflow callers).
  • Configzite.config.json (access mode, integrations, settings).
See Project structure for the full layout.

Access modes

Every app is internal (org members only, auto signed-in — the default) or external (public, with a Zite-hosted sign-in). Access mode drives auth and how the app is served — see Authentication.

Built and served by agents

Agents build apps through the Zite MCP in a cloud sandbox, then compile to a static build — no dev server, no local setup. Internal apps are served to your team; external apps deploy to https://<subdomain>.zite.so or a custom domain. See Publishing.