I wrote a client-only app in Elm for drawing fractals in SVG! Play with it here: https://morrna.github.io/fractal-play/
There are lots of tools out there for generating fractals, but all the ones I’ve seen require you to do things like type in parameters to customize them. This app is my attempt to make a more intuitive version of that with a click and drag interface so you can just fiddle with things and see how they affect the final image. You can find all sorts of interesting in-between patterns that you wouldn’t find otherwise.
The features are still pretty bare bones. It’s just a weekend passion project, so I can’t make promises about what I’ll add, but I am open to ideas on what to improve next. Feel free to check out the code or leave feedback on github: https://github.com/morrna/fractal-play
Enjoy!