levkk/rwf
Comprehensive framework for building web applications in Rust. observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 77
- Release rhythm 40
- Longevity 56
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 796
- days_rel: 636
- days_push: 141
- n_releases_24m: 12
Adoption not part of the score
1062 stars · 21 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rwf is a comprehensive MVC web framework for building web applications in Rust, bundling an HTTP server, ORM, dynamic templates, authentication, background jobs, and WebSockets. It also includes WSGI and Rack servers to ease migration from Django/Flask and Rails apps.
Use cases
- build a web application in rust
- rust framework with orm and templates
- migrate a django or flask app to rust
- migrate a rails app to rust
- backend-driven spa with hotwired turbo in rust
- rust web framework with authentication and sessions
- run background and scheduled jobs in a rust web app
When to choose
- you want a batteries-included MVC framework in Rust similar to Rails or Django
- you need an ORM, auth, migrations, and background jobs out of the box
- you're migrating an existing Python or Ruby web app to Rust incrementally
When to avoid
- you need a battle-tested, production-hardened framework - Rwf is in beta
- you prefer a minimal async HTTP toolkit like axum or actix-web you compose yourself
- you use a database other than PostgreSQL, since the ORM targets PostgreSQL
Facets
framework · maturity experimental
web-framework orm auth templating middleware websocket http-server cli logging serialization web-development backend developer-tools rust cross-platform mvc postgresql background-jobs hotwired-turbo django-migration rails-migration database-migrations rest web-server
3 sources
- readme: https://github.com/levkk/rwf · fetched 2026-08-28 · 3d2d6e9b5c13
- homepage: https://rustwebframework.org/ · fetched 2026-08-29 · 26f48afc5ca2
- registry_crates: https://crates.io/api/v1/crates/rwf · fetched 2026-08-29 · 3d41839c48b8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| levkk/rwf | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem