# Supabase ## Docs - [AI & Vectors Overview](https://mintlify.wiki/supabase/supabase/ai/overview.md): Build AI-powered applications with Supabase using vector embeddings, similarity search, and pgvector - [pgvector Extension](https://mintlify.wiki/supabase/supabase/ai/pgvector.md): Deep dive into the pgvector PostgreSQL extension for vector operations - [Similarity Search](https://mintlify.wiki/supabase/supabase/ai/similarity-search.md): Perform semantic search using vector embeddings and distance metrics - [Vector Embeddings](https://mintlify.wiki/supabase/supabase/ai/vector-embeddings.md): Generate and store vector embeddings for semantic search and AI applications - [Flutter SDK](https://mintlify.wiki/supabase/supabase/api/flutter.md): Complete reference for the Supabase Flutter client library - [GraphQL Mutations](https://mintlify.wiki/supabase/supabase/api/graphql/mutations.md): Modify data using GraphQL mutations - [GraphQL Overview](https://mintlify.wiki/supabase/supabase/api/graphql/overview.md): Query your Supabase database using GraphQL - [GraphQL Queries](https://mintlify.wiki/supabase/supabase/api/graphql/queries.md): Advanced querying with GraphQL - [JavaScript SDK](https://mintlify.wiki/supabase/supabase/api/javascript.md): Complete reference for the Supabase JavaScript client library - [Kotlin SDK](https://mintlify.wiki/supabase/supabase/api/kotlin.md): Complete reference for the Supabase Kotlin client library - [Python SDK](https://mintlify.wiki/supabase/supabase/api/python.md): Complete reference for the Supabase Python client library - [Realtime Channels](https://mintlify.wiki/supabase/supabase/api/realtime/channels.md): Create and manage Realtime channels - [Realtime Overview](https://mintlify.wiki/supabase/supabase/api/realtime/overview.md): Subscribe to database changes and broadcast messages in realtime - [Realtime Subscriptions](https://mintlify.wiki/supabase/supabase/api/realtime/subscriptions.md): Subscribe to database changes, broadcasts, and presence updates - [Authentication](https://mintlify.wiki/supabase/supabase/api/rest/authentication.md): Authenticate REST API requests with Supabase Auth - [Database Operations](https://mintlify.wiki/supabase/supabase/api/rest/database.md): Perform CRUD operations using the REST API - [Edge Functions](https://mintlify.wiki/supabase/supabase/api/rest/edge-functions.md): Deploy and invoke serverless functions at the edge - [REST API Overview](https://mintlify.wiki/supabase/supabase/api/rest/overview.md): Introduction to the Supabase REST API powered by PostgREST - [Storage API](https://mintlify.wiki/supabase/supabase/api/rest/storage.md): Store and serve files using the Supabase Storage REST API - [Swift SDK](https://mintlify.wiki/supabase/supabase/api/swift.md): Complete reference for the Supabase Swift client library - [Supabase Architecture](https://mintlify.wiki/supabase/supabase/architecture.md): Understanding how Supabase components work together to provide a complete backend platform - [Multi-Factor Authentication](https://mintlify.wiki/supabase/supabase/auth/mfa.md): Add an extra layer of security with Time-based One-Time Passwords (TOTP) - [OAuth Authentication](https://mintlify.wiki/supabase/supabase/auth/oauth.md): Integrate social login with Google, GitHub, Apple, and other OAuth providers - [Authentication Overview](https://mintlify.wiki/supabase/supabase/auth/overview.md): Learn how Supabase Authentication works and secure your application - [Row Level Security](https://mintlify.wiki/supabase/supabase/auth/row-level-security.md): Control data access with PostgreSQL Row Level Security policies - [Sign In Users](https://mintlify.wiki/supabase/supabase/auth/sign-in.md): Authenticate users with password, magic links, or OTP codes - [Sign Up Users](https://mintlify.wiki/supabase/supabase/auth/sign-up.md): Register new users with email, phone, or anonymous authentication - [Deploying to Production](https://mintlify.wiki/supabase/supabase/cli/deployment.md): Deploy your local Supabase project to the Supabase Platform - [Installing the Supabase CLI](https://mintlify.wiki/supabase/supabase/cli/installation.md): Step-by-step guide to installing the Supabase CLI on any platform - [Local Development with CLI](https://mintlify.wiki/supabase/supabase/cli/local-development.md): Run the complete Supabase stack on your local machine - [Database Migrations](https://mintlify.wiki/supabase/supabase/cli/migrations.md): Manage your database schema with version-controlled migration files - [CLI Overview](https://mintlify.wiki/supabase/supabase/cli/overview.md): Develop locally and deploy to production with the Supabase CLI - [AI & Vectors](https://mintlify.wiki/supabase/supabase/concepts/ai-vectors.md): Learn about vector embeddings, similarity search, and AI capabilities in Supabase using pgvector and specialized storage. - [Authentication](https://mintlify.wiki/supabase/supabase/concepts/authentication.md): Learn about Supabase Authentication - a complete auth system with multiple providers, MFA, and seamless integration with your database. - [Database](https://mintlify.wiki/supabase/supabase/concepts/database.md): Learn about Supabase Database - a full PostgreSQL database with real-time capabilities, row-level security, and powerful extensions. - [Edge Functions](https://mintlify.wiki/supabase/supabase/concepts/edge-functions.md): Learn about Supabase Edge Functions - globally distributed TypeScript functions running on Deno for low-latency server-side logic. - [Realtime](https://mintlify.wiki/supabase/supabase/concepts/realtime.md): Learn about Supabase Realtime - a globally distributed system for real-time messaging, presence tracking, and database change subscriptions. - [Storage](https://mintlify.wiki/supabase/supabase/concepts/storage.md): Learn about Supabase Storage - a scalable object storage system for managing files with fine-grained access controls and optimized delivery. - [PostgreSQL Extensions](https://mintlify.wiki/supabase/supabase/database/extensions.md): Extend your database with powerful PostgreSQL extensions - [Database Functions](https://mintlify.wiki/supabase/supabase/database/functions.md): Write custom PostgreSQL functions in SQL and PL/pgSQL - [Database Migrations](https://mintlify.wiki/supabase/supabase/database/migrations.md): Manage database schema changes with version-controlled migrations - [Database Overview](https://mintlify.wiki/supabase/supabase/database/overview.md): Work with PostgreSQL databases through Supabase - [Tables](https://mintlify.wiki/supabase/supabase/database/tables.md): Create and manage PostgreSQL tables in Supabase - [Database Triggers](https://mintlify.wiki/supabase/supabase/database/triggers.md): Automatically execute code on database events in PostgreSQL - [AI & Vector Examples](https://mintlify.wiki/supabase/supabase/examples/ai.md): Code examples for AI and vector operations with Supabase - [Authentication Examples](https://mintlify.wiki/supabase/supabase/examples/auth.md): Code examples for implementing authentication with Supabase - [Database Examples](https://mintlify.wiki/supabase/supabase/examples/database.md): Code examples for database operations with Supabase - [Examples Overview](https://mintlify.wiki/supabase/supabase/examples/overview.md): Explore working examples and code samples for Supabase - [Storage Examples](https://mintlify.wiki/supabase/supabase/examples/storage.md): Code examples for file storage operations with Supabase - [Debugging Edge Functions](https://mintlify.wiki/supabase/supabase/functions/debugging.md): Debug, monitor, and troubleshoot Supabase Edge Functions - [Deploy Edge Functions](https://mintlify.wiki/supabase/supabase/functions/deploy.md): Deploy Edge Functions to production with CLI, GitHub Actions, and advanced strategies - [Environment Variables](https://mintlify.wiki/supabase/supabase/functions/environment-variables.md): Manage secrets and configuration for Edge Functions with environment variables - [Edge Functions Overview](https://mintlify.wiki/supabase/supabase/functions/overview.md): Run server-side code globally at the edge with Supabase Edge Functions - [Edge Functions Quickstart](https://mintlify.wiki/supabase/supabase/functions/quickstart.md): Create, test, and deploy your first Supabase Edge Function in minutes - [Building a Todo App](https://mintlify.wiki/supabase/supabase/guides/building-a-todo-app.md): Learn how to build a full-stack todo application with Supabase - [File Upload Guide](https://mintlify.wiki/supabase/supabase/guides/file-uploads.md): Learn how to handle file uploads with Supabase Storage - [Flutter Integration Guide](https://mintlify.wiki/supabase/supabase/guides/flutter-app.md): Build cross-platform mobile apps with Flutter and Supabase - [Next.js Integration Guide](https://mintlify.wiki/supabase/supabase/guides/nextjs.md): Build full-stack applications with Next.js and Supabase - [React Integration Guide](https://mintlify.wiki/supabase/supabase/guides/react.md): Build single-page applications with React and Supabase - [Build a Realtime Chat App](https://mintlify.wiki/supabase/supabase/guides/realtime-chat.md): Create a real-time chat application with Supabase Realtime - [User Management Tutorial](https://mintlify.wiki/supabase/supabase/guides/user-management.md): Build a complete user management system with profiles and avatar uploads - [Vue Integration Guide](https://mintlify.wiki/supabase/supabase/guides/vue.md): Build modern applications with Vue 3 and Supabase - [Introduction to Supabase](https://mintlify.wiki/supabase/supabase/introduction.md): The open source Firebase alternative built on PostgreSQL - [Billing & Usage](https://mintlify.wiki/supabase/supabase/platform/billing.md): Understand Supabase pricing, usage tracking, and billing management - [Organizations](https://mintlify.wiki/supabase/supabase/platform/organizations.md): Manage teams, projects, and billing across your Supabase organization - [Platform Overview](https://mintlify.wiki/supabase/supabase/platform/overview.md): Introduction to the Supabase platform and its core features - [Projects](https://mintlify.wiki/supabase/supabase/platform/projects.md): Manage and configure your Supabase projects - [Quickstart Guide](https://mintlify.wiki/supabase/supabase/quickstart.md): Build your first Supabase application in under 10 minutes - [Broadcast](https://mintlify.wiki/supabase/supabase/realtime/broadcast.md): Send ephemeral messages between connected clients with Realtime Broadcast - [Realtime Overview](https://mintlify.wiki/supabase/supabase/realtime/overview.md): Build real-time applications with Supabase Realtime for database changes, broadcast, and presence - [Postgres Changes](https://mintlify.wiki/supabase/supabase/realtime/postgres-changes.md): Listen to database changes in real-time with Supabase Realtime - [Presence](https://mintlify.wiki/supabase/supabase/realtime/presence.md): Track online users and synchronize state with Realtime Presence - [Data Encryption](https://mintlify.wiki/supabase/supabase/security/encryption.md): Understanding encryption at rest and in transit in Supabase - [Network Security](https://mintlify.wiki/supabase/supabase/security/network.md): Secure your database with IP restrictions and SSL enforcement - [Security Overview](https://mintlify.wiki/supabase/supabase/security/overview.md): Comprehensive security features and best practices for Supabase - [Row Level Security (RLS)](https://mintlify.wiki/supabase/supabase/security/row-level-security.md): Secure your data with PostgreSQL Row Level Security policies - [Configuration](https://mintlify.wiki/supabase/supabase/self-hosting/configuration.md): Configure your self-hosted Supabase installation - [Docker Installation](https://mintlify.wiki/supabase/supabase/self-hosting/docker.md): Deploy Supabase using Docker Compose in minutes - [Self-Hosting Overview](https://mintlify.wiki/supabase/supabase/self-hosting/overview.md): Run Supabase on your own infrastructure with full control and customization - [Security](https://mintlify.wiki/supabase/supabase/self-hosting/security.md): Secure your self-hosted Supabase installation for production use - [Updates](https://mintlify.wiki/supabase/supabase/self-hosting/updates.md): Keep your self-hosted Supabase installation up-to-date - [Storage Access Control](https://mintlify.wiki/supabase/supabase/storage/access-control.md): Secure files with Row Level Security policies - [Download Files](https://mintlify.wiki/supabase/supabase/storage/downloads.md): Retrieve and serve files from Supabase Storage - [Image Transformations](https://mintlify.wiki/supabase/supabase/storage/image-transformations.md): Resize, crop, and optimize images on-the-fly with Supabase Storage - [Storage Overview](https://mintlify.wiki/supabase/supabase/storage/overview.md): Store and serve files with Supabase Storage - [Upload Files](https://mintlify.wiki/supabase/supabase/storage/uploads.md): Upload files to Supabase Storage with standard, resumable, and multipart uploads