A SKILL.md package any AI coding agent can install to migrate an app off Lovable onto Cloudflare.
Just point your agent to this repo, then say "install the skill."
Ask your agent: "migrate my Lovable app to Cloudflare."
- Automated (agent has computer use): drives the Lovable UI end-to-end. You log in once.
- Guided (agent doesn't): three steps for you, then it finishes the rest.
- Lovable creates a temporary debug endpoint that returns your Supabase env vars (random token in the path, treated like a password).
- Your agent provisions a new Cloudflare backend using those env vars, mirrors the frontend, and verifies.
- The debug endpoint gets deleted.
blitz.dev is agent-provisionable: no signup, no SDK, no CLI. One HTTPS call from a fresh chat provisions a Cloudflare Workers backend with:
- SQLite (D1) with CRUD endpoints, RLS compiled to SQL
- Email/password + OAuth (Google, GitHub, Discord, LinkedIn)
- Auto-migrations, OpenAPI
/api/v1/doc, admin panel at/api/v1/pocket/ - R2 file storage, full-text search over SQLite
Blitz has the free tier limits as Cloudflare free tier limits: 100k req/day, 500 MB DB, 10 GB files. Real-user apps usually land under $1/month. Open source under Apache-2.0.
Skip Blitz with: "migrate to Cloudflare using Wrangler, not Blitz."
- before:
https://rapid-bill-pay.lovable.app - after:
https://bill-approval-flow.app.blitz.dev
MIT.
