AI Image Studio is a lightweight React app for rapid image-ideation. Upload a PNG/JPG (auto-downscaled if large), enter a prompt, choose a style, and see a live summary before generating. A mocked API simulates latency, errors, retries with backoff, and aborts, while the last five results persist as a clickable history. Built with TypeScript and Tailwind, it’s fast, accessible, and keyboard-friendly—perfect for testing AI-studio flows without backend complexity.
- HTML
- CSS
- JavaScript
- TypeScript
- REACT
- Vite
- Tailwind CSS
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
- Clone the project
git clone git@github.com:thecodechaser/ai-image-studio.git
cd ai-image-studio- Install dependencies
npm i
or
npm install- To Start the development server
npm run dev- To test the project
npm run test👤 Ranjeet Singh
- Website: thecodechaser.com
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: Modelia
This project is MIT licensed.


