What problem does it solve?
Deploying Litestar ASGI applications to production requires consistent, secure configurations across multiple infrastructure targets, which is time-consuming and error-prone to build from scratch for each platform.
Core Features & Use Cases
- Multi-platform deployment templates: Pre-written, production-tested configurations for Docker (standard and distroless), Kubernetes/GKE, Cloud Run, Railway, and bare-metal systemd.
- Worker and infrastructure support: Includes patterns for separate SAQ worker containers, health check integration, and full local/staging stacks with Docker Compose.
- Security and performance guardrails: Enforces best practices like non-root execution, distroless images, uv package management, and Granian ASGI server tuning.
- Use Case: A backend engineer building a Litestar app with background task processing can use this skill to generate a production-ready Kubernetes deployment with HPA, health probes, and separate worker pods in minutes instead of hours.
Quick Start
Use the litestar-deployment skill to generate a production-ready distroless Dockerfile and Kubernetes deployment manifest for your Litestar app with SAQ worker support and health check integration.