You don't have product-market fit. You don't have validation. And you probably don't have money. Yet you're supposed to burn money and time on a logo?
Nope. Build your "good enough" brand kit in 30 seconds. Free.
Use it here — Free. No signup. No shenanigans.
One ZIP file with:
- Your logo in all sizes (PNG + vector SVG)
- Favicons ready to drop in your HTML
- iOS icons for the App Store
- Android icons for the Play Store
- The font file so you can use it anywhere
No watermarks. No "upgrade to pro". Just your stuff.
- Multi-line text logos (up to 3 lines)
- Per-letter color customization
- 100+ Google Fonts with live preview
- Real-time SVG preview (WYSIWYG)
- Save/load configurations locally
- Works offline (after first load)
I needed a logo and a couple of icons — fast.
Every "brand kit generator" I found was a paid clicko-machine pretending to be a creative oracle. I didn't want that. I want my things to be personal.
And I have far more important tasks to focus on at this stage.
So I built my own tool. And since it costs nothing to share, here it is.
This is for my people grinding at night, with zero budget and oversized dreams.
- Open the live app or
index.htmllocally - Type your brand name
- Click letters to change their color
- Pick a font
- Click "Generate Brand Kit"
- Get a ZIP with all your assets
That's it.
Opening index.html directly (file://) won't work — browsers block cross-origin requests (Google Fonts API) from file:// origins for security reasons.
Run the dev server:
node server.jsThen open http://localhost:3847
- Vanilla JS (no framework)
- Canvas API for PNG rendering
- opentype.js for SVG generation
- JSZip for export
- Google Fonts API
Zero build step. Zero dependencies to install. Just HTML/CSS/JS.
- Fork
- Make your changes
- PR with clear description
- No mega-PRs that "refactor everything"
Free like a beer someone sends you from the other side of the bar.
MIT License — do whatever you want.
Built with Claude Code, grit, and zero budget.
Now go build something.
