leptos

Build fast web applications with Rust. (by leptos-rs)

Leptos Alternatives

Similar projects and alternatives to leptos

  1. rust

    2,845 leptos VS rust

    Empowering everyone to build reliable and efficient software.

  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. crates.io

    The Rust package registry

  4. tauri

    510 leptos VS tauri

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

  5. tokio

    222 leptos VS tokio

    A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

  6. yew

    211 leptos VS yew

    Rust / Wasm framework for creating reliable and efficient web applications

  7. actix-web

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

  8. dioxus

    176 leptos VS dioxus

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

  9. SaaSHub

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

    SaaSHub logo
  10. lapce

    182 leptos VS lapce

    Lightning-fast and Powerful Code Editor written in Rust

  11. iced

    179 leptos VS iced

    A cross-platform GUI library for Rust, inspired by Elm

  12. v86

    168 leptos VS v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

  13. Rocket

    164 leptos VS Rocket

    A web framework for Rust.

  14. axum

    161 leptos VS axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

  15. sycamore

    71 leptos VS sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  16. trunk

    58 leptos VS trunk

    Build, bundle & ship your Rust WASM application to the web.

  17. perseus

    27 leptos VS perseus

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

  18. makepad

    26 leptos VS makepad

    Makepad is a creative software development platform for Rust that compiles to wasm/webGL, osx/metal, windows/dx11 linux/opengl

  19. loco

    24 leptos VS loco

    🚂 🦀 The one-person framework for Rust for side-projects and startups

  20. container2wasm

    Container to WASM converter

  21. rust-web-framework-comparison

    A comparison of some web frameworks and libs written in Rust

  22. Svelte

    718 leptos VS Svelte

    web development for the rest of us

  23. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better leptos alternative or higher similarity.

leptos discussion

Log in or Post with

leptos reviews and mentions

Posts with mentions or reviews of leptos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-06-03.
  • Exploring the top Rust web frameworks
    23 projects | dev.to | 3 Jun 2025
    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:
  • Using Rust Back End to Serve an SPA
    2 projects | news.ycombinator.com | 30 May 2025
    How would you compare the two (Dioxus and Leptos)?

    The link to Leptos is https://github.com/leptos-rs/leptos for those who need it.

  • 🧰 Open SASS Kit: The Universal UI Toolkit
    5 projects | dev.to | 22 May 2025
    Leptos
  • 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
    Rust? It's built clean from the ground up. The crates.io registry is full of modern, safe, composable libraries. You've got Axum, Rocket and Actix for backends, Leptos, Dioxus, and Yew for frontend, and more. Every library you use follows the same philosophy: safety, performance, and zero tolerance for ambiguity.
  • Datastar: Web Framework for the Future?
    7 projects | news.ycombinator.com | 11 Apr 2025
    > To my knowledge there is not a Vue/React-WASM-type framework out there yet or any framework for building web apps in WASM (without starting from a blank canvas).

    Not sure if these qualify, but these Rust web frameworks use wasm:

    https://dioxuslabs.com/

    https://leptos.dev/

    https://yew.rs/

  • Why Ruby on Rails still matters
    14 projects | news.ycombinator.com | 21 Feb 2025
    Or if you want more Next.JS like, but still fullstack framework there is https://leptos.dev/ and https://dioxuslabs.com/. Maybe dioxus being much more ambitious in its scope (not just web).
  • Axum 0.8.0
    5 projects | news.ycombinator.com | 5 Jan 2025
    1: Actually, that's not true! I use Leptos in their "islands" mode for server side rendering. The entire page is sent as an HTML response, and there is little/no "hydration". The WASM file ONLY includes interactive "islands" that are explicitly marked with the #[island] attribute [0]. In other words, the server binary is handling most of the rendering, similar to if I used a templating tool like Askama or Tera.

    2: Leptos is generally slower than vanilla JS, I believe for that reason, but comparable to major JS frameworks [1, 2].

    [0]: https://book.leptos.dev/islands.html

    [1]: https://krausest.github.io/js-framework-benchmark/current.ht...

    [2]: https://leptos.dev/

  • Leptos 0.7
    1 project | news.ycombinator.com | 11 Dec 2024
  • Platform Strategy and Its Discontents: The web is losing. A comeback is possible
    2 projects | news.ycombinator.com | 29 Oct 2024
    Still doesn't look like it, this is the kind of interactivity I expect.

    https://react.dev/learn/tutorial-tic-tac-toe

    Where editing the code, immediately shows the GUI related changes on the neighbouring frame.

    While what I see on https://leptos.dev/ is just screenshots, and there is nothing on that documentation you linked that provides the same interactive experience, one has to explicitly start a sandbox to host the whole machinery.

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Jun 2025
    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. Learn more →

Stats

Basic leptos repo stats
70
18,631
9.9
4 days ago

leptos-rs/leptos is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of leptos is Rust.


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?