Supabase Platform
Supabase is a hosted platform which makes it very simple to get started without needing to manage any infrastructure.
Visit app.supabase.com and sign in to start creating projects.
Projects#
Each project on Supabase comes with:
- A dedicated Postgres database
- Auto-generated APIs
- Auth and user management
- Edge Functions
- Realtime API
- Storage
Organizations#
Organizations are a way to group your projects. Each organization can be configured with different team members and billing settings.
Manage team members#
You can invite your team members into your organizations to collaborate on projects.
You can also assign roles to your team members with different access levels. The table below shows the corresponding permissions for each available role in the Dashboard.
Permissions | Owner | Administrator | Developer |
---|---|---|---|
Organization | |||
Change organization name | ✅ | ||
Delete organization | ✅ | ||
Members | |||
Add an Owner | ✅ | ||
Remove an Owner | ✅ | ||
Add an Administrator | ✅ | ✅ | |
Remove an Administrator | ✅ | ✅ | |
Add a Developer | ✅ | ✅ | |
Remove a Developer | ✅ | ✅ | |
Revoke an invite | ✅ | ✅ | |
Resend an invite | ✅ | ✅ | |
Billing | |||
Read invoices | ✅ | ✅ | ✅ |
Read billing email | ✅ | ✅ | ✅ |
Change billing email | ✅ | ||
View subscription | ✅ | ✅ | ✅ |
Update subscription | ✅ | ✅ | |
Read billing address | ✅ | ✅ | ✅ |
Update billing address | ✅ | ✅ | |
Read tax codes | ✅ | ✅ | ✅ |
Update tax codes | ✅ | ✅ | |
Read payment methods | ✅ | ✅ | ✅ |
Update payment methods | ✅ | ✅ | |
Projects | |||
Create a project | ✅ | ✅ | |
Delete a project | ✅ | ✅ | |
Update a project | ✅ | ✅ | |
Pause a project | ✅ | ✅ | |
Resume a project | ✅ | ✅ | |
Restart a project | ✅ | ✅ | ✅ |
Platform status#
If Supabase experiences outages, we keep you as informed as possible, as early as possible. We provide the following feedback channels:
- Status page: status.supabase.com
- RSS Feed: status.supabase.com/history.rss
- Atom Feed: status.supabase.com/history.atom
- Slack Alerts: You can receive updates via the RSS feed, using Slack's built-in RSS functionality
/feed subscribe https://status.supabase.com/history.atom
Make sure to review our SLA for details on our commitment to Platform Stability.