The layer between your SaaS platform and your customers' domains
Rust edge engine handles SNI interception and dynamic SSL without DevOps overhead.
Basic failover router in Rust, but Envoy and NGINX already do this better.
Backend developers, SREs
Envoy · NGINX · HAProxy
The idea is simple: instead of sending requests to a single backend, route them through a layer that can switch to another backend if something goes wrong.
It:
checks backend health (latency, errors) avoids unhealthy servers retries requests on another backend if needed
It’s designed as:
a fast routing layer (Rust) a simple control API (Python) shared state via Redis
One thing I found interesting is that failover only works before the response starts — after that, switching isn’t possible.
Still early and mostly an experiment to understand failover and reliability better. This begun as internal experiment, after recent region outages.
Curious how others approach this problem in production systems.
Rust edge engine handles SNI interception and dynamic SSL without DevOps overhead.
Charming mid-00s aesthetic waiting room, but explicitly a novelty with no staying power.
Cross-cloud spot pricing API saves 80% on ML training where Spotinst charges premiums.
Local AI OS layer in Rust that replaces your window manager.
Policy engine + audit trail for agents, but governance tools are becoming table stakes.
Single-process routing plus VRP beats VROOM on route quality at equal runtime.