stack:framework starlette
Starlette
Overview
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building high performance async services.
Recipes
REST API
- Host rest api with Starlette: Postgres-backed state
- Host rest api with Starlette: stored input and output artifacts
- Host rest api with Starlette: streamed responses
- Host rest api with Starlette: worker execution and job state
GraphQL API
- Host graphql api with Starlette: Postgres-backed state
- Host graphql api with Starlette: stored input and output artifacts
- Host graphql api with Starlette: streamed responses
- Host graphql api with Starlette: worker execution and job state
Mobile Backend
- Host mobile backend with Starlette: Postgres-backed state
- Host mobile backend with Starlette: stored input and output artifacts
- Host mobile backend with Starlette: streamed responses
- Host mobile backend with Starlette: worker execution and job state
MCP Server
- Host mcp server with Starlette: Postgres-backed state
- Host mcp server with Starlette: stored input and output artifacts
- Host mcp server with Starlette: streamed responses
- Host mcp server with Starlette: worker execution and job state
AI Applications
- Host ai chat application with Starlette: Postgres-backed state
- Host ai chat application with Starlette: stored input and output artifacts
- Host ai chat application with Starlette: streamed responses
- Host ai chat application with Starlette: worker execution and job state
- Host ai workflow runner with Starlette: Postgres-backed state
- Host ai workflow runner with Starlette: stored input and output artifacts
- Host ai workflow runner with Starlette: streamed responses
- Host ai workflow runner with Starlette: worker execution and job state
Guides
- Configure build and start for Starlette
- Connect Postgres for Starlette
- Apply database schema changes for Starlette
- Configure S3-compatible access for Starlette
- Deliver public assets through CDN for Starlette
- Configure environment and secrets for Starlette
- Enforce private-file authorization for Starlette
- Diagnose deployment failures for Starlette