Alternatives
Products that do what Z6 PQC-Gateway does
Denial-of-service protection for post-quantum endpoints
- 1FI
2024 · words.filippo.io
- 2IP
The stack: two agents on separate boxes. The public one (nullclaw) is a 678 KB Zig binary using ~1 MB RAM, connected to an Ergo IRC server. Visitors talk to it via a gamja web client embedded in my site. The private one (ironclaw) handles email and scheduling, reachable only over Tailscale via Google's A2A protocol. Tiered inference: Haiku 4.5 for conversation (sub-second, cheap), Sonnet 4.6 for tool use (only when needed). Hard cap at $2/day. A2A passthrough: the private-side agent borrows the gateway's own inference pipeline, so there's one API key and one billing relationship…
Mar 2026 · georgelarson.me
- 3
- 4

- 5AT
A 3.16M-parameter INT4 transformer running entirely in the on-chip memory of a Xilinx Kria KV260. Zero DRAM in the token loop, 59,965 tok/s on the fabric, bit-exact. Chat with it live.
27d ago · mikeayles.com
- 6KD
I've built this to make it easy to host your own infra for lightweight VMs at large scale. Intended for exec of AI-generated code, for CICD runners, or for off-chain AI DApps. Mainly to avoid Docker-in-Docker dangers and mess. Super easy to use with CLI / Python SDK, friendly to AI engs who usually don't like to mess with VM orchestration and networking too much. Defense-in-depth philosophy. Would love to get feedback (and contributors: clear & exciting roadmap!), thx
Oct 2025 · github.com
- 7

- 8AU
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
- 9HC
Hey HN! We’re Thomas and Andrew, and we just built a Dutch auction exchange for cloud H100 rentals. It’s live at https://www.H100cloud.com. Auctions traditionally start at a base price and work their way up. That doesn’t work for cloud computing — would you ever want to be outbid and lose your data? Our Dutch auction model starts at a ceiling — $3.50/hr per H100. We lower prices every six hours until servers are picked up by buyers. We stop lowering them when prices reach a $2.20 floor. When you rent a server, the price is locked until you delete the server. You’ll never get…
2024 · h100cloud.com
- 10PA
2024 · picokeys.com
- 11IM
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
- 12JF
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
- 13OS
It uses claude code with GLM-6 model which is cheap yet powerful for most of the cases. for deployment Cloudflare Workers. It is a 2 weeks of hard work! Lemme know what you think!
Oct 2025 · github.com
- 14

- 15TC
the cloud is a walled garden built for profit [ not efficiency ]. you’re paying for idle, autoscaling is too slow, and serverless is a scam. locked in, overcharged, and out of options. lttle.cloud is different. decentralized, open-source, and built for real performance [ sub-10ms cold start ], true pay-for-what-you-use pricing, and zero vendor lock-in. deploy anything as "serverless" from any docker image, no rewrites, no bullshit. powered by the blockchain and built in public, it’s transparent, efficient, and free from vendor lock-in. run your own private cloud or join the decentralized…
2025
- 16SH
2025 · nexo.sh
- 17IB
Sup HN I'm MX, a solo founder building Infuze Cloud, launching as a beta today. I started this project because I was tired of a long list of reasons why the cartels are ridiculous that I shall not dwell on for too long here because I had to rewrite this twice cause of hitting the character limit So I decided to try building something I’d want to use. The whole stack is built custom from the ground up with no external dependencies or costs to third parties apart from hardware and IP space. What Infuze is: Raw, dedicated performance: 1 vCPU = 1 physical thread. No overcommit. I cap my nodes…
2025 · infuze.cloud
- 18AU
Hi HN, I was once given the advice: Don't waste expensive frontier model credits (GPT/Claude/etc.) on bulk work. Send the boring, repetitive, high-volume jobs to a smaller model, and save the expensive prompts for when you actually need frontier-level reasoning. I complained and told my manager that I shouldnt have to think about using certain models for certain coding tasks, and that one model should handle everything. Well, here we are anyway. If anyone needs a place to absolutely abuse an LLM with high-volume tasks, come beat ours up at https://yolo-auto.com. Here are…
Jul 2026 · yolo-auto.com
- 19

- 20CW
Hello HN, Lucas here. I’ve been working with BigQuery for ~5 years, mostly in large (petabyte-scale) environments. Over time we ended up spending a lot of money and engineering effort just trying to understand where costs were coming from, why and how to optimize them. At some point we decided to stop, leverage all our past experience and spend a full cycle building tooling focused on cost visibility and optimization. The main goal was to regain ownership of cost data and make it possible to understand our cost structure in under a minute, while aligning the views of engineering and FinOps…
Jan 2026 · cloudclerk.ai
- 21B5
I built a message broker that speaks the Kafka wire protocol, so any Kafka client (librdkafka, kafka-python, kcat, etc.) works without code changes. The entire binary is 52KB. No JVM, no ZooKeeper, no third-party libraries — just C++20 with kqueue/epoll. Starts in <10ms, uses 0% CPU when idle. I built this because running Kafka locally for development is painful — gigabytes of RAM, slow startup, ZooKeeper/KRaft configuration. I just wanted something that accepts produce requests and gets out of the way. Technical details: - Single-threaded event loop (kqueue on macOS, epoll on…
Feb 2026 · github.com
- 22

- 23DR
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…
Sep 2025 · github.com
- 24WB
Over the past few months, as we scaled our internal AI Agents, we hit a dead end: Running LLM-generated arbitrary code in Docker is basically running naked on security due to container escape risks. But using full traditional VMs takes minutes to boot and eats too much memory to support high-density concurrency. We loved the developer experience of SaaS sandboxes on the market, but they are closed-source, expensive, and have too high a barrier to entry for self-hosting. So, our team decided to build our own. After months of grinding, using RustVMM and KVM, we built a blazing-fast,…
Apr 2026 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →