Build production-ready APIs in Rust with zero configuration. rapid-rs combines FastAPI's developer experience with Spring Boot's conventions, powered by Axum. One command to start, auto-generated docs, type-safe everything.
Hi Product Hunt! π
I'm Ashish, and I just launched rapid-rs - zero-config web framework for Rust!
π 24 HOURS IN:
β’ 47+ downloads on crates.io
β’ 4 versions published
β’ Active community forming
THE PROBLEM:
After years at Apple, Salesforce, and Visa, I got tired of wiring the same boilerplate for every Rust API. Hours of setup every time.
THE SOLUTION:
rapid-rs gives you FastAPI's simplicity + Spring Boot's conventions, with Rust's performance.
GET STARTED:
cargo install rapid-rs-cli
rapid new myapi && cd myapi && cargo run
You immediately get:
β Auto-configured everything (DB, logging, CORS)
β Request validation
β Swagger UI at /docs
β Type-safe everything
β 50K+ req/s vs Python's 100 req/s
WHY IT MATTERS:
For Python devs: Same DX as FastAPI, 100x faster
For Java devs: Spring Boot without the JVM
For Rust devs: Stop wiring, start shipping
WHAT'S NEXT:
Auth, migrations, testing utilities, more templates
TRY IT:
π https://crates.io/crates/rapid-rs
β https://github.com/ashishjsharda...
What features should I prioritize? Every upvote helps!
KΕan