litestar-org/litestar

Light, flexible and extensible ASGI framework | Built to scale

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 7th, 2026
Created on December 6th, 2021
Open Issues & Pull Requests: 340 (+0)
GitHub issues: Enabled
Number of forks: 639
Total Stargazers: 8,453 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.0 hours
Mean response time: 29.0 days
90th percentile: 56.7 days
Tracked items: 923

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 85% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Triage Required :hospital:" is answered fastest, typically in under an hour, while "3.x" waits about 4 days. 62% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 222
New in 7 days: 4
Closed in 7 days: 4
Avg open age: 627 days
Stale 30+ days: 197
Stale 90+ days: 181

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 3
Events in 7 days: 10

Top labels

  • Bug :bug: (451)
  • Enhancement (297)
  • Documentation :books: (158)
  • Help Wanted :sos: (82)
  • Good First Issue (72)
  • 3.x (33)
  • Triage Required :hospital: (33)
  • OpenAPI (31)

Detailed Description

Litestar is a lightweight ASGI framework for building Python web applications and APIs.

The framework addresses the need for a performant, flexible foundation for async web services. It provides built-in support for OpenAPI schema generation, automatic API documentation through Swagger, ReDoc, and RapiDoc, and integrates with serialization libraries like msgspec and Pydantic for data validation and transformation. The tool is designed around ASGI standards, enabling it to work with any ASGI-compatible server and supporting modern async/await patterns throughout.

Litestar suits teams building REST APIs and web services that require strong typing, automatic documentation, and the ability to scale horizontally. It works well for projects where you want sensible defaults without sacrificing extensibility—the framework allows customization of middleware, dependency injection, exception handling, and serialization behavior. Choose this tool if you value developer experience through type hints and automatic schema generation, and if you need an async-first foundation that avoids unnecessary abstractions.

The project maintains active development with regular updates addressing bug fixes, performance improvements, and feature additions. The codebase shows consistent refinement of core functionality and ongoing attention to the framework's extensibility patterns. Contributors engage with issues and pull requests, indicating responsive maintenance. The project demonstrates a commitment to documentation and developer tooling, reflected in its comprehensive API documentation site and built-in support for multiple documentation formats.