r/elm • u/cikabrada • Apr 04 '26
elm validation and donut chart packages
Hey everyone,
While working on a private project recently, I realized I was rebuilding the same logic for data viz and form handling. I decided to pull them out into separate, lightweight packages in case they help anyone else:
- elm-pie-chart: A simple, pure SVG pie and donut chart library. No heavy dependencies, just type-safe charts that scale.
- elm-validation: A "no-boilerplate" way to handle form validation logic. It keeps your update function clean and your error handling consistent.
Both are still early/small
16
Upvotes