frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Finsight – A Privacy First, AI Credit Card and Bank Statement Analyzer

https://github.com/AJ/FinSight
3•aj•5h ago
AI-powered personal finance analyzer — runs 100% locally, no cloud, no login.

Upload a PDF / CSV / Excel bank or credit card statement → AI extracts and categorizes every transaction → interactive dashboard, spending insights, recurring payment detection & chat with your data.

Comments

aj•5h ago
I built FinSight because I wanted to analyze my spends, inflow and outflow. But I did not want to upload a statement to a cloud LLM for data privacy.

Finsight provides LLM-assisted transaction categorization without uploading bank or credit card statements to a 3rd Party service.

Architecture: PDF parsing client-side via pdfjs-dist, AI inference via local Ollama/LM Studio API, storage in localStorage/sessionStorage via Zustand. No backend (yet)

A few things I found technically interesting:

1. Context window management is the main challenge with long statements. I'm handling it by chunking transactions and doing a second pass aggregation. It works but it's the messiest part of the codebase — would genuinely value feedback on better approaches.

2. 1B parameter models are sufficient for parsing. 7B models give meaningfully better categorization accuracy. The main constraint isn't model capability — it's context window length with large statements and speed. 3. Personally, Qwen 3 gave me the best results but was the slowest in processing a large file. Gpt-oss-20b was faster but the categorization wasn’t as good. Speed is of course, hardware dependent.

3. PDF statement formats vary enormously between banks. LLM-based extraction handles this variation better than any regex approach I’ve tried.

Caveats: setup requires Ollama or LM Studio plus a model download, which is 20-30 minutes on a fresh machine.

Installation & Demo Video - https://youtu.be/VGUWBQ5t5dc

GitHub - https://github.com/AJ/FinSight?utm_source=hackernews&utm_med...

MIT licensed.

Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer

https://www.appsoftware.com/blog/introducing-vs-code-agent-kanban-task-management-for-the-ai-assi...
33•gbro3n•3h ago•13 comments

Show HN: Mcp2cli – One CLI for every API, 96-99% fewer tokens than native MCP

https://github.com/knowsuchagency/mcp2cli
124•knowsuchagency•8h ago•73 comments

Show HN: Skir – like Protocol Buffer but better

https://skir.build/
95•gepheum•20h ago•51 comments

Show HN: I built a real-time OSINT dashboard pulling 15 live global feeds

https://github.com/BigBodyCobain/Shadowbroker
270•vancecookcobxin•19h ago•108 comments

Show HN: Husky hook that blocks Git push until you do your pushups

https://git-push.app
4•zimboy•5h ago•1 comments

Show HN: I built a site where strangers leave kind voice notes for each other

https://kindvoicenotes.com
19•thepaulthomson•16h ago•10 comments

Show HN: Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI

https://quesma.com/blog/chromatron-recompiled/
20•stared•2d ago•7 comments

Show HN: cursor-tg – Run Cursor Cloud Agents from Telegram

https://github.com/tb5z035i/cursor-tg
3•tb5z035i•4h ago•0 comments

Show HN: Eyot, A programming language where the GPU is just another thread

https://cowleyforniastudios.com/2026/03/08/announcing-eyot/
73•steeleduncan•1d ago•14 comments

Show HN: Botais (Battle of the AI's) – Competitive Snake Game for LLMs

https://botais.sello.dev
2•giza182•5h ago•2 comments

Show HN: Finsight – A Privacy First, AI Credit Card and Bank Statement Analyzer

https://github.com/AJ/FinSight
3•aj•5h ago•1 comments

Show HN: WolfStack – Proxmox-like server management in a single Rust binary

https://wolfscale.org/
28•wolfsoftware•19h ago•2 comments

Show HN: OpenMeters – A fast and free audio metering/visualization suite

https://github.com/httpsworldview/openmeters
11•httpsworldview•13h ago•0 comments

Show HN: Curiosity – DIY 6" Newtonian Reflector Telescope

https://curiosity-telescope.vercel.app/
80•big_Brain69•1d ago•19 comments

Show HN: OxiMedia – Pure Rust Reconstruction of FFmpeg and OpenCV

https://github.com/cool-japan/oximedia
10•kitasan•15h ago•8 comments

Show HN: Bunway – Express-compatible web framework for Bun

https://bunway.jointops.dev/
3•rockstarsb•7h ago•0 comments

Show HN: Run 500B+ Parameter LLMs Locally on a Mac Mini

https://github.com/opengraviton/graviton
3•fatihturker•7h ago•0 comments

Show HN: U-Claw – An Offline Installer USB for OpenClaw in China

https://www.u-claw.org/
4•17vibe•5h ago•0 comments

Show HN: ANSI-Saver – A macOS Screensaver

https://github.com/lardissone/ansi-saver
102•lardissone•1d ago•36 comments

Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies

https://mujs.org
155•amaury_bouchard•2d ago•81 comments

Show HN: AlphaPerch – Track product execution for companies you follow using AI

https://alphaperch.com
3•sebasnar•11h ago•0 comments

Show HN: Environment Variable Checker

https://github.com/Chrilleweb/dotenv-diff
7•chrillemn•16h ago•0 comments

Show HN: Compose Launcher – A macOS app to run multiple Docker Compose files

https://github.com/yingbo/compose-launcher
3•yingbo•11h ago•0 comments

Show HN: ChatML - Run Claude Code Parallel Sessions in a Desktop app

https://github.com/chatml/chatml
4•mcastilho•12h ago•6 comments

Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting

https://github.com/moongate-community/moongatev2
285•squidleon•2d ago•164 comments

Show HN: Kula – Lightweight, self-contained Linux server monitoring tool

https://github.com/c0m4r/kula
89•c0m4r•2d ago•56 comments

Show HN: Claude-replay – A video-like player for Claude Code sessions

https://github.com/es617/claude-replay
101•es617•2d ago•34 comments

Show HN: Reverse-engineering Shockwave to save early 2000s web games (Rust/WASM)

https://github.com/igorlira/dirplayer-rs/
11•igorlira•23h ago•0 comments

Show HN: I open-sourced my Steam game, 100% written in Lua, engine is also open

https://github.com/willtobyte/reprobate
58•delduca•2d ago•22 comments

Show HN: Lobster.js – Extended Markdown with layout blocks and footnotes

https://github.com/Hacknock/lobsterjs
5•Kyome22•20h ago•4 comments