Back to browse
The layer between your SaaS platform and your customers' domains

The layer between your SaaS platform and your customers' domains

by AdityaPatwa07·Jun 10, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Rust edge engine handles SNI interception and dynamic SSL without DevOps overhead.

Strengths
  • Arc<DashMap> enables lock-free concurrent domain routing at microsecond latency.
  • Native byte streaming avoids memory bottlenecks on large React/Next.js payloads.
  • Tokio async task keeps proxy state and PostgreSQL synchronized without blocking.
Weaknesses
  • Custom domain infrastructure already solved by Vercel, Cloudflare for SaaS.
  • First-time Rust SaaS means unproven production reliability at scale.
Target Audience

B2B SaaS developers building multi-tenant platforms

Similar To

Vercel Custom Domains · Cloudflare for SaaS · Wildcard SSL proxies

Post Description

Hey HN!

I'm Aditya, and today I'm excited to share Razix.

Razix lets you configure custom domains for multi-tenant platforms. It also provides an API so you can integrate it and let your B2B users add their custom domains.

It's special to me because this is my first SaaS whose core feature is written in Rust.

While building Razix, I:

- Created my first reverse proxy server - Learned to issue Let's Encrypt certificates using instant-acme - Learned how TLS and SSL work - And much more

All with minimal use of AI.

Similar Projects