nowfound

Alternatives

Products that do what CLI for internet speed test via Cloudflare with optional TUI does

I've been having a lot of issues with my upload speed and wanted a cli tool to run in a cron job and couldn't quite find one to suit my needs. Sharing here in case others find it useful.

  1. 1

    Test your download speed using SpeedTest on the command-line

    2017

  2. 2
    fast-cli117

    Test your download speed using Netflix's Fast.com

    2016

  3. 3AF
  4. 4FF

    A few months ago, I benchmarked FastAPI on an i9 MacBook Pro. I couldn't believe my eyes. A primary REST endpoint to `sum` two integers took 6 milliseconds to evaluate. It is okay if you are targeting a server in another city, but it should be less when your client and server apps are running on the same machine. FastAPI would have bottleneck-ed the inference of our lightweight UForm neural networks recently trending on HN under the title "Beating OpenAI CLIP with 100x less data and compute". (Thank you all for the kind words!) So I wrote another library. It has been a while since I have…

    2023 · github.com

  5. 5

    Tool to check if site uses CloudFlare

    2017

  6. 6
    Rately175

    Take control of your API traffic with custom rate limits.

    Oct 2025

  7. 7
    tldx109

    Fast CLI to bulk-check domains via RDAP & MCP

    May 2026 · github.com

  8. 8
    Direktor119

    A/B testing as easy as short URLs

    2019

  9. 9
    Deposure185

    Launch your APIs live effortlessly

    2025

  10. 10DB

    I built a CLI to benchmark DNS resolvers after discovering DNS was adding 300ms to my API requests. v0.3.0 just released with new features: compare: Test single domain across all resolvers top: Rank resolvers by latency/reliability/balanced monitor: Continuous tracking with threshold alerts 1,400+ downloads in first week. Quick start: pip install dns-benchmark-tool dns-benchmark compare --domain google.com CLI stays free forever. Hosted version (multi-region, historical tracking, alerts) coming Q1 2026. GitHub: https://github.com/frankovo/dns-benchmark-tool…

    Nov 2025 · github.com

  11. 11
    Fast.io135

    A simple enterprise file delivery network that syncs

    2019

  12. 12
    Pingy CLI140

    The simple frontend build tool. No config. No plugins

    2017

  13. 13AS

    There are plenty of good tools for load testing such as JMeter, Minigun, and plenty more - but they all have their own set of options to learn. I built this one to support a simpler workflow where you just paste your curl request (or other cli command) after your `spam` config (literally just `spam -r 2 -- curl www.google.com). It's pretty barebones but I'm 100% going to use it in my day to day - figured I'd share it here if it helped anyone else!

    2023 · github.com

  14. 14AU

    I run 3mins.news (https://3mins.news), an AI news aggregator built entirely on Cloudflare Workers. The backend has 10+ cron triggers running every few minutes: RSS fetching, article clustering, LLM calls, email delivery. The problem: Workers Paid Plan has hard monthly limits (10M requests, 1M KV writes, 1M queue ops, etc.). There's no built-in "pause when you hit the limit", CF just starts billing overages. KV writes cost $5/M over the cap, so a retry loop bug can get expensive fast. AWS has Budget Alerts, but those are passive notifications, by the time you read the email,…

    Mar 2026

  15. 15BA

    Benchi is a CLI tool for running benchmarks and collecting metrics. It's using Docker Compose to orchestrate the infrastructure and tools being benchmarked, making it repeatable and runnable on different machines. It allows you to run the same benchmark for different tools and compare the collected results. The repository contains a simple example. For a more elaborate example see how we use Benchi to compare data pipelines running on Conduit and Kafka Connect, two data streaming tools (still work in progress): https://github.com/ConduitIO/streaming-benchmarks

    2025 · github.com

  16. 16JF

    Inspired by the recent justfuckingusetailwind.com, I built a similar "love letter" to the Cloudflare ecosystem. I find myself reaching for Workers, R2, D1, and KV for almost every project lately, so I wanted to capture that sentiment in a single, slightly over-the-top page. It’s a simple side project, but the stack is: - Vite + TypeScript - Biome + Ultracite - Deployed (obviously) on Cloudflare First draft in Claude, the copy was drafted with Grok to get that specific tone, then I used Google's AI Studio to accelerate the build with touch up's in Cursor. Link:…

    Dec 2025 · justfuckingusecloudflare.com

  17. 17TO

    Hey HN – We’re Danny and Ethan from Telophase (https://telophase.dev). We’re building automation to isolate cloud environments by tenant or team. You can think of us as an Open-Source AWS Control Tower[1]. Our CLI is a drop-in tool to manage multi-account AWS setups. To start, we support AWS Account Factory and landing zones defined in AWS CDK. We plan to support multi-project GCP and multi-subscription Azure setups soon! Features: 1. Manage accounts in code. 2. Provision accounts and their infrastructure with a single command, `telophase deploy`. 3. Deploy to a subset of accounts…

    2023 · github.com

  18. 18IM

    Hey HN, I'm so excited to finally share with you what I've been working on recently. One month ago I asked my audience what they wanted to learn about Websites, APIs and Servers security [0]. From the feedback, I've identified a few recurring pain points that I've started to address (and many more) in this new book. From theory to practice, you will learn how low-level network and security protocols work. How to configure Cloudflare to secure and scale your web applications. How to create serverless applications and which database to chose with serverless functions. How to optimize your…

    2023 · kerkour.com

  19. 19KT

    Hey HN, for those of you tired of running kafka-consumer-groups.sh and similar tools, here's a small real-time monitoring CLI tool for Apache Kafka, that displays consumer lag and event rates in a clean, top-like interface. You can quickly assess which consumers are lagging and when they will catch up. I've made this to quickly assess the health of remote on-premises clusters which most of the time lack proper monitoring. The tool can be found here: https://github.com/sivann/kafkatop I'd be very interested to hear your feedback or any features you think would add value to…

    Sep 2025 · github.com

  20. 20

    A no-nonsense CLI internet speed tester

    May 2026 · github.com

  21. 21

    A high-accuracy, ad-free speed test powered by Cloudflare.

    Mar 2026

  22. 22IO
  23. 23HO

    Hello HN, I’m excited to share something we’ve been working on: Cloud Troubleshooting Labs. This tool provides on-demand environments for engineers to practice hands-on troubleshooting with AWS, GCP, Azure, and Kubernetes. What it does: We use Pulumi to spin up these environments. Each scenario includes a diagram and an explanation of the available IT infrastructure. Engineers are tasked with fixing configuration issues to make the application work. Depending on the test type, the environment could range from a simple terminal to a full cloud environment or a web-based VSCode. Many of our…

    2024 · brokee.io

  24. 24AS

    Hi, this is my first npm package that is getting a couple of hundreds downloads. It's a super simple CLI time tracker, mostly suitable for 9 to 5 jobs I hope you check it out and tell me what you think. Demo and etc. https://github.com/omidfi/moro

    2017

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