Installation & Setup in Supabase

From the Supabase cheat sheet · Setup & Configuration · verified Jul 2026

Installation & Setup

Setting up Supabase in your project

bash
# Install Supabase client
npm install @supabase/supabase-js

# Install CLI for local development
npm install -g supabase

# Initialize Supabase project
supabase init

# Start local development
supabase start
🚀 Full PostgreSQL database with instant APIs
🔧 Local development with Docker support
☁️ Managed cloud hosting or self-hosted options
⚡ TypeScript support with generated types

More Supabase tasks

Back to the full Supabase cheat sheet