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
- 1Create 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 - 2Copy 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 - 3Connect 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 - 4Verify 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.