I made a zero-install, fully local (partial?) alternative to OpenRefine. Looking for feedback on trade-offs

Hi everyone,

I built a an app inspired by OpenRefine that runs entirely in the browser with no Java and no installation. You can disconnect from the internet, load files, run whatever task you need on your files, and export the results. Point is: nothing ever leaves your device.

Main differences from OpenRefine:

  • No facet UI

  • You build your tasks through a natural-language interface that generates a “mini-app” based on your requirements (e.g “I need to merge these 50 CSVs while aligning these date formats,” or “I need to redact these keywords from these documents,” etc..)

  • Optimized for small–medium “messy file” workflows, not massive historical projects

As people who work with messy data, does this seem like a useful tool?

You can check it out here if you’re interested, but I’m eager to get general feedback <3

Thanks in advance!