Ideavo
Features

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.

Vercel disconnected
Click the Publish icon in the top-right of your project.
Click Connect to begin the Vercel authorization flow.
Log in to Vercel and add the Ideavo integration.
Approve the integration and select a target team if prompted.

Once authorized, the panel updates to the connected state — ready to deploy.

Vercel connected, 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

Deployment in progress

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.

Build successful, deploying to Vercel

When the deployment finishes, you'll see your live production URL.

Deployment successful

After Deployment

Post-deployment panel

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:

Custom Domain →

Mobile Apps — Expo

For publishing to the App Store or Google Play, follow Expo's official guide:

Expo: Submit to App Stores →

When deploying an Expo project to Vercel, only the web build is published.

FAQ

On this page