Kurisu – Statistical dashboard in a single HTML file
I built Kurisu to solve a specific problem I kept encountering: analyzing sensitive data in offline settings without IT approval or cloud uploads and without needing to login and out of accounts on every device i own. The constraints led to interesting technical decisions: *Single-file architecture:* The entire app is one HTML file. No build process, no npm install, no deployment. You can WhatsApp it to yourself and open it on any device with a browser. This bypasses corporate IT restrictions and makes distribution trivial. *Statistical engine in Web Workers:* Implements Spearman Rank…
What it does
In the maker’s words, at launch
I built Kurisu to solve a specific problem I kept encountering: analyzing sensitive data in offline settings without IT approval or cloud uploads and without needing to login and out of accounts on every device i own. The constraints led to interesting technical decisions: *Single-file architecture:* The entire app is one HTML file. No build process, no npm install, no deployment. You can WhatsApp it to yourself and open it on any device with a browser. This bypasses corporate IT restrictions and makes distribution trivial. *Statistical engine in Web Workers:* Implements Spearman Rank Correlation, Kruskal-Wallis, and Mann-Kendall tests client-side. The automated dashboard scores potential visualizations by statistical significance rather than generating random charts. *Local-first processing:* All data stays in the browser. Useful for compliance-heavy scenarios (HIPAA, financial data, NDAs) where cloud analytics tools are prohibited. *Real use case:* I work 9am-9pm, then code nights. During potential investor/client meetings over coffee, being able to drop their Excel file into Kurisu and generate insights in 30 seconds without "let me set this up in Excel" has been valuable. *Technical tradeoffs:* - Export occasionally crops at bottom edge (html2canvas limitation, fixing in v1.1) - Single file = harder to maintain at scale, lots of things break all the time but distribution simplicity wins for now Future plans: Optional AI model integration (bring your own API/local LLM), embedded tiny model experiments, desktop wrapper if there's demand. This is my first shipped product after 3 months of learning to code via AI assistance. Would especially appreciate feedback on: 1. The statistical implementation correctness 2. Single-file distribution model viability 3. Technical debt concerns as it grows 4. ways to be able optimise the app to work with with larger datasets and more complex calculations within the web worker. Built from Pakistan where most SaaS pricing doesn't make sense. $29 one-time felt right but feedback on this would be appreciated as well.
Does the same job
all alternatives →



- KAKula – a family health platform that makes sense of your dataMay 2026 · ▲6
My parents are in India, I'm in the US. Their health system was continuous WhatsApp photos of lab reports, vague updates over the phone, and me finding out about doctor visits weeks later. So I built Kula. Upload lab reports (photo, PDF, WhatsApp forward) and it have them parsed and track trends. Connect a wearable and track daily health signals as well as your baselines. Everything goes into one record you can search and review over time. There's a chat layer where you can ask questions in plain language like, "what's my dad's cholesterol trend showing", and get a sourced answer from your…
- IBI bulit Kanba, open source alternative to Trello, self-hostable PM tool2025 · ▲5
hi all, i just released Kanba, a self-hostable, open source project management tool built for developers and small teams who prefer to own their tools. - no vendor lock-in - fully local data (via Supabase or your own backend) - MIT licensed - lightweight, minimal UI. think Trello, but open and yours tech stack: React + Tailwind + Supabase github link on comments would love feedback or ideas. contributions welcome!
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
