What problem does it solve?
Moving a local Convex project to a live, shareable URL involves multiple manual steps: claiming anonymous deployments, deploying the backend, building the web app, and uploading the static bundle. This Skill orchestrates that entire publish workflow into one guided process.
Core Features & Use Cases
- Backend Deployment: Claims or persists anonymous deployments and runs
convex deploy to push the backend to the cloud.
- Web Publishing: Builds the web app as a static export and uploads it through the moderated publish gateway, returning a *.convex.app URL.
- Custom Domain Guidance: After publishing, offers next steps for custom domains via the
domains or labs-acquire-domain flows.
- Use Case: You have finished a Convex app locally and want a public link to share with teammates. Invoke this Skill to deploy the backend, publish the frontend, and receive the live URL in one flow.
Quick Start
Publish my current Convex app to a live convex.app URL and give me the link.