Hey HN!
I've been building CSV editors for 15 years. This is my third rewrite, and I think I finally got it right.
Key features:
- Excel-like operation for intuitive use
- Equipped with basic to advanced tools necessary for handling CSV
- Supports various formats and character encodings. Can handle CSVs with different column counts
- Cross-platform (Windows/Mac, Linux coming soon)
- Opens 100MB files in 1.6 seconds (12x faster than Excel)
Tech stack: Tauri (Rust + React/TypeScript/TailwindCSS)
Would love feedback from anyone dealing with large datasets daily!
Website: https://smoothcsv.com/
Blog: https://dev.to/kohii/the-technology-behind-smoothcsv-the-ult...