Free image generation for developers, from the CLI or your AI assistant.
Turn one brief into app icons, favicons, OG images, logos, splash screens, SVG, and platform bundles using the best zero-cost routes first.
Built for Cloudflare Workers AI, NVIDIA NIM, HF Inference, Stable Horde, Pollinations, free trials, and offline SVG.
| ### 🔵 AI assistant · recommended Click an install button above. Then paste one of these into chat: ```text • Make a transparent logo for Forge, a dev-tools brand. Flat vector, warm orange. • Make a favicon for my app, dark-mode aware. • Fan this master.png out to iOS + Android + PWA. • Ingest this screenshot as a mark, vectorize, export everything. ``` Works in Cursor, Claude Code, VS Code, Windsurf, Codex, Gemini CLI. Zero terminal typing. | ### 🟢 Zero key, zero install One `curl`, one `npx`. Offline fan-out to every platform. ```bash curl -o logo.png \ "https://image.pollinations.ai/prompt/\ minimal+flat+vector+logo\ ?model=flux&width=1024&nologo=true" npx prompt-to-asset export logo.png \ --platforms ios,android,pwa,favicon ``` Outputs: iOS AppIconSet, Android adaptive, PWA, favicon bundle, visionOS scaffold. | ### 🟣 CLI · free API keys Best CLI experience: free tokens first, paid keys optional. ```bash npm i -g prompt-to-asset p2a doctor # check env p2a doctor --fix # auto-install deps p2a pick # interactive ``` Start with Cloudflare Workers AI, NVIDIA NIM, HF Inference, Stable Horde, and free trials. Paid providers remain optional fallbacks. |