WebF Go
WebF Go is our playground app for iOS and Android. It embeds the latest WebF runtime so you can side-load bundles, profile performance, and validate APIs without touching your production repository.
Install the app
- Visit the WebF Go page and download the latest build for your platform.
- On macOS, use
ios-deployor Xcode to install the.ipa. On Windows/Linux, useadb install webf-go.apkfor Android. - Sign in with the same account you use on the WebF console to unlock enterprise builds.
Load your bundle
- Run
pnpm build:webf(or your framework’s build command) to output a static web bundle. - Compress the
dist/folder intoapp.zipand drop it into the WebF Go device via AirDrop, adb push, or the in-app uploader. - Inside WebF Go, select Load Bundle → choose
app.zip. The runtime reloads instantly and persists the bundle for offline use.
Inspect & debug
- Open the in-app console to view
console.log,performance.now, and network requests. - Toggle Layout Borders to visualize Flex/Grid boxes mapped to Flutter.
- Enable Mock Native APIs to simulate camera, push, or location calls without installing plugins.
Share with your team
WebF Go can export signed builds so stakeholders can sideload the same experience:
# Bundle static assets
pnpm build:webf
# Upload to WebF console for distribution
npx webf upload ./dist --tag "demo-0425"Teammates can open the WebF Go app, switch to the Bundles tab, and pull the tagged build without rebuilding locally.
Last updated on: