Rust Web

Open-source Rust projects categorized as Web

Top 23 Rust Web Projects

  1. tauri

    Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

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

    Tauri is a Rust-based library that enables you to build lightweight desktop applications by leveraging web technologies like HTML, CSS, and JavaScript for the UI. You can use any frontend framework of your choice that compiles to HTML, CSS, and JavaScript. Unlike Electron (a JavaScript desktop app development framework), which relies on Chromium and Node.js, Tauri uses the system's native web view.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. yew

    Rust / Wasm framework for creating reliable and efficient web applications

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

    Yew is one of the most popular Rust frameworks (it currently has 30.5k stars on GitHub) for building modern web applications.

  4. Servo

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

    Project mention: AI Policy Update Proposal · servo/servo · Discussion #36379 | news.ycombinator.com | 2025-04-07
  5. surrealdb

    A scalable, distributed, collaborative, document-graph database, for the realtime web

    Project mention: SurrealDB 2.2: Benchmarking, graph path algorithms and foreign key constraints | dev.to | 2025-03-17

    To make this better, we've created a language testing suite similar to the ECMAscript conformance testing suite test262.

  6. dioxus

    Fullstack app framework for web, desktop, mobile, and more.

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

    Dioxus has one of the largest community support with over 20k GitHub stars.

  7. Rocket

    A web framework for Rust.

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

    Rocket has evolved into a highly usable, performant framework with active development and over 25k GitHub stars. Here is a simple example of a Rocket server that takes two query parameters and returns a Happy Birthday message:

  8. actix-web

    Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.

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

    Actix Web is a production-grade, high-performance Rust web framework built on the actor model. It’s one of the most mature frameworks in the ecosystem and is known for its blazing speed, extensibility, and feature richness — though it may present a steeper learning curve compared to Axum or Rocket.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. biome

    A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

    Project mention: Should you stop using prettier? Maybe | dev.to | 2025-05-22

    biome is a replacement for both ESlint and prettier. It's a pretty cool project but I've already spent considerable time setting up my ESlint so this is not a realistic option.

  11. 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:

  12. rspack

    The fast Rust-based web bundler with webpack-compatible API 🦀️

    Project mention: Templates Needed More in the AI Era - FAV0 Weekly #025 | dev.to | 2024-12-22
  13. Seelen-UI

    The Fully Customizable Desktop Environment for Windows 10/11.

    Project mention: Seelen UI – Customizable Desktop Environment for Windows 10/11 | news.ycombinator.com | 2025-02-09
  14. feroxbuster

    A fast, simple, recursive content discovery tool written in Rust.

  15. sshx

    Fast, collaborative live terminal sharing over the web

  16. shuttle

    Build & ship backends without writing any infrastructure files.

    Project mention: Rust needs a web framework for lazy developers | news.ycombinator.com | 2024-10-06

    There is https://shuttle.rs. Not only a framework but a tool that can generate all the web boilerplate around it, sounds lazy enough for me!

  17. juniper

    GraphQL server library for Rust

  18. rust-web-framework-comparison

    A comparison of some web frameworks and libs written in Rust

    Project mention: Show HN: I built a memory-safe web server in Rust (currently in beta) | news.ycombinator.com | 2025-03-02

    This web server is probably awesome. However "memory-safe" isn't distinguishing within the Rust ecosystem. There's... a lot... of Rust web servers out there, all of which are presumably memory-safe, because Rust:

    https://github.com/flosse/rust-web-framework-comparison

    How does Ferron distinguish itself from these? I didn't get that from skimming the landing page.

  19. poem

    A full-featured and easy-to-use web framework with the Rust programming language.

    Project mention: Show HN: Rust Web Framework | news.ycombinator.com | 2024-10-22

    https://github.com/poem-web/poem is one Rust framework with swagger definitions out of the box.

  20. salvo

    A powerful web framework built with a simplified design.

  21. stdweb

    A standard library for the client-side Web

  22. microbin

    A secure, configurable file-sharing and URL shortening web app written in Rust.

    Project mention: chiyogami VS microbin - a user suggested alternative | libhunt.com/r/chiyogami | 2025-02-12
  23. rinf

    Rust for native business logic, Flutter for flexible and beautiful GUI

  24. stract

    web search done right

    Project mention: Kagi Is Bringing Orion Web Browser to Linux | news.ycombinator.com | 2025-03-08

    you may like to try https://marginalia-search.com which is great for finding things unexpectedly and much more from the small internet. https://stract.com is great too

  25. percy

    Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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 Web discussion

Log in or Post with

Rust Web related posts

  • Exploring the top Rust web frameworks

    23 projects | dev.to | 3 Jun 2025
  • Using Rust Back End to Serve an SPA

    2 projects | news.ycombinator.com | 30 May 2025
  • 👨🏻‍💻 Hacking Dioxus: How Vibe Coding Is Destroying Software Engineering

    2 projects | dev.to | 26 May 2025
  • 🧰 Open SASS Kit: The Universal UI Toolkit

    5 projects | dev.to | 22 May 2025
  • How to make your Tauri dev faster

    2 projects | dev.to | 1 May 2025
  • Show HN: Rocal UI – A simple template engine with Rust

    3 projects | news.ycombinator.com | 26 Apr 2025
  • Beyond TypeScript 🚀

    6 projects | dev.to | 23 Apr 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 tauri 93,505
2 yew 31,657
3 Servo 30,745
4 surrealdb 29,384
5 dioxus 27,937
6 Rocket 25,205
7 actix-web 23,067
8 biome 19,384
9 leptos 18,590
10 rspack 11,593
11 Seelen-UI 8,837
12 feroxbuster 6,670
13 sshx 6,646
14 shuttle 6,528
15 juniper 5,844
16 rust-web-framework-comparison 5,470
17 poem 4,017
18 salvo 3,743
19 stdweb 3,449
20 microbin 3,003
21 rinf 2,343
22 stract 2,311
23 percy 2,288

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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