# saschagrunert/webapp.rs

A web application completely written in Rust. 🌍

Repository: https://github.com/saschagrunert/webapp.rs
Canonical: https://ross.abutalabs.com/products/webapprs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: webapp, rust, frontend, backend, website, http-server, actix-web, postgresql, diesel-rs, diesel
Last push: 2026-08-20T06:40:55+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 44, longevity 100
- inputs: {"age_days": 3007, "days_push": 13, "days_rel": 162, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2246, forks 220 (observed 2026-08-28T04:06:30.148129+00:00)

## What it is
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
- artifact type: application
- maturity: active
- function: web-framework, http-server, auth, ssr, database, wasm, frontend-framework
- domain: web-development, self-hosted
- platform: windows
- tags: leptos, axum, postgresql, sqlx, jwt, argon2, full-stack-rust, wasm, ssr, hydration, single-binary, full-stack, rust, web-server, linux, macos, docker

## Member repositories
- saschagrunert/webapp.rs (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:30.148129+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:43:58.938402+00:00, confidence not recorded.
  - readme: https://github.com/saschagrunert/webapp.rs (fetched 2026-08-28T04:06:30.148129+00:00, sha 6dab611cb3b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
