Show HN: I built an SVG-generation tool
scalablevector.graphicsThe other day I bought the domain scalablevector.graphics and built a simple service that pipes together a few different tools to generate SVG web graphics. I’ve tried to make something like this a couple times before but it’s failed due to the underlying generative image model being poor at instruction-following. Finally, this is no longer a blocker, and I’m closer to my dream of ridding the internet of blurry graphics and logos.
The pipeline is pretty simple:
1. Generate image using Gemini 2.5 Flash with a custom prompt 2. Do some post-processing and cleanup in Python / numpy 3. Use some open-source SVG path tracing tools 4. Use some open-source SVG optimization tools 5. Final step of color tweaking in Python
Upvote my tool on Product Hunt if you find it useful: https://www.producthunt.com/products/svgen
(For a limited time you can use code HACKERNEWS to get free generation credits.)