Supabase
Overview
Supabase is an open-source Backend-as-a-Service (PostgreSQL-based) heavily featured in the vault's CRM and AI agent workflows. It provides the persistent data layer for 24/7 automation systems, ensuring full data ownership and encrypted API key storage.
Key Concepts
- Open-Source Backend-as-a-Service: PostgreSQL database with built-in authentication, real-time subscriptions, row-level security, and file storage — an open-source alternative to Firebase.
- AI Agent Data Layer: The go-to database for WhatsApp/Instagram AI agents. Stores message history, conversation state, auth tokens, and encrypted API keys behind a Next.js dashboard.
- Data Sovereignty: Unlike proprietary vendor dashboards, Supabase gives businesses full ownership of user conversations, pipelines, and configuration keys.
- MCP Integration: Supabase MCP server allows AI agents (Claude Code, Hermes) to create tables, run migrations, and query data programmatically during agent sessions.
- Security Model: Deployments require proper handling of ANON key and Service Role key. The service role overrides all database policies and must remain completely secure.
Source Videos
- Lakshit Ukani AI Automation – FREE Open-Source WhatsApp CRM (Step-by-Step Setup)
- Lakshit Ukani AI Automation – I Built a Production WhatsApp AI Agent Using Claude
- Lakshit Ukani AI Automation – I Built a Production Instagram AI Agent Using Claude
- Lakshit Ukani AI Automation – Instagram Automation with Claude Code + Official Meta API