For Developers

Your web app.
Native powers.

Transform your website into iOS and Android apps. Add push notifications, biometrics and more via JavaScript.

Free trial · No credit card

50+
Native plugins
2k+
Published apps
30 days
For App Store
app.js
// // Add native features to your web app
if (window.appo) {
await appo.push.send({
title: "Order confirmed!",
body: "#1234 is ready"
})
const auth = await appo.biometric()
}

Works with React, Vue, Svelte or vanilla JS

JavaScript Bridge

Native features, one line of code

Access device features with a simple JavaScript API. No native code required.

Push Notifications

appo.push.send(message)

Native API

Camera Access

appo.camera.capture()

Native API

GPS Location

appo.gps.getPosition()

Native API

Haptic Feedback

appo.haptic.vibrate()

Native API

Biometrics

appo.biometric.auth()

Native API

Secure Storage

appo.storage.set(key, val)

Native API

Native Share

appo.share.open(data)

Native API

Network Status

appo.network.status()

Native API

Zero learning curve

Keep your stack, add native

React, Vue, vanilla JS - it all works. Just call the JavaScript Bridge.

push-notifications.js
// Your existing checkout success handler
async function onOrderComplete(order) {
// Your normal web logic
showConfirmation(order);
// Add push notification when in native app
if (window.appo) {
await appo.push.send({
title: "Order confirmed!",
body: `Order #${order.id} is on the way`,
data: { orderId: order.id }
});
}
}

Ship faster

Your site is ready. The App Store awaits.

0
Code rewrites
Keep your codebase
30 days
For App Store
We handle publishing
50+
Native APIs
Via JavaScript
2k+
Published apps
From existing sites

Works with your stack

Shopify
WooCommerce
PrestaShop
Magento
WordPress
Webflow
Next.js
React

Pricing

No rebuild. No surprises.

Start free with your existing site. Upgrade when you publish.

Starter

Test with your existing site

$0/year
  • 1 app
  • 10k monthly active users
  • Push notifications
  • Basic JavaScript Bridge
  • Community support
Start free
Most chosen

Pro

Publish on App Store and Play Store

$490/year
  • Unlimited apps
  • 100k monthly active users
  • Full JavaScript Bridge (50+ APIs)
  • App Store publishing included
  • Custom app icon and splash
  • Deep links and universal links
  • Priority support
Start free

For agencies

For teams and agencies

Custom
  • Everything unlimited
  • White-label solution
  • Dedicated account manager
  • Custom SLA
  • SSO and team management
  • On-premise option
Talk to the team
FAQ

Questions from developers.

Everything you need to know about the JavaScript Bridge and native plugins.

Have a technical question? Contact us

No code migration required

Your site is ready for the App Store

Keep your existing codebase. Add native features with JavaScript. We handle App Store publishing.

Free trialNo credit cardCancel anytime