-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi there! 👋
First of all, thank you for your work on imageFX-api – I really enjoyed the project and the way it exposes the ImageFX CLI. Based on your API, I decided to build a small open‑source desktop app to make it easier for people to use and explore ImageFX.
What I built – Voxelix
I created Voxelix, a macOS desktop app that wraps your CLI and provides a focused UI for image generation:
- Stack: Tauri v2 + React 19 + TypeScript + Vite + Tailwind CSS
- Platform: macOS only (for now)
- Backend: calls the
imagefxCLI provided by@rohitaryal/imagefx-api - Features:
- Minimal, focused UI
- Gallery layout with 1 main image + 3 thumbnails
- Full configuration of model, count, seed, aspect ratio, retry and output directory
- Google cookie management (stored in a user config file)
- Progressive loading of images and basic error handling
- Language switch (currently pt-BR and en-US)
The app is just a UI layer on top of your CLI – it doesn’t replace or modify your work, it simply makes it more accessible to non‑technical users who prefer a desktop interface.
Repository
If you’re curious, the code is here:
I’ve added clear credits and a dependency note pointing to your project in the README, so people know that Voxelix depends on @rohitaryal/imagefx-api and that they need to install your CLI for the app to work.
Why I’m opening this issue
- To thank you for releasing imageFX-api – it inspired this project.
- To let you know that there is a desktop app using your work and to share it in case you find it useful or want to mention it in your docs.
- If you have any suggestions, concerns or ideas (for example, better ways to call the CLI or handle errors), I’d be happy to adjust Voxelix to be a better citizen of your ecosystem.
Thanks again for your great work! 🙏
