2026-07-16 –, S1
Discover how to extend Litestar's core functionality using its powerful plugin system.
This talk demonstrates practical ways to enhance Litestar applications through custom plugins, highlighting the framework's extensibility and ease of use. Litestar solves the challenge of building flexible Python web applications without adding excessive complexity.
In this talk, you’ll see how its plugin system offers a convenient way to package and distribute code for routes, middleware, security, dependencies, and more—all in a single contained unit. Similar to Flask blueprints or pytest plugins, Litestar plugins let you streamline development by removing boilerplate and providing a clear path for extending or sharing functionality across projects.
By the end, you’ll have concrete steps for building, integrating, and distributing plugin-driven solutions that simplify your Litestar applications at any scale.
Jacob Coffee is the Director of Engineering at the Python Software Foundation and a CPython triager. He supports key Python services such as PyPI.org and Python.org while also contributing to the maintenance of the Litestar ecosystem which boasts libraries such as Litestar, Advanced Alchemy, Polyfactory, and more. He is passionate about open-source development, the mission of the PSF, and enhancing the tools that empower developers worldwide.