supabase

Installation
SKILL.md

Supabase

Open-source Firebase alternative with PostgreSQL, realtime, and authentication.

When to Use

  • PostgreSQL with real-time capabilities
  • Serverless backend for web/mobile
  • Authentication and authorization
  • Edge functions and storage

Quick Start

import { createClient } from "@supabase/supabase-js";

const supabase = createClient(SUPABASE_URL, SUPABASE_ANON_KEY);
Related skills
Installs
2
GitHub Stars
7
First Seen
Feb 10, 2026