droopy-cli
v0.4.1
Published
A mobile-first IDE with custom RPC server
Downloads
115
Maintainers
Readme
Droopy - the AI-oriented Mobile IDE
Droopy is a mobile-first IDE designed to provide a seamless development experience on mobile devices, integrating closely with the VS Code Server. It features a service-oriented architecture that separates UI components from business logic, ensuring maintainability and scalability.
Requirements
- Node.js 22 or higher
- NPM 10 or higher
- VS Code CLI (cursor cli not supported)
Quick Start
- Start the IDE:
Run editor UI in the directory of your project:
$ npx droopy-cli@latest --share --qr- Access the IDE:
Wait for a few seconds, droopy-cli will start a web server and print a QR code to the terminal. Then, scan the QR code with your mobile device to access the IDE in your mobile browser. Thanks to the cloudflared, you can access the IDE from anywhere without needing to expose your local machine to the internet.
