Bring your app from Bolt
Start with your application's GitHub repository. Keep the application working while your agent checks what it uses and plans the move.
Inventory the app
Identify the framework, application directory, package manager, auth provider, database, files, functions and external services. Exported source does not automatically include database rows, uploaded files or runtime secrets.
Choose what moves
Preserve your existing authentication choice unless you request a change. If the repository uses Supabase-specific services, the migration Skill inventories each capability; a package name alone is not a reason to replace it. Some capabilities require source changes or may not fit the supported runtime.
Deploy and verify
Push the chosen source to GitHub and use the deployment Skill. Configure the correct environment's secrets, callback URLs and migrations. Test login, protected routes, data reads/writes and any files or email your app needs. Promote after Dev verification without copying Dev records over Prod data.
Supabase migration Skill · Framework guides · Application auth · Home