BuildingNative iOS and native Android OTA — join the early-access list
Roadmap

What ships today, and what's next.

Birdify is a small team shipping in the open. Two stacks are in production use in our private beta; two more are being built. This page says exactly where each one stands — no roadmap theatre, no dates we can't hold.

2stacks shipping in private beta
2in active development
5commands, identical across all of them
  1. Flutter

    Flutter

    iOS + Android

    Available · private beta

    Ship Dart changes over the air on iOS and Android. Birdify diffs the compiled bundle and reconstructs it on device — hotfixes and UI tweaks land on the next launch.

    What ships over the air
    The compiled Dart bundle, diffed and reconstructed on device.
    CLI
    birdify flutter create
    Read the Flutter docs
  2. React Native

    React Native

    iOS + Android · Expo & bare

    Available · private beta

    Push whole JS bundles to Expo and bare apps — architecture-independent, self-hostable, and CodePush-style. Swap the bundle on next launch with device tracking built in.

    What ships over the air
    The JavaScript bundle, swapped on next launch.
    CLI
    birdify rn create
    Read the React Native docs
  3. Native iOS

    Native iOS

    iOS · SwiftUI

    In development · early access

    Write plain SwiftUI. Birdify transpiles the whole app into a Server-Driven-UI bundle that renders as real SwiftUI, so UI and logic changes ship without a store release.

    What ships over the air
    A Server-Driven-UI description rendered as real SwiftUI, plus logic in an in-app JavaScriptCore VM.
    CLI
    birdify native create — not available yet
    Where it stands
    The transpiler, the SDUI runtime, and the JavaScriptCore logic VM are built and rendering in the simulator. We're hardening the full release → patch → rollback loop before opening it up.
    Request early access
  4. Native Android

    Native Android

    Android · Kotlin & Java

    In development

    The same whole-app OTA model for Kotlin and Java apps — Jetpack Compose and View-based UI shipped as data, no Play Store round-trip for code and UI changes.

    What ships over the air
    A Server-Driven-UI description rendered as real Compose / Android views.
    CLI
    birdify android create — not available yet
    Where it stands
    Design is underway, reusing the transpiler and SDUI schema proven on native iOS. Android's runtime rules are more permissive than iOS's, so the on-device half is simpler.
    Request early access

We don't publish dates for work that isn't finished. If a stack you need is on this list, tell us — early-access order follows real demand.

Ship updates your users get instantly.

Install the CLI and start shipping over the air on Flutter and React Native. No rebuilds, no store review, no waiting.

$curl -fsSL https://birdify.dev/install.sh | sh
Want a hosted account in the private beta?