FAQ
Short answers to the questions that come up most. Follow the links for detail.
Do I need to know how to code?
No. You describe what you want in chat and your AI assistant builds it. The docs explain the platform so the assistant — and you, if you're curious — get the details right.
Do I need to install anything?
No SDK, no CLI. You add the Cloudrizz MCP server to ChatGPT or Claude once — see Connect ChatGPT & Claude.
Can both ChatGPT and Claude connect?
Yes — the Cloudrizz MCP server works with any MCP-capable client, including ChatGPT and Claude. Your apps are the same wherever you build them.
What are apps written in?
A static frontend (HTML, CSS, JavaScript — no build step) and a JavaScript backend of api/*.js route handlers running on the edge. See Anatomy of an app.
Where do my apps run, and can I use my own domain?
On a global edge cloud. Each app gets a free <slug>.cloudrizz.app URL, and you can attach your own domain with automatic SSL — see Custom domains.
Is my app isolated from other apps?
Yes. Each app runs in isolation with its own database and storage, and can't reach another app's data or the platform's managed objects.
Can I bring my own AI or Stripe keys?
Can I see the code that gets generated?
Yes — every file is versioned. Use list_files and read_file (or the dashboard) to view any file at any version, and list_versions for the history.
How do teams work?
Apps belong to an organization. You invite teammates, assign roles, and changes reach production through reviewed pull requests (Branches, PRs & AI merges). Team plans are billed per seat — see pricing.
What does the free tier include?
Enough to build and ship a real app. Exact numbers are on Limits & quotas and pricing.