Documentation
Overview
Pick a branch and commit, preview it, and start a store build.
Overview is the ship desk for one app. The left sidebar also has Store listings, History, Integrations, and Settings.
Setup checklist
Until shipping is ready, a Get ready to ship list stays on this page. Each row jumps to Apple, Google, Environment, or Pipelines — or opens App Store Connect / Play Console in a new tab. See Your first app.
Branch and commits
CapWrap lists branches from GitHub, then recent commits on the branch you pick. The SHA is the exact snapshot you will preview or ship. Lovable’s latest push shows up here after GitHub has it — refresh if you just pushed.
Select a commit to:
- Read the message
- See package version drift for that SHA
- Preview this commit — QR / link (details)
- Push to Production — start TestFlight / Play Internal (details)
Live deploy
If a store build is running, Overview shows its step timeline (checkout → web build → iOS / Android upload → ready). You can leave the page; History keeps the run. Open the GitHub Actions URL from the run for the raw log.
Package versions
CapWrap checks official Capacitor packages (and Capgo packages if present) against npm. It does not scan your whole lockfile. An upgrade opens a pull request on capwrap/capacitor-deps — it never commits to your default branch by itself. A major bump of @capacitor/core is a native store ship, not a live-update-only change.
Reconnect GitHub
If tokens expire or you revoked the GitHub App, Overview asks you to reconnect. Use Add app / Account → GitHub App → Manage.