Dev Sandbox
Temporary Cloud Run sandbox for previewing backend and fullstack apps in the editor before you deploy. No setup; spins up on demand.
When the Sandbox Runs
For frontend-only apps the editor preview is a standard sandboxed iframe rendering your static files. For backend or fullstack apps that need a real server, the editor provisions a short-lived Cloud Run sandbox on demand so the preview reflects actual runtime behavior, not just markup.
Creating and Updating
Create
Update
Discard
Environment
The sandbox boots with the same configuration you would get in production:
- Per-app env vars injected at startup.
- Built-in Services (storage, auth, AI proxy) wired identically.
- App data: reads and writes flow through the same DataConnect path as production.
The closer the sandbox is to production, the fewer surprises after deploy. Treat what you see in preview as the real behavior.
Limits
- Owner-only. Sandbox provisioning is gated by app ownership.
- Inactive sandboxes are recycled to keep idle cost at zero.
- Sandbox runtime matches the function-host per-invocation timeout for backend handlers.
- Available on all plans, including Free.
When you are ready to ship, see Deployment for production tiers.
FAQs
When does the sandbox spin up?▾
How long does a sandbox stay alive?▾
Can I see logs from my backend code in the sandbox?▾
Are env vars used in the sandbox?▾
Ready to build?
Create your first app for free, no credit card required.