# sparckles/Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.

Repository: https://github.com/sparckles/Robyn
Canonical: https://ross.abutalabs.com/products/robyn
Homepage: https://robyn.tech/
Language: Python
License: BSD-2-Clause
License Family: permissive
Topics: rust, python, python3, backend, async, hacktoberfest, http-server, web
Last push: 2026-08-24T18:22:10+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 90, longevity 100
- inputs: {"age_days": 1902, "days_push": 9, "days_rel": 70, "gap_med": 7.5, "n_releases_24m": 37}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 7377, forks 341 (observed 2026-08-28T04:09:58.579399+00:00)

## What it is
Robyn is a high-performance async Python web framework with a Rust runtime, offering routing, middleware, WebSockets, templating, authentication, and OpenAPI support. It includes a CLI for scaffolding projects with optional database and Docker setups.

## Use cases
- build a fast async REST API in Python
- serve websockets for real-time notifications
- scaffold a web app with database and Docker setup
- replace Flask with a more performant framework
- generate OpenAPI docs for a Python backend
- run a multi-core scaled Python web server

## When to choose
- you want Python ergonomics with Rust-level HTTP performance
- you need async, WebSockets, and multi-core scaling out of the box
- you want quick project scaffolding with CLI and Docker support

## When to avoid
- you need a very mature ecosystem with extensive third-party plugins
- your team cannot handle a Rust extension dependency in the build
- you rely on Django-style batteries-included features like ORM and admin

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, http-server, routing, middleware, websocket, templating, cli
- domain: web-development, backend, apis, developer-tools
- platform: python, rust, cross-platform
- tags: async, rust-runtime, flask-alternative, high-performance, openapi, project-scaffolding, docker

## Member repositories
- sparckles/Robyn (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:58.579399+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-29T17:38:22.934565+00:00, confidence not recorded.
  - readme: https://github.com/sparckles/Robyn (fetched 2026-08-28T04:09:58.579399+00:00, sha 7982bcd9f8e6)
  - homepage: https://robyn.tech/ (fetched 2026-08-29T08:33:49.060523+00:00, sha 756ac1361f0d)
  - site_page: https://robyn.tech/documentation (fetched 2026-08-29T08:33:49.069546+00:00, sha e323724fe0f7)
  - site_page: https://robyn.tech/documentation/en (fetched 2026-08-29T08:33:49.073775+00:00, sha e3b244788257)
  - site_page: https://robyn.tech/documentation/en/example_app (fetched 2026-08-29T08:33:49.075604+00:00, sha b5c7261ec799)
  - site_page: https://robyn.tech/documentation/en/api_reference (fetched 2026-08-29T08:33:49.077128+00:00, sha 90d649e41ca7)
  - site_page: https://robyn.tech/releases (fetched 2026-08-29T08:33:49.071379+00:00, sha f33c2e1d19f9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
