Skip to main content

Publish

For Web Apps

Vercel

Vercel is cloud hosting platforms mainly used for web applications (like websites built with Next.js, React, Vue). They automatically handle deployments, scaling, and domain setup. So if you build a web app using Next.js, you’d typically deploy it on Vercel (made by the same team as Next.js).

Publish Steps

  1. Click the Publish icon (top-right).
  2. Click Connect (shown only on your first Vercel/Netlify publish from Ideavo).
  3. You’ll be redirected to Vercel/Netlify to Log in and Add Integration.
  4. Login to Vercel.
  5. Approve the integration and select the target team if prompted.
  6. Back in Ideavo, click Publish again.
  7. Ideavo triggers a Vercel deployment. Your app goes live and generates a production URL
tip

When you deploy an Expo app to Vercel, only the web build gets published

For Mobile Apps (Expo)

Follow this documentation for publishing apps on app store:

https://docs.expo.dev/deploy/submit-to-app-stores/