Rust SSR

Open-source Rust projects categorized as SSR

Top 6 Rust SSR Projects

  1. dioxus

    Fullstack app framework for web, desktop, and mobile.

    Project mention: I Switched from Flutter and Rust to Rust and Egui | news.ycombinator.com | 2025-06-27

    I also prefer the mental model of immediate mode, but when I played with Dioxus[0] for a rust fullstack hobby project[1], I was able to adapt.

    I liked the DX with the tools and the `rsx!` macro. The use of `#[cfg(feature = "server")]` to define server-side code is interesting, it lets you keep a shared codebase for frontend and backend, while still controlling what gets compiled to WASM for the client.

    [0] -- https://dioxuslabs.com/

    [1] -- https://blazingboard.ch/ (not mobile friendly, sorry)

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. leptos

    Build fast web applications with Rust.

    Project mention: Exploring the top Rust web frameworks | dev.to | 2025-06-03

    Leptos is a modern full-stack framework for Rust, built for fine-grained reactivity, server-side rendering (SSR), and seamless frontend/backend integration. It's similar in spirit to React with Next.js but offers Rust's safety and performance. Leptos integrates with Axum and provides a full-stack development experience — you can write your UI and backend in the same language and reuse logic between the two. It also supports hydration, island architecture, and async rendering. To get started with Leptos, install the CLI and scaffold a project:

  4. perseus

    A state-driven web development framework for Rust with full support for server-side rendering and static generation.

  5. sauron

    A versatile web framework and library for building client-side and server-side web applications

    Project mention: Exploring the top Rust web frameworks | dev.to | 2025-06-03

    Sauron is a micro frontend framework that was inspired by Elm Architecture.

  6. ssr-rs

    Server side rendering on rust servers using the v8 engine for parse and evaluate the javascript code. (by Valerioageno)

    Project mention: Step-by-Step Guide to Server-Side Render React with Rust | dev.to | 2024-12-02

    🎊 You are running a full-stack React application using a Rust server. Finally, React runs within a multithreaded server (you can find some benchmarks here).

  7. kaffe-rs

    Rust-based Markdown/React to HTML Transpiler

    Project mention: Show HN: Rust Markdown/React to HTML Transpiler | news.ycombinator.com | 2024-10-14
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust SSR discussion

Log in or Post with

Rust SSR related posts

Index

What are some of the best open-source SSR projects in Rust? This list will help you:

# Project Stars
1 dioxus 29,409
2 leptos 18,740
3 perseus 2,220
4 sauron 2,036
5 ssr-rs 202
6 kaffe-rs 31

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Rust is
the 5th most popular programming language
based on number of references?