AurFlow is an open-source Solana RPC load balancer written in Rust.
I built it to solve a common issue when running Solana backends: relying on a single RPC endpoint is fragile, and managing multiple endpoints manually is messy.
AurFlow sits in front of multiple RPC nodes, continuously checks their health, routes traffic away from unhealthy ones, and exposes basic metrics via a dashboard. It’s fully self-hosted and intended as a lightweight reliability layer rather than a managed service.
This is the v1.0 release. Feedback from people running Solana infrastructure is very welcome!!
AurFlow is an open-source Solana RPC load balancer written in Rust.
I built it to solve a common issue when running Solana backends: relying on a single RPC endpoint is fragile, and managing multiple endpoints manually is messy.
AurFlow sits in front of multiple RPC nodes, continuously checks their health, routes traffic away from unhealthy ones, and exposes basic metrics via a dashboard. It’s fully self-hosted and intended as a lightweight reliability layer rather than a managed service.
This is the v1.0 release. Feedback from people running Solana infrastructure is very welcome!!