urgentry - Drop-in Sentry replacement
Sentry, minus the bill and the YAML
What it does
Cut your Sentry bill. Keep every SDK. urgentry is the drop-in: change one DSN, send one event, decide in an afternoon. One binary, SQLite, runs on a $5 VM or your laptop. You get issues, alerts, releases, traces, logs, replays, and dashboards on day one. Outgrow Tiny mode? Split-role on Postgres + NATS + S3 is already in the repo. Try the switch this week. If it doesn't stick, roll back in five minutes.
Does a similar job
all alternatives →- DIDrop-in SQS replacement based on SQLite2024 · github.com · ▲656
Hi! I wanted to share an open source API-compatible replacement for SQS. It's written in Go, distributes as a single binary, and uses SQLite for underlying storage. I wrote this because I wanted a queue with all the bells and whistles - searching, scheduling into the future, observability, and rate limiting - all the things that many modern task queue systems have. But I didn't want to rewrite my app, which was already using SQS. And I was frustrated that many of the best solutions out there (BullMQ, Oban, Sidekiq) were language-specific. So I made an SQS-compatible replacement. All you have…



- EMErrorpush – Minimalist Sentry alternative using PostgreSQL2021 · github.com · ▲124

More dev tools this month
the category →



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

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

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com