Show HN: Lambda ERP – Open-source ERP you can run through chat
Show HN (score: 5)Description
It handles sales/purchase flows, invoices, payments, inventory, double-entry accounting, reports, and chat-generated analytics. There’s a live demo in the README with 3 years of simulated data, plus a Docker Compose setup if you want to run it locally.
It is not production-ready yet; I’m looking for feedback on the architecture, the chat-first workflow, and whether this direction makes sense for small teams that can’t afford traditional ERP implementation projects.
More from Show
Show HN: A terminal spreadsheet editor with Vim keybindings
Show HN: A terminal spreadsheet editor with Vim keybindings While speccing out this spreadsheet tool, I realized that I never had to think about the keybindings. It all just came naturally from Vim. Normal/insert/visual modes, hjkl navigation, dd/yy/p, :w, :q. The usual muscle memory works.<p>It supports CSV/TSV import and export, and a native .cell format that preserves formulas. The formula engine handles SUM, AVERAGE, COUNT, MIN, MAX, and IF with range references.<p>The codebase is a Cargo workspace: a pure cell-sheet-core library (no TUI dependency) and a cell-sheet-tui crate on top of ratatui. Early days, but it's usable.<p>To try it out: cargo install cell-sheet-tui<p>Feedback of any kind is greatly appreciated!
No other tools from this source yet.