One command.
Zero config.
Ship Android apps.

Jilatax is the Android-first application framework for Lynx and Rspeedy. Scaffold a production-ready project in seconds β€” the CLI wires up the rest.

$bun create jilatax@latest

3npm packages
1command to start
0runtime deps
MITopen source

How to use

Everything you need, packed tight.

Framework, scaffolder and CLI β€” three packages that take you from an empty folder to a running Android app.

terminal
$ npm create jilatax@latest

β”Œ  create-jilatax  v0.0.5
β”‚
β—‡  Project name?
β”‚  my-app
β”‚
β—‡  Template
β”‚  Lynx + Rspeedy Β· Android
β”‚
β””  Ready!  cd my-app && jilatax run android

Android-first

A native Gradle project lands in ./android β€” manifests, flavors and device orchestration wired up for you.

Lynx engine

Dual-threaded UI with instant first paint. Write once in TypeScript, render truly native views.

Rspeedy builds

Rspack-powered bundling with sub-second HMR while you iterate on a real device.

TypeScript strict

Typed APIs end to end, plus a JSON-schema-validated app config out of the box.

MITOpen source, forever.