nowfound

Alternatives

Products that do what DSS, a lightweight TUI spreadsheet editor and dashboard in Go does

Hi there, I tried to build a CLI tool to edit and visualize Excel/CSV files directly in the terminal, I called it "dss". I did it for fun to tweak spreadsheet formulas without leaving my terminal or opening heavy GUI apps. It is an interactive editor of sheets with charts and formula engine diretly in TUI. The formula engine is handmaded but I'd like to improve it. I copied a lot from my previous Datacmd project and from Termdash repo. Hoping to receive some feedback.

  1. 1XS
  2. 2PI

    Hi HN! I’m Alex from Parabola (https://parabola.io). Parabola is a visual programming tool for creating functional data flows that everyone can use. It’s entirely drag-and-drop, handles data sizes much larger than a traditional spreadsheet, calculates everything live, and can run your flows on a schedule of your choosing. I used to work in strategy consulting, doing data analytics for SMBs and Fortune 500 companies. The amount of time wasted on menial tasks was astounding. Things like cleaning data, generating custom reports, creating human workflows to solve shortcomings in third…

    2018 · parabola.io

  3. 3FL
  4. 4

    AI-powered spreadsheet w/ interactive datavis layer

    2023

  5. 5DA

    Dear HN, I am Riwaj, the cofounder of dstack.ai (https://github.com/dstackai). A few months ago, we built an online service that allows users to publish data visualizations from Python or R. The idea was to build a tool that did not require additional programming or front-end development for publishing data visualizations. Such a code can be invoked from either Jupyter notebook, RMarkdown, Python, or R scripts. Once the data is pushed, it can be accessed via a browser. Open-sourcing dstack: During our customer discovery phase, we realized that dstack.ai should integrate a lot…

    2020

  6. 6

    From Data to Report with Ai in seconds

    2024

  7. 7ST
  8. 8

    Instantly create and edit spreadsheets from your menu bar

    2025

  9. 9

    Write Excel and Google Sheet formulas in seconds using AI

    2023

  10. 10

    A spreadsheet engine optimized for AI and automation

    2025

  11. 11

    Turn raw CSV and JSON into an interactive data canvas

    Feb 2026

  12. 12AW
  13. 13XT

    Hi HN! I just released xleak, a terminal-based Excel viewer written in Rust. I was inspired by working with spreadsheets and word documents on the command line and wanted something faster than opening Excel/LibreOffice. It supports .xlsx, .xls, .xlsm, .xlsb, and .ods files. Key features: - Interactive TUI with full keyboard navigation (vim-style search with / and n/N) - View Excel formulas in cells - Copy cells/rows to clipboard - Export to CSV, JSON, or text - Lazy loading for large files (1000+ rows) - Jump to any cell (e.g., "A100", "500", or "10,5") Built with the…

    Nov 2025 · github.com

  14. 14AB

    2014 · voyager.datanitro.com

  15. 15DA
  16. 16NL

    Hey folks, I just wanted to share a quick script I threw together called notational ls. One of the big problems of any code base (or any filesystem) is that it's hard to tell what's what - folder and file names often trade brevity for clarity. So I thought about a version of `ls` that works like this: > nls web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code images Adding descriptions is really easy too: > nls images Images SHARED between both ios and web web: Where python web server files are stored ad_hoc: One time scripts ios: Our IOS code…

    2011

  17. 17TA

    This is my personal todo app, which I made a while back after the original https://xit.jotaen.net/ post. tuido is written in go, with the bubbletea tui framework. My daily workflow involves creating YYYY-MM-DD.md and taking notes, many of which are effectively low-level todos that fall below the threshold for more public or involved issue trackers. Problem was that these half-hazard todos weren't tracked at all. After seeing the [x]it spec, it seemed clear that a little tooling could fix this. I've been reasonably happy with it.

    2022 · github.com

  18. 18KE
  19. 19RC
  20. 20DT

    Hi HN, I built Datacmd to eliminate bloated dashboards and browser UIs. It turns any CSV, JSON, API feed into live, terminal-native dashboards with one command. Fast. Minimal. Developer-centric. AND IT'S OPEN SOURCE https://github.com/VincenzoManto/datacmd What it does: * Generates dynamic dashboards in the terminal: tables, gauges, pie charts, line charts, radars, text boxes * Layout auto-generated or configurable via YAML * Supports CSV, JSON, REST APIs, live system metrics (CPU, memory, disk) Why this matters: * No GUI. Instant visuals where developers live * Zero…

    2025 · github.com

  21. 21TA

    Hi everyone! I built this because I wanted a little bit more organization around my Claude sessions, worktrees and plans while staying in the terminal and not relying on another SaaS tool. Since it's a command line tool, the added bonus is that Claude can use `td` directly. The td calendar was just a fun add-on but the Claude session stats have been pretty interesting! Let me know what you think!

    Apr 2026 · github.com

  22. 22GT

    I've been building go-tui (https://go-tui.dev), a terminal UI framework for Go inspired by the templ framework for the web (https://templ.guide/). The syntax should be familiar to templ users and is quite different from other terminal frameworks like bubbletea. Instead of imperative widget manipulation or bubbletea's elm architecture, you write HTML-like syntax and Tailwind-style classes that can intermingle with regular Go code in a new .gsx filetype. Then you compile these files to type-safe Go using `tui generate`. At runtime there's a flexbox layout engine based…

    Mar 2026 · go-tui.dev

  23. 23ST

    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:…

    2025 · smoothcsv.com

  24. 24DA

    We tried to build an Excel error checker. To achieve that, we needed to actually understand the semantic structure of a spreadsheet first. So we built that, and it turned out to be the harder, more general problem. The core issue: most real-world spreadsheets aren't relational tables. Merged cells, multi-level headers, multiple tables per sheet, totals mixed in with data. You can't just dump them to CSV and call it done. LLMs handle the easy cases but fall apart on complex workbooks at scale. Our approach uses an agent-guided compilation pipeline that produces SQL-ready relational tables…

    Mar 2026 · docs.deeptable.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →