Back to browse
Oxynote – Technical knowledge base with live Prometheus charts

Oxynote – Technical knowledge base with live Prometheus charts

by swithek·Feb 25, 2026·5 points·0 comments

AI Analysis

●●●BangerSolve My ProblemSlick

Notion + Grafana + GitHub PRs merged into one; live metrics next to context.

Strengths
  • Solves real context-switching pain by embedding live Prometheus charts directly in runbooks and docs, not tabs.
  • PR-style review workflow preserves rich formatting unlike Git diffs, enabling structured approval of architecture decisions.
  • Freshness hooks flag stale dependencies between docs, code versions, and observability configs automatically.
Weaknesses
  • Competes against established players (Notion for docs, Grafana for metrics, Confluence for enterprise) each with massive adoption.
  • Early access model and unclear pricing roadmap may limit immediate adoption versus free Notion + point-tools.
Category
Target Audience

Engineering and infrastructure teams, technical organizations managing internal documentation and observability

Similar To

Notion · Grafana · Confluence

Post Description

Hey HN,

I wanted to share a project my friend Dovydas and I (Simon) have been working on for a while. It’s a knowledge base platform built specifically for developers and technical teams.

It has a similar feel to Notion and supports live collaboration, but it also has technical "power blocks" for API specs, runbooks, RFCs, as well as live metrics from external sources like Prometheus. On top of that, document changes can be reviewed like GitHub PRs, while still preserving rich text blocks and chart displays. The simplest way to describe it is: what if Notion, Grafana, and the PR review parts of GitHub were merged into one platform?

We started working on this because we realised Grafana is good at showing you that something is happening, but it’s not great at telling you why you should care, what "normal" looks like, or which runbook / decision / incident it relates to (it has description fields, but they’re fairly limiting). If you didn’t build the dashboard, you usually end up asking the person who did. Also: dashboards tend to get changed quietly, and the explanations (if they exist) usually don’t.

At the same time, Notion/Confluence work well for text, but they’re awkward for technical artefacts (runbooks, RFCs, postmortems, API specs), and the review features feel superficial. That’s why a lot of people, ourselves included, fall back to git-based docs. Git-based docs are closer to how engineers work, but then you’re running a docs "product" (Docusaurus / GitBook / etc.) with pipelines and deployments, auth layers, and live collaboration on long-form writing that’s rarely pleasant. And, of course, observability still sits somewhere else.

So we built Oxynote. It’s a technical knowledge base for dev + infra teams, with a bias towards simplicity (we took a lot of inspiration from Linear and the idea that you shouldn’t need a training session to use a tool). It keeps runbooks, procedures, API design docs, RFCs, and postmortems together with a proper review flow, and lets you put relevant metrics charts right next to the text. It also has a feature we call "freshness hooks", which lets you tie docs to related GitHub repos / Docker images / external websites, so you get a nudge when something there changes.

This is still an early-stage platform and we’ve got a lot we want to add. For example, live metrics charts currently support only Prometheus, but we’re planning to add SQL databases and other data sources next.

It’s completely free and there are no ads. We’d really appreciate suggestions, experiences (positive and negative), and ideas. Thanks!

Similar Projects