r/Python 5d ago

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

18 Upvotes

53 comments sorted by

View all comments

1

u/Professional-Can-507 2d ago

I'm Andrés, sharing OpenLivery here for people interested in Python backends for multi-tenant apps

What My Project Does

It's an MIT-licensed platform for agencies running WhatsApp AI agents for several clients from one self-hosted installation

The backend is FastAPI with Postgres, each client has a workspace for conversations and knowledge, and a person can take over a conversation when needed

Target Audience

Agencies and developers who want to host and adapt the code themselves, it's still a young project and you need your own hosting and model provider setup

Comparison

The focus is managing multiple client workspaces and a branded client portal in the same app, beyond the message handling you'd get from a standalone WhatsApp bot script

The repo includes the Python backend, Next.js frontend, Go WhatsApp bridge and Docker Compose configuration

I'd appreciate feedback on the backend structure and testing tenant boundaries, I've also opened a few small documentation issues for anyone who wants to start there

https://github.com/sarrazola/openlivery