nowfound

Alternatives

Products that do what Gremlin does

Run chaos engineering experiments safely and securely

  1. 1

    Trace LLM requests + costs with OpenTelemetry monitoring

    Oct 2025

  2. 2

    Advanced containers and serverless observability for free

    2021

  3. 3
    hop.js129

    A fast, free, privacy-first CDN for open-source projects

    Oct 2025

  4. 4

    Spin up secure sandboxes in ~100 ms

    Nov 2025

  5. 5

    Search smarter, auto-tag & organize, without the tab chaos

    2022

  6. 6

    Tools to break your web apps and find ways to improve them

    2021

  7. 7

    Scrape, Screenshot, and extract LLM-ready data

    Jan 2026

  8. 8

    Secure, forever-free localhost tunnels (ex-Deposure).

    Apr 2026

  9. 9

    Log and monitor your projects

    2020

  10. 10

    Custom GPT for your Slack, Teams, HubSpot, Zendesk and more!

    2024

  11. 11PA

    Hi HN! After several months of work, I'm excited to share ProKZee, a free and open-source network security tool built with Go and React using Wails framework. ProKZee allows developers, security researchers, and penetration testers to intercept, inspect, and modify HTTP/S traffic — similar to tools like Burp Suite, OWASP ZAP, and Caido — but with a fast native UI, modern UX, and some unique features. https://github.com/al-sultani/prokzee

    2025 · github.com

  12. 12
    Monika78

    Open source and free HTTP monitoring tool

    2022

  13. 13OC

    Obzev0 is a chaos engineering tool designed to help you test the resilience of your systems by simulating real-world failures. It allows you to define and execute chaos experiments to uncover weaknesses in your infrastructure and applications.

    2024 · github.com

  14. 14FC

    Hi everyone, I’ve been working on an open-source tool called Flakestorm to test the reliability of AI agents before they hit production. Most agent testing today focuses on eval scores or happy-path prompts. In practice, agents tend to fail in more mundane ways: typos, tone shifts, long context, malformed input, or simple prompt injections — especially when running on smaller or local models. Flakestorm applies chaos-engineering ideas to agents. Instead of testing one prompt, it takes a “golden prompt”, generates adversarial mutations (semantic variations, noise, injections, encoding edge…

    Jan 2026

  15. 15CU
  16. 16HA

    Hey HN. I'm an engineering student at Waterloo building stateful AI agents, and I kept hitting the same wall: whenever my Python scripts crashed or dropped a connection, the underlying Puppeteer or Ollama processes would just sit there orphaned, eating RAM until the node OOM-killed itself. Standard load balancers break sticky sessions, and passive HTTP timeouts are too slow for cleanup. I couldn't find a good local process pool that actually cleaned up dead stateful sessions reliably, so I built Herd in Go. It uses a persistent stream (gRPC/Unix sockets) strictly as a dead-man's switch.…

    Mar 2026

  17. 17AM

    I recently finished a round of tweaks on my barebones mud-server and thought HN might be interested. https://github.com/endgame/MudCore It sits somewhere between socketmud and a full mud like tbamud in that it handles all the socket work and telnet negotiation, but it makes no assumptions about anything else. The other interesting thing is that it can talk to other services using ZeroMQ. I'm interested in reactions, particularly in terms of coding style, documentation quality and so on. It's my main "presentation piece" so far, in that it's some of the first code I actually feel proud to…

    2012

  18. 18IM

    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…

    2024 · monitro.dev

  19. 19NA

    Hi, over the past few months I've been working on this project: Numax is a small Rust runtime that does three things: it runs WebAssembly modules in a sandbox, has a built-in local key-value store, and syncs everything across nodes with CRDTs and gossip. Basically, you write a wasm module, run it on two machines, and they converge (I hope !). It's a decentralized system... I hope someone finds it interesting! There's a whitepaper I've put a lot into, and I think the code isn't bad either! I believe there's still room in this world for software that's fun and well made, and while building…

    Jun 2026 · github.com

  20. 20MY

    LLM observability is an absolute must-have for anyone running something in prod (or prod-like). While all the observability startups are great, you're essentially sending all your OpenAI usage history - prompts, generations, chats - to a random third party. So this script deploys a basic proxy in your Azure account, catches all incoming OpenAI requests, stores logs in your own resource group, and comes with visualizations premade (charts, timelines, chat history, cost estimation, etc). Thanks for any thoughts and feedback!

    2023 · github.com

  21. 21FC

    Hey HN! I wanted to share a chrome extension I built for myself called From Chaos. It's an extension that takes the content of the page and organizes it into structured data. For instance, taking all the restaurants on a "top 10" article and just returning their names. It requires an OpenAI API key that you can set in your settings, and lets you get data back as JSON, YAML, CSV, or plain text. I built it to help in my data-gathering efforts, but wanted to share in case it's useful to someone else as well! It doesn't always return perfect data, but it does save me quite a bit of time.

    2023 · chrome.google.com

  22. 22QA

    I get a lot of bot traffic, most of which doesn't appear to respect robots.txt, so I made a tool to easily rewrite my content to serve to these bots instead. It consists of two components: quixotic - a command line tool that is static-site friendly to generate a copy of a website with some of the words replaced using a Markov generator. linkmaze - a web server that I can send the worst bots to. It generates 100% Markov content on the fly and with random links that also refer to linkmaze content.

    2024 · marcusb.org

  23. 23IB

    Hi HN, I’m the creator of Cordum. I’ve been working in DevOps and infrastructure for years (currently in the fintech/security space), and as I started playing with AI agents, I noticed a scary pattern. Most "safety" mechanisms rely on system prompts ("Please don't do X") or flimsy Python logic inside the agent itself. If we treat agents as autonomous employees, giving them root access and hoping they listen to instructions felt insane to me. I wanted a way to enforce hard constraints that the LLM cannot override, no matter how "jailbroken" it gets. So I built Cordum. It’s an open-source…

    Jan 2026 · github.com

  24. 24OS

    Hey HN, wanted to share a new collection of dev utilities that are ad-free, client-side (nothing leaves your device), with a command+k menu for fast search. github.com/jamdotdev/jam-dev-utilities Why? The sites we use every day for data conversion (e.g. PNG to data URI) are cluttered with ads, one of those mildly annoying things engineers deal with while writing code. This came up at a recent team dinner, and we got interested in creating nicer, modern, uncluttered versions of these tools. Since then, every time we needed a util, we added it to our stack. Lots more tools still to…

    2024

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