
RateLimit.Org
Avoid 429 error by limiting requests made per time frame
RateLimit.Org launched on March 29, 2023 with 6 votes, #2,260 of 5,075 launches that month and more than 50% of that year's launches.
What it does
It has never been easier to use rate-limited APIs from multiple applications with single API key. Simply register a limiter on ratelimit.org, re-route all your requests to a newly registered limiter and you are ready to go!
Does a similar job
all alternatives →
- NBNew BucketRateLimiter Python package to rate limit requests to APIs2022 · pypi.org · ▲25



- DRDistributed Rate Limiter – 50K+ RPS, Redis-Backed, Production-ReadySep 2025 · github.com · ▲5
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…
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 · 7d ago · opentrailpaper.com


Vendo ▲362Let your users build their own features inside your product
Dev tools · 26d ago · vendo.run
Source: Product Hunt launch ↗
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io