Docs
Search docs…⌘K
DashboardStart free →
Getting Started
What is WyberAi?Your first buildHow credits work
Web Apps
Generating a web appConnecting SupabasePublishingCustom domainsExporting & self-hosting
Mobile Apps
Generating a mobile appThe live previewExporting to ExpoApp Store submission
Account & Billing
Plans & pricingCredits explainedAI models
Web Apps›Connecting your Supabase backend

Connecting your Supabase backend

Wyber-generated web apps can connect to a Supabase project for auth, a Postgres database, and file storage — without writing any backend code.

What you'll need
  • A generated Wyber web app
  • A Supabase account — free tier is sufficient — supabase.com
  • Your Supabase project URL and anon key

Step-by-step

  1. 1
    Create a Supabase project

    Go to supabase.com, sign in, and create a new project. Choose a region close to your users and wait ~1 minute for provisioning.

    Supabase new project screenScreenshot placeholder — to be added after testing
  2. 2
    Copy your project credentials

    In the Supabase dashboard, go to Settings → API. Copy the Project URL and the anon/public key.

    Supabase API settingsScreenshot placeholder — to be added after testing
  3. 3
    Connect in Wyber

    In the Wyber editor, click the Supabase button in the top bar (or Settings → Database). Paste your Project URL and anon key and click Connect.

    Supabase connect panel in Wyber editorScreenshot placeholder — to be added after testing
  4. 4
    Verify the connection

    Wyber confirms the connection with a green status indicator. Your next generation will automatically use your Supabase project for database queries, auth, and storage.

    Connected statusScreenshot placeholder — to be added after testing
Note: Supabase credentials are stored encrypted and are never included in generated code exports.
← Generating a web appNext: Publishing →