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: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