Laravel → iOS · Android · Desktop

Your Laravel app, native everywhere.

Push your Laravel and Livewire repo and get signed iOS, Android, and desktop builds from a cloud build farm. No Mac, no Xcode, no local toolchain. Preview on a real device with live hot reload, and ship updates over the air without waiting on the stores.

Live in the App Store and Google Play today
Built on
Laravel
Livewire
Tauri
php-wasm
Targets
5
iOS, Android, macOS, Windows, Linux
Codebases
Just one
The Laravel app you already have
License
MIT
Open source, no lock-in
app/Livewire/Dashboard.php
// one chained call, several native actions
return NativeBlade::alert(fn (Dialog $d) => $d
        ->title('Hey')
        ->message('Welcome back!'))
    ->notification(fn (Notification $n) => $n
        ->title('Heads up')
        ->body('3 new lessons available'))
    ->vibrate(200)
    ->navigate('/dashboard')
    ->transition('slide')
    ->toResponse();
The native API

Native actions read like PHP, because they are.

Dialogs, notifications, haptics, camera, biometrics, payments. Every native capability is a chainable method on one fluent response. Queue as many as you want and dispatch them in a single call.

  • Fully typed, with autocomplete for every builder
  • Call a plugin you did not declare and the build fails, not the app
  • Same code path on iOS, Android, and desktop
Explore

Everything between your repo and the stores.

Features

Built into the framework

Offline state, background jobs, SQL databases, animations and native plugins, all as PHP calls.

See features
Cloud

A build farm, not a laptop

Signed builds for every platform, over-the-air updates and store submission. No Mac required.

See the cloud
Showcase

Live in the stores

Real apps shipped to iOS and Android from a single Laravel codebase.

See the apps
Pricing

Start free

Build on the Free plan and upgrade when your app is ready to ship.

See pricing

Ship your Laravel app to the stores.

Start on the Free plan. Connect a repo, pick a platform and get a signed build from the cloud.