saschagrunert/webapp.rs
A web application completely written in Rust. 🌍 observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 98
- Release rhythm 44
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3007
- days_rel: 162
- days_push: 13
- n_releases_24m: 1
Adoption not part of the score
2246 stars · 220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A complete web application written entirely in Rust, using Leptos (WebAssembly with SSR and hydration) for the frontend and Axum for the backend, backed by PostgreSQL via SQLx. It serves as a reference implementation of a full-stack Rust app with JWT authentication, Argon2 password hashing, and single-binary deployment.
Use cases
- build a full-stack web app in pure Rust
- learn how to use Leptos with Axum and SSR
- example of JWT authentication in a Rust web app
- reference for connecting Axum to PostgreSQL with SQLx
- deploy a Rust web application as a single binary
- study server functions instead of a REST API
- template for a Rust webapp with user registration and login
When to choose
- you want a working example of a full-stack Rust web application
- you're evaluating Leptos + Axum + SQLx as a stack
- you need JWT auth with Argon2 hashing in Rust
- you prefer SSR with client hydration over a separate SPA and REST API
When to avoid
- you need a production-ready CMS or turnkey product rather than a reference app
- your stack is JavaScript/TypeScript-based
- you need a database other than PostgreSQL
- you want a REST or GraphQL API layer rather than Leptos server functions
Facets
application · maturity active
web-framework http-server auth ssr database wasm frontend-framework web-development self-hosted windows leptos axum postgresql sqlx jwt argon2 full-stack-rust wasm ssr hydration single-binary full-stack rust web-server linux macos docker
1 source
- readme: https://github.com/saschagrunert/webapp.rs · fetched 2026-08-28 · 6dab611cb3b6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| saschagrunert/webapp.rs | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="saschagrunert/webapp.rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem