Stacktora / Vault / Python + pgvector + Redis: AI SaaS Starter
AI/ML by @ops

Python + pgvector + Redis: AI SaaS Starter

A production-ready backend for LLM-powered products: FastAPI-style Python API, Postgres with pgvector for embeddings and semantic search, Redis for response caching and rate limiting, and a background worker for async completions and embedding jobs.

Open in generator Browse the Vault

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 pgvectorRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-ai-saas --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault

Submit your own recipe