Skip to main content
manus-to-supabase converts a Manus AI project from its default MySQL backend to Supabase + PostgreSQL. It patches your codebase, rewrites queries, and wires up Supabase auth — in one command.

GitHub

nometria/manus-to-supabase

PyPI

manus-to-supabase on PyPI

Install

Usage

What it does

After migration

Set your environment variables:
Run the generated schema in your Supabase SQL editor, then install and build:

Why Supabase?

Manus uses a managed MySQL database that you don’t control. Migrating to Supabase gives you:
  • Full ownership of your data
  • PostgreSQL with row-level security
  • Drop-in auth with social providers
  • Realtime subscriptions
  • Open source and self-hostable
For a fully managed deployment, use Nometria to deploy your migrated Manus project to AWS with a custom domain and SSL.