Quickly get started with a minimal Litestar starter template!
Head over to litestar.dev to get started quickly.
You can use the create-litestar CLI to clone the latest template to an empty directory:
$ uvx create-litestar@latest [<dir>] [-t,--template=<template>]Example: Clone plugin to my-app directory:
$ uvx create-litestar@latest my-app -t plugin| Name | Description | Command |
|---|---|---|
| Litestar | Starter for an API | uvx create-litestar@latest -t litestar |
| Plugin | Starter for a plugin | uvx create-litestar@latest -t plugin |
| Middleware | Starter for a middleware | uvx create-litestar@latest -t middleware |
Each template is maintained in a folder (see templates). For improvements, please open a Pull Request.