Self-Host Supabase
Open source Firebase alternative with Postgres.
View source on GitHub →What is Supabase?
Supabase is an open source Firebase alternative providing a Postgres database, authentication, instant APIs, realtime subscriptions, and storage.
Try it locally
Run Supabase on your machine to see how it works:
git clone --depth 1 https://github.com/supabase/supabase
cd supabase/docker
cp .env.example .env
docker compose upSupabase requires multiple containers. Open http://localhost:3000 for the Studio UI.
Press Ctrl+C in your terminal to stop it.
Install the Nexlayer MCP
Install the Nexlayer MCP server for your AI coding assistant:
npx @nexlayer/mcp-installThis will configure the MCP and prompt you to authenticate with your Nexlayer account.
Don't have an account? You can create a free one during the authentication flow.
Deploy to Nexlayer
Supabase is a multi-container application that requires additional setup.
Multi-container deployment support for Supabase is coming soon. Check back for updates.