Alternatives
Products that do what I made simple and cheap log monitoring does
Hello I'm Jack, I was previously a Site Reliability Engineer and i've been working on monitro.dev which makes log monitoring simple for individuals or small teams. It allows you to easily forward any logs to multiple channels such as Slack, Discord & Telegram. The events are also viewable though the admin dashboard and are easily filterable. Currently there is only an NPM package with javascript / typescript support but i have plans to expand this to other languages such as Python, Rust etc. The package has many options, one of them is forwarding any uncaught exception and as an event…
- 1

- 2LI
2011 · logio.org
- 3

- 4

- 5

- 6

- 7AB
Hello everyone, there are many log services available and this is my attempt at a better one. Most online logging tools feature convoluted UIs, arbitrary mandatory fields, questionable AI/insights, complex pricing, etc. I hope my application fixes most of these issues. It also has some nice features, such as automatic Geo IP checks and public dashboards. Although I've created lots of software, this is my first open source application (MIT license), the tutorial for selfhosting is hopefully sufficient! Most of my development career has been with C#, NodeJS and PHP. For this project I've…
2025 · txtlog.net
- 8

- 9

- 10

- 11HL
Hey Hackers, I was building multiple projects lately, and integrating logging was way too much for me. Managing self hosted ELK stack, or using existing log monitoring services (running their agent was consuming hell of resources on my tiny servers). It took me a day to code my own logging server, and client for python projects (serving as python packages - pypi), named it HueLogs. Sharing with you all, please feel free to contribute if you like. I might be adding a npm package for javascript client if I get chance to code tomorrow. Few features too add: - 30 min, last day logs etc. -…
2024 · github.com
- 12

- 13RS
2016 · github.com
- 14

- 15SY
Hey HN, we’re Nico and Arseniy, co-founders of Superlog (https://superlog.sh). We're building a self-installing, self healing observability tool meant not to be opened. It has a wizard that daily sets up proper logging and an agent that investigates errors and opens PRs. Super short demo: https://www.youtube.com/watch?v=xFhU9Mk247M. In our earlier startups, we tried Sentry, Datadog, Grafana, Dash0, and nothing was good enough. Proper telemetry and alerting still requires a ton of manual setup. We struggled with adding good logs, so debugging was tough, especially as…
May 2026 · superlog.sh
- 16

- 17ED
2016 · datawire.io
- 18IV
hi! I've made a logger for JS/TS. It's easily extendable, easy to use and configure. Would like to hear a feedback from you!
2025 · github.com
- 19AA
G’day Hacker News, I’m Simon Gurcke, the sole founder of Apitally (https://apitally.io). I’m building a simple API monitoring and analytics tool for Python / Node.js apps. It helps users understand API usage and performance, spot issues early and troubleshoot effectively when something goes wrong. Features include: - Dashboards: Provide insights into API traffic, errors, performance and consumers. - Request logging: Opt-in and highly configurable in terms of what data is logged. Users can drill down from aggregated metrics to individual requests (proven to be super helpful…
2025 · apitally.io
- 20WC
We developed a module for developers in small to mid-sized companies. It’s an open-source logger for Node.js with a built-in web dashboard to view, filter, and search your app logs.
2024 · github.com
- 21
- 22MO
2021 · monika.hyperjump.tech
- 23WP
A couple of months back, I had come across this promising-looking app on github - a website uptime monitoring service[1] built with Node.js, MongoDB, and Bootstrap, so I had whipped up a DO droplet[2], registered a (free) .tk domain[3] and after a weekend of messing about (mainly via ssh), had created a (stock) working service (and then promptly forgotten about it): http://monitup.tk:8082/dashboard/checks Turned out to be a lot better than I had expected! Now, while there are many such (free and paid) services available out there, I do think one more can't hurt,…
2016
- 24TD
Hi HN! I built Timberlogs because I was tired of console.log in production and existing logging solutions requiring too much setup. Timberlogs is a drop-in structured logging library for TypeScript: npm install timberlogs-client import { createTimberlogs } from "timberlogs-client"; const timber = createTimberlogs({ source: "my-app", environment: "production", apiKey: process.env.TIMBER_API_KEY, }); timber.info("User signed in", { userId: "123" }); timber.error("Payment failed", error); Features: - Auto-batching with retries - Automatic redaction of sensitive data (passwords, tokens) -…
Jan 2026
Ranked by how close each launch is in meaning, then by votes. Refine with a description →