cot-rs/cot
The Rust web framework for lazy developers. observed · 2026-09-01
Health v2 · maintenance only
89/100
- Activity 100
- Release rhythm 93
- Longevity 58
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: 0
- age_days: 815
- days_rel: 51
- days_push: 4
- n_releases_24m: 30
Adoption not part of the score
1063 stars · 57 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cot is a batteries-included Rust web framework inspired by Django, built on top of axum. It ships with its own ORM with automatic migrations, a generated admin panel, self-validating forms, and secure-by-default settings.
Use cases
- build a CRUD web app in Rust quickly
- generate an admin panel for database models
- define type-safe ORM queries with automatic migrations
- create JSON APIs with OpenAPI docs
- build secure web backends with sensible defaults
- handle validated HTML forms from Rust structs
When to choose
- you want a Django-like full-stack experience in Rust
- you need an ORM, admin panel, and forms out of the box
- you value type safety and secure defaults over minimalism
- you're doing rapid prototyping of database-backed web apps
When to avoid
- you need a minimal, micro-framework approach like axum or actix directly
- you need a mature ecosystem with a long track record
- you want to pick your own ORM or admin tooling
- you're building a non-CRUD, highly customized architecture
Facets
framework · maturity active
web-framework orm templating form-handling auth routing api-framework web-development backend developer-tools rust cross-platform django-inspired batteries-included admin-panel axum type-safe rapid-development web-server
3 sources
- readme: https://github.com/cot-rs/cot · fetched 2026-09-01 · 5dfc52e27cb9
- homepage: https://cot.rs · fetched 2026-08-29 · 9b947faff6ea
- registry_crates: https://crates.io/api/v1/crates/cot · fetched 2026-08-29 · d448570ad967
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cot-rs/cot | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem