Existing Supabase integration

Deploy your app with its existing Supabase backend.

Keep Supabase for Postgres, Auth, Storage, Realtime, and Edge Functions. RunYour.App analyzes the repository, shows the backend requirements it finds, helps connect the existing project, and deploys the supported app to HTTPS.

  • Existing Supabase project
  • OAuth when available or manual setup
  • Public and server settings separated
  • Provider readiness reported separately

Repository-aware setup

RunYour.App looks for source evidence of Supabase use. Depending on the repository, it can identify requirements for Database, Auth, Storage, Realtime, Edge Functions, migrations, and RLS.

  • Choose an existing Supabase project through OAuth when available, or enter an existing project URL and public app key manually.
  • Map detected environment names to the application component that uses them.
  • See backend readiness and required follow-up actions separately from deployment verification.

Supabase stays your backend

Your Postgres database, Auth, Storage, Realtime, and Edge Functions remain hosted and operated by Supabase. RunYour.App deploys the supported application; it does not create, replace, or host the provider backend.

Public values and server secrets stay separate

Browser-visible builds receive only values intended for public clients, such as the project URL and a publishable or legacy anon key. An elevated key is accepted only when analysis finds a compatible server component that requires it, only for the live runtime, and only after explicit approval. It is never included in a browser build or deployment verification target.

Readiness is not application testing

With provider permission, RunYour.App checks bounded Supabase project metadata and reports relevant capability, Auth redirect, and Supabase custom-domain configuration readiness. It does not sign in as a user, query application data, exercise business logic, or verify every external-service workflow.

Database changes stay under your control

Migration and RLS evidence is reported for manual review. Run the required changes outside RunYour.App, then confirm completion for the exact analyzed application revision. RunYour.App does not execute or independently verify production SQL.

Related deployment guides