I launched Vayro this morning, a free animated SVG background generator. Solo, bootstrapped, built in the browser, nothing you make touches a server.
The insight that shaped it: every background generator I tried treated export as an afterthought. You get a pretty preview, then the SVG and the CSS do not line up and you spend 20 minutes rewiring class names. So I made one invariant non negotiable: the exported SVG class names always match the exported CSS selectors. Copy, paste, it runs. No build step, no JS dependency.
Curious how others here think about this: when you use a generator (backgrounds, gradients, icons, whatever), what makes you trust its output enough to ship it? That trust gap is what I am trying to close.
Most SVG background tools give you a static shape, or animated output you still have to wire up by hand. Vayro is motion first and the export actually drops in: the SVG class names always match the CSS selectors, so it is real copy paste, no build step, no JS dependency. Four engines (Wave, Blob, Mesh Gradient, Shape Scatter), live controls, static or animated, plus PNG and shareable links. Free, runs in your browser, nothing you make is sent to a server.