A logo generator that actually ships, not just tweets
Open-source logo maker built on Flux Pro 1.1 with a clear path from prompt to PNG.

What it does
Takes a text prompt and style selection, runs it through Flux Pro 1.1 on Together AI, and returns a logo image. The web app handles auth, rate limiting, and basic analytics out of the box. You can clone it and run locally with just a Together AI API key.
The interesting bit
The README is unusually honest about what isn’t built yet — SVG export, logo history dashboard, price estimates, and reference-image uploads are all listed as future tasks. That transparency is rarer than it should be in AI tooling repos.
Key highlights
- Flux Pro 1.1 for generation, Next.js + TypeScript + Shadcn/Tailwind for the UI
- Upstash Redis for rate limiting, Clerk for auth
- Plausible and Helicone wired in for analytics and observability
- Live deployment at logo-creator.io; local setup is three steps
- 7k+ stars suggests the “free + OSS” positioning resonates
Caveats
- Currently PNG-only; SVG export is on the todo list
- No logo history or user dashboard yet
- Requires bringing your own Together AI key for self-hosting
Verdict
Worth a look if you need a working reference implementation for an AI image generation app, or want to self-host a simple logo tool. Skip it if you need vector output, brand-consistent iteration workflows, or a mature design tool — this is a clean starting point, not a finished product.