Skip to content

litestar-org/awesome-litestar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Litestar Plugin Architecture repositories are marked with * to indicate they extend functionality through the plugin system.

Table of Contents

Resources

Official

Official Resources

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.*

Databases

ORMs

  • Piccolo - An async ORM and query builder, supporting Postgres and SQLite, with batteries (migrations, security, etc).

ODMs

[!NOTE] TODO

Monitoring

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

Other

Developer Tools

Email

GraphQL

  • strawberry-graphql - A Strawberry integration for Litestar to use GraphQL in your applications.

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 Reference Projects

Projects

Boilerplate

Docker Images

[!NOTE] Coming Soon :)

Open Source Projects