Use Builder Cloud for backend features
Builder Cloud is the managed backend layer for hosted OXVO Builder apps.
Use it when an app needs more than frontend code and preview.
When Builder Cloud is required
Turn on Builder Cloud before asking Builder to add:
- email/password auth
- user accounts
- database tables and records
- file uploads or managed storage
- secrets
- API routes or server-side business logic
- scheduled jobs or webhooks
For frontend-only work, you can stay in the default Builder flow.
What happens when you enable Cloud
When you enable Cloud for an app:
- You choose a region.
- Builder provisions a managed regional backend for that app.
- Builder writes the managed connection into the app runtime.
- The current product UI and routes stay intact during setup.
- Builder opens the Cloud workspace panel for that app.
In hosted Builder, region choice is permanent for that app after Cloud is enabled.
What the Cloud panel includes
The Cloud panel is organized into app-level backend operations:
| Tab | What it is for |
|---|---|
Overview | Current cloud status, region, usage summary, and workspace-level context |
Database | Browse tables, inspect rows, and understand schema state |
Users | Review app users and basic signup/user activity context |
Auth | Configure sign-in methods and auth-related options |
Storage | Review database size and workspace storage usage |
SQL Editor | Run SQL for managed database work when needed |
Usage | Check Cloud consumption and project-level cost signals |
Logs | Inspect recent backend and app activity |
Settings | Review Cloud status, billing safety, and removal controls |
Auth in Builder Cloud
Builder Cloud is the default backend path for hosted auth work.
That means if you ask Builder for:
- sign in
- sign up
- protected routes
- account-backed features
Builder should use the managed backend path instead of a frontend-only mock.
The Auth area can also extend the standard auth setup with social providers or plugins when your app needs them.
Users, database, and storage
After Cloud is enabled, Builder gives you app-level operational visibility:
- inspect tables and row counts
- browse app users
- review storage usage and largest tables
- use SQL tools for targeted database work
This makes it much easier to verify that backend features are behaving like real product features, not demo placeholders.
Usage, limits, and billing safety
Builder Cloud usage is workspace-scoped.
Important expectations:
- workspaces include a monthly Cloud allowance before overage billing applies
- Cloud usage is separate from Builder AI credits
- Builder can warn or restrict Cloud access if billing issues are not resolved
Open the current workspace in OXVO when you need plan or billing changes.
Remove Cloud carefully
Builder can remove Cloud from an app, but this is a destructive action.
Removing Cloud also removes the managed backend relationship for that app, including hosted auth and data access tied to the managed Cloud setup.
Use removal only when you are certain the app should no longer rely on Builder Cloud.
Recommended Builder Cloud rollout order
- Finish the core frontend flow first.
- Enable Cloud only when backend features are real requirements.
- Add auth or schema changes one feature at a time.
- Verify the flow in preview before moving on to deployment.