What is Managed Database?
Storage provisioned inside the builder (BYOB DB, Supabase) without manual setup: credentials land in the project environment and schemas stay inspectable from the workspace.
Related terms
Supabase Integration
Connecting a Supabase project for Postgres, auth, and storage from inside the workspace: credentials, schema inspection, migrations, and generated types without leaving the builder.
Environment Variable
Configuration kept out of code: API keys, project refs, secrets. Builders should request missing values explicitly and store them in project environment, never in generated files.
Backend as a Service (BaaS)
Managed database, auth, and storage consumed via APIs instead of operated servers. BaaS is why solo builders ship full-stack apps: Supabase or BYOB DB replaces the ops team.
One-Click Deployment
Publishing a site to production hosting without manual configuration. BYOB deploys to an edge network with rollback to known commits when a release misbehaves.
Custom Domain
Your own address (you.com) instead of a builder subdomain, with automatic SSL. The trust baseline for anything commercial: subdomains convert worse and rank no better.
Visual Editing
Clicking page elements in a live preview and asking the AI to refine text, spacing, or layout. It keeps non-developers in flow while the underlying code stays standard and editable.