Instant Compose

Start building your Compose app within a minute using any editor, share it on GitHub minutes later.

Get Started Learn about Compose GitHub

Quick Start

Parts of the video are sped up. Real time to first build takes about 40 seconds.

Share with colleagues

Automatically host your app on GitHub Pages and receive previews for each PR.

Get Started

1 Install the CLI
curl -fsSL https://emilflach.github.io/instant-compose/get.sh | bash
2 Create your app
instant-compose init myApp
3 Run your app
cd myApp
./gradlew :dev:run
Troubleshooting
A Missing curl?
apt-get update && apt-get install curl
B Refresh Terminal
source ~/.bashrc
or
source ~/.zshrc

Share with colleagues