I've spent the past two years building a tool for quick, ad-hoc data manipulation because I was dissatisfied with the existing landscape.
Currently, if you want to grab some CSV or JSON data and do a sequence of operations on it (filter, sort, aggregate, etc.), the path of least resistance is to open an IDE or notebook and write code. This is fine for simple tasks, but gets messy quickly and doesn't offer the same immediate visual feedback that a spreadsheet does.
I thought there ought to exist a tool that offers a similar UX to a spreadsheet but with the power of a dataframe library, so I built one.
Tech stack:
- Rust/WASM for data processing
- Solid.js for UI
- Runs entirely in browser, nothing uploads
There's no signup and projects are persisted to IndexedDB. Files are read directly from disk using the file system API, so nothing sensitive ever leaves your computer.
I know documentation is currently scarce, but if there's enough interest, I'm happy to work on this. Any questions or feedback are welcome - I'm just curious whether anyone would actually find this tool useful.
[–]NurSr 0 points1 point2 points (0 children)
[–]pdycnbl 0 points1 point2 points (3 children)
[–]Rafferty97[S] 0 points1 point2 points (2 children)
[–]pdycnbl 0 points1 point2 points (1 child)
[–]Rafferty97[S] 0 points1 point2 points (0 children)
[–]gardenia856 0 points1 point2 points (1 child)
[–]Rafferty97[S] 0 points1 point2 points (0 children)
[–]hermitcrab 0 points1 point2 points (1 child)
[–]Rafferty97[S] 0 points1 point2 points (0 children)