# Leptos

> Full-stack Rust web framework

**Category:** Rust  
**Pricing:** open-source  
**URL:** https://leptos.dev  
**GitHub:** https://github.com/leptos-rs/leptos  
**Added:** 2026-08-19

---

## The Hook

Leptos is React written in Rust.

## What's Good

Fine-grained reactivity without virtual DOM. Server functions blur client/server boundary. WASM output is small. The component model feels familiar to React developers.

## The Catch

WASM ecosystem is still maturing. Debugging can be challenging. Smaller community than JavaScript frameworks.

## Verdict

Full-stack Rust for the web with a familiar model.
