# sanic-org/sanic

Accelerate your web app development  | Build fast. Run fast.

Repository: https://github.com/sanic-org/sanic
Canonical: https://ross.abutalabs.com/products/sanic
Homepage: https://sanic.dev
Language: Python
License: MIT
License Family: permissive
Topics: python, framework, asyncio, api-server, web, web-server, web-framework, asgi, sanic
Last push: 2026-07-29T03:09:51+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 62, longevity 100
- inputs: {"age_days": 3751, "days_push": 35, "days_rel": 94, "gap_med": 120.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 18645, forks 1598 (observed 2026-08-28T04:11:26.976928+00:00)

## What it is
Sanic is a fast, asynchronous Python web framework and web server supporting async/await syntax and ASGI compliance. It bundles a production-ready server with routing, middleware, websockets, and TLS out of the box.

## Use cases
- build a fast async REST API in Python
- serve a high-throughput web application with asyncio
- deploy an ASGI-compatible Python web server
- handle websockets in a Python backend
- build a production-grade HTTP server with TLS support

## When to choose
- you need high-performance asynchronous request handling in Python
- you want a framework and web server bundled together
- your app benefits from non-blocking I/O with async/await

## When to avoid
- you need a large ecosystem of batteries-included features like Django
- your team prefers synchronous WSGI codebases
- you rely on libraries that are not asyncio-compatible

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, http-server, routing, middleware, websocket
- domain: web-development, backend, apis
- platform: python, cross-platform
- tags: asyncio, asgi, async, api-server, high-performance, web-server

## Member repositories
- sanic-org/sanic (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:26.976928+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:01:20.801775+00:00, confidence not recorded.
  - readme: https://github.com/sanic-org/sanic (fetched 2026-08-28T04:11:26.976928+00:00, sha 736716193e35)
  - homepage: https://sanic.dev (fetched 2026-08-29T07:59:26.196249+00:00, sha 0e42dcba98df)
  - site_page: https://sanic.dev/en/guide/getting-started.html (fetched 2026-08-29T07:59:26.206062+00:00, sha ca43d97d1de2)
  - site_page: https://sanic.dev/en/plugins/sanic-ext/getting-started.html (fetched 2026-08-29T07:59:26.208509+00:00, sha b9f33693f5ea)
  - registry_pypi: https://pypi.org/pypi/sanic/json (fetched 2026-08-29T07:59:26.210326+00:00, sha 93ea236a3847)
- Data as of 2026-08-30T08:39:29.467469+00:00.
