sanic-org/sanic

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 3rd, 2026
Created on May 26th, 2016
Open Issues & Pull Requests: 148 (+0)
GitHub issues: Enabled
Number of forks: 1,599
Total Stargazers: 18,642 (+0)
Total Subscribers: 392 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.5 days
Mean response time: 76.3 days
90th percentile: 186.7 days
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 82% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 33
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 623 days
Stale 30+ days: 32
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 6

Top labels

  • bug (75)
  • feature request (26)
  • RFC (3)
  • intermediate (3)
  • stale (3)
  • help wanted (2)
  • needs investigation (2)
  • nice to have (2)

Detailed Description

Sanic is a Python web framework and server that prioritizes asynchronous performance using async/await syntax and ASGI compliance.

The framework addresses the need for fast, non-blocking web applications by leveraging Python's async/await capabilities introduced in Python 3.5. It runs as both a standalone web server and a framework for building HTTP APIs, allowing developers to write concurrent code that handles multiple requests efficiently. The tool is ASGI compliant, meaning it can be deployed with alternative ASGI servers beyond its built-in offering.

Sanic suits developers building high-performance HTTP services and APIs who want to use Python's native async syntax without additional abstraction layers. It works well for projects requiring concurrent request handling and rapid development cycles. The framework targets Python 3.10 and later, so adoption requires a reasonably recent Python version.

The project shows substantial real-world adoption, with nearly all open issues originating from external users rather than the core team. Issue responses typically arrive within one to two weeks. The issue tracker is dominated by bug reports, feature requests, and intermediate-level work, reflecting active maintenance focused on stability and incremental improvements.