JetStart is a blazing-fast development tool that brings instant hot reload to Android Jetpack Compose. Edit your UI code and see changes on your device in under 100ms - no rebuild, no reinstall required!
- ⚡ Sub-100ms Hot Reload - DSL-based hot reload for instant UI updates
- 🎨 Real Kotlin Compose - Write actual Compose code, not configuration
- 📱 QR Code Setup - Scan to connect your device instantly
- 🔄 Automatic Builds - Gradle integration with smart caching
- 🌐 WebSocket Communication - Real-time updates via WebSocket
- 🛠️ CLI Tools - Create, dev, and build with simple commands
For now, see the guides below to get started.
npm install -g @jetstart/cliOr use directly with npx:
npx jetstart create my-app-
Create a new project:
npx jetstart create my-awesome-app --package com.example.app cd my-awesome-app -
Start development server:
npx jetstart dev
-
Scan QR code with your Android device or manually enter the connection details
-
Edit your code in
MainActivity.ktand watch it update instantly! ⚡
- Node.js 18+
- Android SDK
- JDK 17+
- Gradle 8.2+
# Clone repository
git clone https://github.com/YOUR_USERNAME/JetStart.git
cd JetStart
# Install dependencies
npm install
# Build all packages
npm run buildThis project is licensed under the MIT License.
Made with ❤️ by phantom
