This is a Next.js project bootstrapped with create-next-app.
Generate unique icon sets from a simple text description. This app uses GPT-5 Nano (via Replicate) to expand your idea into 4 distinct icon concepts, then renders high-quality icons with Flux-Schnell. Includes built-in retry logic for reliable results.
This repo uses pnpm as package manager. If you don't have it installed, you can do so by running:
npm install -g pnpm@latest-10Install dependencies:
pnpm installAdd your Replicate API token to a .env.local file in the root of the project:
REPLICATE_API_TOKEN=your_replicate_api_tokenRun the development server:
pnpm devOpen http://localhost:3000 with your browser.