Alternatives
Products that do what Kurisu – Statistical dashboard in a single HTML file does
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…
- 1

- 2

- 3

- 4

- 5KW
Hey HN, I'm Andres. I've been building Kapso as a solo founder, and just crossed 4,000 developers, all organic. WhatsApp has 3B+ users and 98% open rates. You'd expect developers to be building tons of stuff on it, especially when the US is the fastest-growing market in WhatsApp usage. But it’s not happening… And I'd bet it's because the DX is painful. Every team needs to build the same features again and again. Meta fires webhooks for everything. There's valuable data in there for debugging, but no way to make sense of it without building your own tooling. That’s why I built Kapso. What you…
Dec 2025 · kapso.ai
- 6KA
Hello HN! Today, we are pleased to publicly release Kùzu: a new embeddable graph database management system under a permissible license. You can see our blog post in the above link that gives an overview of the system and our goals/vision. The system is in its early stages but please try it out and give us your feedback, tell us your feature requests, and please report bugs!
2022 · kuzudb.com
- 7DY
Hi HN, this is Shimon and Eyar of Datree (https://www.datree.io/). When I was an Engineering Manager of Infrastructure at ironSource (NASDAQ:IS) for 400 developers, a developer made a mistake, causing a misconfiguration to reach production, which caused major problems for the company's infrastructure. Mistakes happen all the time - you learn from them and hope to never make them again. But how can we prevent a production issue from recurring, or, how about a bigger challenge — how can you prevent the next one from the get-go? In our case, we tried sending emails to our devs,…
2021
- 8

- 9OO
Hi! One of the creators here. Very proud to finally be able to show you what we've been working on for over a year now. Curious to hear your thoughts! Objectiv is open-source (APLv2) product analytics infrastructure. It's built around a generic but strict event taxonomy, open/common data- and infra tools (currently PG, snowplow, working on bigquery with more to come), and the analyses are done using our pandas-like, SQL speaking modeling library called Bach. As a result, we’re moving towards a vision wherein models can be shared openly, independent of product, platform[1] or data…
2022 · objectiv.io
- 10KL
Zero dependencies. No external databases. Single binary. Just deploy and go. I needed something that would allow for real-time monitoring, and installation is as simple as dropping a single file and running it. That's exactly what Kula is. Kula is the Polish word for "ball," as in "crystal ball." The project is in constant development, but I'm already using it on multiple servers in production. It still has some rough edges and needs to mature, but I wanted to share it with the world now—perhaps someone else will find it useful and be willing to help me develop it by testing or providing…
Mar 2026 · github.com
- 11

- 12KA
A few months ago I took out my side project - an uptime & SSL monitoring service - from the drawer. I've decided to give it a new life and completely overhauled it, added a lot of new feature, and most importantly, a UI. Highlights - configurable uptime & SSL monitoring - Telegram, Slack, PagerDuty & E-mail notifications (more to come!) - fully-fledged REST API - a responsive, modern & fast UI - monitors are optionally configurable via a single YAML file, or you can choose to use either the UI or the API to maintain them - Cloud-native, distributed as amd64 and arm64 images - Only one…
2025 · kuvasz-uptime.dev
- 13FG
Why? - Decouple application deployment from releases How it works: - Make changes to your features and segments (YAMLs) via Pull Requests - Generate datafile (JSON file) in CI/CD workflow and upload to your CDN - Fetch datafile in your application runtime and consume with SDKs Supports: - Feature flags: boolean flags - Experimentation: a/b tests - Segments: targeting traffic with conditions - Variables: namespaced under each feature and conditional - Gradual rollouts: avoid big bang releases, go from 0% to 100% - Consistent bucketing: same user sees same variation - Multiple…
2023 · featurevisor.com
- 14KA
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…
May 2026
- 15AU
Hey HN! We wanted to share with you nxs-universal-chart - our open-sourced universal Helm chart. You can use it to deploy any of your applications into Kubernetes/OpenShift and other orchestrators compatible with native Kubernetes API. Our team regularly faced the need to create almost identical charts, so when we had 14 identical microservices in one project, we came up with a chart format that essentially became a prototype of nxs-universal-chart. It turned out to be more relevant than we even thought! When we needed to prepare CI/CD for 60 almost identical projects for a…
2024 · github.com
- 16IB
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!
2025
- 17

- 18IB
I lead design on a B2B SaaS product. It's quite data-heavy in places. Using placeholder content in data tables, checkout summaries and dashboards is a big no-no for us. It might seem like using random numbers saves time at first, but sooner or later there's documentation to write and plenty of clarifications to be made. It throws off customers during interviews – "hey, that's not really my sales target!". It confuses stakeholders at review time– "what's this data point supposed to be?" I built a Figma calculator plugin for my team so that they spend less time doing mental maths. It…
2025 · figma.com
- 19UC
Hi HN, https://companies.bx.tc My colleague and I put together this tool for easily searching UK company data. We run a few server side batches daily to extract data from various government sources before linking it all together in (what is now) a fairly large database. We're also using this project as a way to test out a new JS UI library we built (similar to Vue, but a bit faster) to see how it stands up in a real project. We'd love to hear your feedback and any ideas you have for how we can improve the dashboard! Thanks :)
2020
- 20WB
Most analytics tools give you 10–15 chart types and call it a day. But what happens when none of them actually represent your data well? We ran into this when building a CRM dashboard. We wanted to show how sales reps connect to open deals: not just totals, but actual relationships. A bar chart was too flat, a table too dense. We needed a network graph. The problem? Most chart libraries and BI tools don’t support that out of the box. You either say “no” to the feature request, or you hack together a standalone visualization that breaks the product’s flow (no filters, no interactivity, no…
Oct 2025
- 21IB
Hey HN! Over the past few weeks, I’ve been working on DataBridge, an open-source solution for data ingestion and querying across text, PDFs, images, and videos. In our latest update, we’ve added a fully local deployment option: - No internet required – Runs entirely offline. - Customizable Models – Supports any LLM and embedding model via Ollama (with options for any other private providers) - Extensibility – You can plug in your own models or tools easily. This local-first approach ensures better privacy, security, and flexibility, especially for teams dealing with sensitive data. You can…
2025 · github.com
- 22SA
When Google forced the switch from UA to GA4, I found myself struggling to understand my magazine's performance metrics (I occasionally edit a magazine along with my full-time job). So I built a dashboard that pulls GA4 data and presents it in a clean, intuitive interface focused on metrics that actually matter. It made the job of pulling reports and usage stats very simple for my website and greatly improved my daily productivity. At this stage, it was running on localhost on my machine and during this project, I ended up learning React (coming from a pure C/C++ world). I showed it to…
2025 · scottfish.com
- 23GD
Hi all. I'm working on GitBiased platform. Basically the idea is to let you or your team (manager) know what is happening at the moment in your development life. I myself use it lot, for having PRs of all my GitHub projects in one place. Also you can enable weekly mail with all things you have done for the previous week. Permission-wise each widget requires its own permissions. At the moment we do not require any write permissions first of all and none of them allow to read the code of the repo(s). I'm writing this post because I've recently released iOs version of the app.…
12d ago
- 24

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