Dev tools · September 18, 2025
Distributed Rate Limiter – 50K+ RPS, Redis-Backed, Production-Ready
Hi HN! I built a distributed rate limiter using the token bucket algorithm with Redis backing. Key highlights: • 50,000+ requests/second throughput with <2ms P95 latency • Redis-backed distributed state for multi-instance deployments • 18 REST API endpoints for rate limiting, config, and monitoring • 265+ tests including load tests and integration tests • Docker/Kubernetes ready with comprehensive documentation Built with Java 21 + Spring Boot. Perfect for protecting APIs, microservices, or SaaS platforms from abuse. The pain point I solved: existing solutions were either too…
What it does
In the maker’s words, at launch
Hi HN! I built a distributed rate limiter using the token bucket algorithm with Redis backing. Key highlights: • 50,000+ requests/second throughput with <2ms P95 latency • Redis-backed distributed state for multi-instance deployments • 18 REST API endpoints for rate limiting, config, and monitoring • 265+ tests including load tests and integration tests • Docker/Kubernetes ready with comprehensive documentation Built with Java 21 + Spring Boot. Perfect for protecting APIs, microservices, or SaaS platforms from abuse. The pain point I solved: existing solutions were either too simple (in-memory only) or too complex (enterprise-only). This fills the gap with a production-ready, easy-to-deploy solution. Try it: Download the JAR, start Redis, and you're rate limiting in 30 seconds. Would love feedback on the API design and performance characteristics! GitHub: https://github.com/uppnrise/distributed-rate-limiter
Does the same job
all alternatives →
- GRGolimit – Ringpop-based distributed and decentralized rate limiter2018 · github.com · ▲53
- RCRedis-cell, an API rate limiter as a Redis module, written in Rust2016 · github.com · ▲15

- SOStackGres: open-source Postgres-aaS on Kubernetes with 120 Extensions2021 · stackgres.io · ▲54
- CEClusterK – EC2 AWS spot orchestration service2015 · ▲25
Dear startups, We've recently launched our service that helps deploy capacity across AWS EC2 spot to provide high availability and up to 90% discount on compute. Magic happens by us predicting spot prices and distributing capacity across dozens of uncorrelated Spot auctions to limit exposure to possible price spikes. As serial entrepreneurs we know first hand how important it is to iterate quickly and reducing the compute cost is one of the ways to approach it. If your company's AWS bill is significant (>$10k/month) and you have an interesting use case that we can discuss - we'd be…
More dev tools this month
the category →



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

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

Launched alongside, September 2025
the whole month →
- AS
Commerce · Sep 2025 · anycrap.shop
- TE
I made a built-from scratch Wayland Compositor to display any GUI app* in the terminal! I think there is a lot of unexplored potential in custom Wayland compositors, a lot of really cool things you can embed existing applications into! So, I started with embedding apps into the terminal because that is the easiest input/output (output is just utf-8 and I use the great `chafa` library for that, and I just read from stdin for the input). If you have any other ideas for cool Wayland compositors, let me know. I purposedly wrote 80% the app in Typescript to appeal to the most developers and…
Dev tools · Sep 2025 · github.com
- IR
Years ago I stumbled across a basic version of this concept and it stuck with me. I knew if I was ever going to take on such a project, it would need to be flawless, but without coding experience it was just another idea that would never happen. By the end of 2024, as AI coding tools exploded everywhere, I finally had a way to make it real. I started from zero knowledge and spent months collaborating with AI agents as a learning experience. Every pixel and every function went through me. The AI translated what I asked for into code, but every decision was human. I didn't use existing OS…
AI · Sep 2025 · mitchivin.com

