Supabase Platform
Component Detail
Infrastructure
high complexity
backend
0
Dependencies
0
Dependents
3
Entities
0
Integrations
Description
The hosted Supabase project instance providing PostgreSQL database, Auth, Realtime, Storage, and Edge Functions infrastructure. Configured with organization-specific environment variables, project-level settings, and Supabase CLI tooling for local development and CI/CD deployment of migrations and functions.
supabase-platform
Responsibilities
- Host PostgreSQL database with all application tables and RLS policies
- Provide Auth server with JWT issuance and BankID/Vipps OIDC provider integration
- Run Supabase CLI in CI/CD pipeline for migration deployment and function publishing
- Manage environment separation between dev, staging, and production projects
Interfaces
supabase start
supabase db push
supabase db pull
supabase migration new
supabase migration list
supabase functions deploy
supabase functions serve
supabase gen types typescript
supabase projects list
supabase link --project-ref
Related Data Entities (3)
Data entities managed by this component