A React Native (Expo SDK) app to manage your Coolify instances directly from your phone.
- Manage multiple instances of Coolify servers.
- Real-time overview of every Coolify application with status, FQDN, and repository metadata.
- One-tap controls for start, stop, restart, deploy, and log streaming.
- Deployment history with commit details, runtime status, and quick drill-down.
- Secure storage for server URL and API token via Expo Secure Store.
git clone https://github.com/ontech7/coolify-manager-app.git
cd coolify-manager-app
yarn install
yarn startPress a in the terminal to open the Android emulator or scan the QR code with Expo Go.
N.B.: if you want to build the DevClient, you should first run:
yarn android- Enable API Access in Coolify (Settings → Advanced → API Access).
- Create an API token with
read,write, anddeploypermissions. - In the app, open Settings, enter the server URL (https://coolify.example.com), paste the token, test the connection, and save.
- Expo SDK 54
- React 19.1
- React Native 0.81
- TypeScript 5.9
MIT License. See LICENSE.
Built by Andrea Losavio • LinkedIn – Website
- Coolify - The amazing self-hostable Heroku/Netlify alternative
Made with ❤️ for the Coolify community
