nowfound

Alternatives

Products that do what rapid-rs does

Zero-config web framework for Rust - FastAPI + Spring Boot

  1. 1RR

    I built rapid-rs to eliminate the hours of boilerplate when starting a new Rust web service. One command gets you: - Auto-configured DB, logging, CORS - OpenAPI/Swagger UI at /docs - Request validation - Production-ready observability Built on Axum. Early benchmarks show ~50K req/s with 10-20MB RAM. This is v0.1 - feedback welcome! Crates: https://crates.io/crates/rapid-rs

    Nov 2025 · crates.io

  2. 2

    Develop APIs fast + automatically detect endpoints

    2025

  3. 3RW

    Hi everyone, I've been "funemployed" for a few months and with all that free time and idle hands I wrote a full web framework (think Rails, not Flask) for Rust. It's boring old MVC, has its own ORM, templates, background jobs, auth, websockets, migrations and more. If you're keen but don't feel like rewriting your app in a different language, Rwf has a WSGI server to run Django (or Flask) inside Rust [1], letting you migrate to Rust at your own pace without disrupting your website. I think Rust makes a great prototyping and deploy straight to production language. Now it has yet another…

    2024 · github.com

  4. 4FF

    A few months ago, I benchmarked FastAPI on an i9 MacBook Pro. I couldn't believe my eyes. A primary REST endpoint to `sum` two integers took 6 milliseconds to evaluate. It is okay if you are targeting a server in another city, but it should be less when your client and server apps are running on the same machine. FastAPI would have bottleneck-ed the inference of our lightweight UForm neural networks recently trending on HN under the title "Beating OpenAI CLIP with 100x less data and compute". (Thank you all for the kind words!) So I wrote another library. It has been a while since I have…

    2023 · github.com

  5. 5CA
  6. 6

    An ultra-fast, single-binary MCP server written in Rust as a lightweight alternative to Node.js/Python. - StamManif/mcp-stama

    24d ago · github.com

  7. 7CR
  8. 8

    Generate Spring Boot/Nest JS API's in minutes

    2024

  9. 9FA
  10. 10AF

    Serialization framework with some interesting numbers: 10-20x faster on nested objects than json/protobuf. Technical approach: compile-time codegen (no reflection), compact binary protocol with meta-packing, little-endian layout optimized for modern CPUs. Unique features that other fast serializers don't have: - Cross-language without IDL files (Rust ↔ Python/Java/Go) - Trait object serialization (Box) - Automatic circular reference handling - Schema evolution without coordination Happy to discuss design trade-offs. Benchmarks:…

    Oct 2025 · fory.apache.org

  11. 11ZS
  12. 12SO
  13. 13CA
  14. 14IA

    Hey there HN! I just wrapped up an all-day documentation spree for Instant API, a JavaScript framework for easily building web APIs that implements type safety at the HTTP interface. It uses a function-as-a-service approach combined with a slightly modified JSDoc spec to automatically enforce parameter and schema validation before HTTP requests make it through to your code. You just write comments above your endpoint functions and voila, enforced type safety contracts between your API endpoints and your developers. OpenAPI specifications are generated automatically as a byproduct of simply…

    2023 · github.com

  15. 15UR

    This project is inspired by some of the asserts in Unreal engine. Due to reliance on core_intrinsics it is necessary to develop using nightly Rust, but there are stubs in place so a production build will not require nightly. I recently released version 0.2 which includes no_std support and adds optional log message arguments to the ensure macro.

    2024 · github.com

  16. 16FA

    I've just released an early version off my project I've been working on for a few months now and would love some feedback. https://github.com/fourlexboehm/faasta I was surprised there isn't yet an open/source and standards compliant way to host wasi-http functions in a way that takes advantages of WASM, a multi tenanted application. If you're not familiar with wasi, Compared to something like AWS Lambda, this approach is much more efficient as a single process can serve 1000s of function invocations concurrently and asynchronously, instead requiring an entire VM.…

    2025 · github.com

  17. 17PA
  18. 18CN

    Last week Cloudflare released Cap'n Web [1], a schema-free capability-based RPC protocol. I built capn-rs this week - a Rust implementation with full wire protocol compatibility. Links: GitHub: https://github.com/currentspace/capn-rs Crates: https://crates.io/crates/capnweb-server API docs: https://docs.rs/capnweb-server What's working: Wire compatibility verified via integration tests against TypeScript reference Multi-transport: HTTP batch, WebSocket, WebTransport (HTTP/3) Complete IL (intermediate language) expression evaluator…

    Sep 2025 · github.com

  19. 19
    Fleet87

    The blazing fast build tool for Rust

    2022

  20. 20

    High performance secure & portable Rust functions in Node.js

    2020

  21. 21

    Build modern web applications fast: The Svelte 5 boilerplate

    2025

  22. 22OS

    I built a zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools, open to collabs and contributions!

    2025 · github.com

  23. 23ST

    Hi HN, Releasing a new SaaS template/boilerplate built with SvelteKit, Tailwind, Supabase & Postgres. It’s called SaasStarter.work - MIT Open Source: https://github.com/CriticalMoments/CMSaasStarter - Feature Rich: user auth, user dashboard, marketing site, billing/subscriptions, pricing page, blog engine, and more - Very fast: perfect PageSpeed scores, achieved with pre-rendering and pre-compiling. - Extensible: all the tools you need to make additional marketing pages, UI components, admin portals, database backends, API endpoints, etc. - Hosting: Free to…

    2024 · saasstarter.work

  24. 24

    A developer-friendly, fast and functional HTTP(S) server.

    Nov 2025

Ranked by how close each launch is in meaning, then by votes. Refine with a description →