Supabase 中文网
通过教程、API 和平台资源学习如何快速上手 Supabase。
Help me get set up with Supabase. Do the following: 1. Install the Supabase CLI globally with
npm install -g supabase. 2. Install the Supabase Plugin with npx plugins add supabase-community/supabase-plugin. 3. Review my project and determine whether Supabase is already initialized. If it is not initialized, run supabase init. 4. Suggest the most relevant next steps.连接框架
从快速入门指南开始,几分钟内就能连接你的项目。
搭建后端
用完整的后端平台构建,从你的数据库到应用逻辑都涵盖。
- Supabase provides a full Postgres database for every project with Realtime functionality, database backups, extensions, and more.
Database
- Add and manage email and password, passwordless, OAuth, and mobile logins to your project through a suite of identity providers and APIs.
Auth
- Store, organize, transform, and serve large files—fully integrated with your Postgres database with Row Level Security access policies.
Storage
- Listen to database changes, store and sync user states across clients, broadcast data to clients subscribed to a channel, and more.
Realtime
- Globally distributed, server-side functions to execute your code closest to your users for the lowest latency.
Edge Functions
扩展数据库
用内置工具为 AI、API、定时任务和队列扩展你的数据库。
迁移到 Supabase
按照我们的迁移指南,把你现有的数据、认证和存储带到 Supabase 上。
探索更多 resources about /guides/resources探索更多 resources
Explore more
探索帮助你更好利用 Supabase 的工具、集成和指南。
- Develop with Supabase AI-first using plugins, MCP, and skills.
AI tools
- Learn more about the tools and services powering Supabase.
Platform guides
- Use the CLI to develop, manage and deploy your projects.
Supabase CLI
- Manage your Supabase projects and organizations.
Management API
- Explore a variety of integrations from Supabase partners.
Integrations
- A collection of pre-built Supabase components to speed up your project.
Supabase UI
- Our troubleshooting guide for solutions to common Supabase issues.
Troubleshooting