Litestar App Setup

Build and configure Litestar application entrypoints, app-level configuration, startup/shutdown lifecycle, lifespan context managers, application state, hooks, and layered parameter precedence. Use when creating a new Litestar service, restructuring app initialization, or setting app-level defaults. Do not use for isolated handler logic that belongs in routing, requests, responses, DTO-focused skills, or the in-process event bus handled by `litestar-events`.

alti3 3b755a4 2 files · 9.5 KB Updated

File contents

alti3/litestar-skills/tree/main/plugins/litestar/skills/litestar-app-setup commit 3b755a4bb0

Frequently asked questions

npx skillmds@latest add alti3/litestar-app-setup