Skip to content

Latest commit

 

History

History
284 lines (200 loc) · 16.1 KB

README.md

File metadata and controls

284 lines (200 loc) · 16.1 KB

Litestar Awesome Logo - Light Litestar Awesome Logo - Dark

Project Status
CI/CD CI Link Check
Community Reddit Discord Matrix Twitter Blog
Meta Litestar Project Awesome License - MIT Litestar Sponsors

Awesome Litestar

A curated list of awesome things related to Litestar.

Effortlessly build performant APIs with Litestar - The powerful, lightweight and flexible ASGI framework

Table of Contents

Resources

Official

Official Resources

  • Documentation includes comprehensive API reference docs as well as usage guides.
  • Tutorial on Litestar, for people that are new to Litestar.

Internal Utils

Built-in Extensions

This section is highlighting built-in extensions that are part of the Litestar standard library that you would normally find as third-party extensions in other frameworks.

Third-Party

Third-Party Extensions

General

Admin

  • Piccolo Admin - A powerful and modern admin GUI, using the Piccolo ORM.
  • SQLAdminPlugin - Integrates SQLAdmin with a Litestar application.

Auth

  • litestar-users - Authentication and user management for the Litestar framework. Litestar Plugin Architecture

Databases

ORMs

ODMs

[!NOTE] TODO

Monitoring

  • apitally - A plugin for easy API monitoring with Apitally (including API traffic, errors, response times, payload sizes and uptime). Litestar Plugin Architecture

Other

Developer Tools

Email

Utils

External

External Resources

Podcasts

Articles

Tutorials

Talks

Videos

Best Practices

Hosting Litestar

Hosting

PaaS

(Platforms-as-a-Service)

IaaS

(Infrastructure-as-a-Service)

Serverless

Frameworks
  • Chalice - Python Serverless Microframework for AWS.
  • Mangum - Adapter for running ASGI applications with AWS Lambda and API Gateway.
  • Vercel - Serverless Functions and Hosting.
Compute

Example and Referece Projects

Projects

Boilerplate

Docker Images

[!NOTE] Coming Soon :)

Open Source Projects