Show HN: Text to SVG – Convert text into SVG instantly

1 scyda 1 6/9/2025, 5:18:17 AM text-to-svg.online ↗
Hi HN,

I'm a new developer and just built a simple web tool: https://text-to-svg.online

It allows users to input any text and download it as an SVG vector graphic. You can customize font, size, and color. No registration, no ads – just a lightweight tool that I hope can help designers or developers quickly create vector text for logos, diagrams, or websites.

I'd really appreciate any feedback – whether it's UX, code structure, or even deployment advice. I'm still learning, so every suggestion helps a lot!

Comments (1)

pdanpdan · 4h ago
Hello. Nice idea, but there are some problems: - on mobile the interface is hard to use - I think it would be much easier if the sections would be displayed full size, without scroll - why does the SVG include css style and loads the font? It doesn't look like it is used - the stroke size is 0, I think you don't need a color for it - maybe use currentColor so that the color can be changed