mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 20:24:19 +08:00
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
---
|
|
id: platform
|
|
title: Supabase Platform
|
|
description: Getting started with the 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](https://app.supabase.com) and sign in to start creating projects.
|
|
|
|
## Organizations
|
|
|
|
Organizations are a way to group your projects. Every Organization can be configured with different Team members and billing settings.
|
|
|
|
### Managing Team Members
|
|
|
|
You can invite your Team members into your Organizations so that you can collaborate on projects.
|
|
|
|
<video width="99%" muted playsInline controls="true">
|
|
<source src="/docs/videos/invite-team.mp4" type="video/mp4" muted playsInline />
|
|
</video>
|
|
|
|
## Projects
|
|
|
|
Each project on Supabase comes with these features:
|
|
|
|
- A dedicated Postgres database. [Learn more](/docs/guides/database)
|
|
- Auto-generated APIs.
|
|
- User management. [Learn more](/docs/guides/auth)
|
|
- Storage. [Learn more](/docs/guides/storage)
|
|
|
|
## Next Steps
|
|
|
|
- Sign in to [app.supabase.com](https://app.supabase.com)
|