mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 20:54:33 +08:00
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
---
|
|
id: platform
|
|
title: Supabase Platform
|
|
description: Getting started with the Supabase platform.
|
|
---
|
|
|
|
import useBaseUrl from '@docusaurus/useBaseUrl'
|
|
|
|
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={useBaseUrl('/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](../../guides/database)
|
|
- Auto-generated APIs. [Learn more](../../guides/api)
|
|
- Auth and User management. [Learn more](../../guides/auth)
|
|
- Storage. [Learn more](../../guides/storage)
|
|
|
|
## Next Steps
|
|
|
|
- Sign in to [app.supabase.com](https://app.supabase.com)
|