Self-Host Convex
Reactive backend with real-time sync.
View source on GitHub →What is Convex?
Convex is a reactive backend-as-a-service with real-time data sync, serverless functions, and automatic caching. Build apps that update instantly across all clients.
Try it locally
Run Convex on your machine to see how it works:
# Download the docker-compose.yml
curl -O https://raw.githubusercontent.com/get-convex/convex-backend/main/self-hosted/docker-compose.yml
# Start Convex
docker compose upOpen http://localhost:6791 for the dashboard. For production, use PostgreSQL instead of the default SQLite.
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
Convex is a multi-container application that requires additional setup.
Contact us for help deploying complex stacks like Convex.