Been building HelloCSV - an open source FlatFile alternative. I've been building this for work and the folks at work were cool enough to let me just build it in open source.
It basically runs 100% on your / your users browser, and I'm adding localstorage support so the user can refresh their page without losing their progress.
Love flatfile but it sends your data to remote servers, and we're a healthcare company, so we need to have full control over our data storage
https://hellocsv.github.io/HelloCSV/
It basically runs 100% on your / your users browser, and I'm adding localstorage support so the user can refresh their page without losing their progress.
Love flatfile but it sends your data to remote servers, and we're a healthcare company, so we need to have full control over our data storage
Hoping someone on here will find this useful!