---
title: "Episode #433 Litestar: Effortlessly Build Performant APIs - [T..."
description: "!https://talkpython.fm/episodes/show/433/litestar-effortlessly-build-performant-apis"
date: 2023-10-17
published: true
tags:
  - dev
  - python
  - thought
  - webdev
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://talkpython.fm/episodes/show/433/litestar-effortlessly-build-performant-apis" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://cdn-podcast.talkpython.fm/episodes/youtube_image/8gnB4ToIkQg/litestar-effortlessly-build-performant-apis.jpg?v=1" alt="Litestar: Effortlessly Build Performant APIs — We all know about Flask and Django. And of course FastAPI made a huge splash when it came on the scene a few years ago. But new web frameworks are being created all the time. And they have these earlier frameworks to borrow from as well. On this episode we dive into a new framework gaining a lot of traction called Litestar. Will it be the foundation of your next project? Join me as I get to know Litestar with its maintainers: Jacob Coffee, Janek Nouvertné, and Cody Fincher." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Litestar: Effortlessly Build Performant APIs</div>
      <div class="embed-card-description">We all know about Flask and Django. And of course FastAPI made a huge splash when it came on the scene a few years ago. But new web frameworks are being created all the time. And they have these ea...</div>
      <div class="embed-card-meta">talkpython.fm</div>
    </div>
  </a>
</div>


Litestar is an interesting api framework similar to fastpi, that I am interested to check out to see if it fits into some project scope.  It sounds like it comes with a lot more batteries included for things like auth, but does not have hard opinions like django.  At this point I'm not jumping off of fastapi, but its something I want to try.
