Publish
Deploy your Ideavo project to Vercel for web apps or follow Expo's guide for mobile app store publishing.
Publish deploys your project to Vercel and gives it a live production URL. Once connected, you can deploy, redeploy, and manage your deployment directly from inside Ideavo.
Connecting Vercel
If you haven't linked your Vercel account yet, the Publish panel shows the disconnected state.
Once authorized, the panel updates to the connected state — ready to deploy.
Deploying Your App
Click Deploy to start the deployment. Ideavo will first build your project, then publish it to Vercel.
Skip Build
When deploying, you'll see a Skip Build option. If checked, the build step is bypassed and your project is pushed directly to Vercel.
Only use Skip Build when you need to deploy quickly and are confident there are no errors. We recommend keeping it unchecked — the build step catches issues before they reach production.
Build & Deploy
Once the build completes successfully, Ideavo proceeds to publish to Vercel automatically.
When the deployment finishes, you'll see your live production URL.
After Deployment
After a successful deployment the panel shows your deployment details and management options:
- Deployment URL — share your live site link directly from the panel
- Redeploy — push a fresh deployment without leaving Ideavo
- Version — see which version is currently live
- Last deployed — exact date and time of the most recent deployment
Custom Domains
You can attach a custom domain to your deployment directly from the post-deploy panel. See the full setup guide:
Mobile Apps — Expo
For publishing to the App Store or Google Play, follow Expo's official guide:
When deploying an Expo project to Vercel, only the web build is published.