Current product
Products
One concrete product today. Anything else is built when needed — not listed as inventory.
Python · FastAPI · local admin
wa-platform
A local WhatsApp Cloud gateway — automation and inbox
A general platform that connects WhatsApp Cloud to a swappable agent, with sessions, permissions, and a local admin dashboard. Python and FastAPI, run on your machine or server.
Not a public SaaS and not a self-serve signup. For a walkthrough or a deploy: get in touch.
Request a walkthroughWhat the platform actually does
- 01
WhatsApp Cloud intake
A local webhook for Meta’s contract, always-ack to the platform, and on-disk deduplication of message IDs.
- 02
Local admin dashboard
Status, agents, instructions, sessions, permissions, WhatsApp, events, and settings. The dashboard is not exposed through the tunnel.
- 03
Account and session isolation
A session per channel, sender, and agent. Start and follow-up instructions; idle time closes the session so context does not bleed.
- 04
Pluggable agents
An agent registry and a runtime adapter. Add a local CLI agent or an API adapter without opening wide permissions.
- 05
Deny-by-default permissions
Nothing is granted unless named: agent × resource × action. Wildcard grants need an explicit confirm.
- 06
Local run, masked secrets
Data on disk, secrets from the env file, logs that hide values. The tunnel publishes intake only.
What this version is not
- A required cloud database
- Self-serve signup or public pricing
- Sector logic out of the box (appointments, payments, a shop)
- An admin console exposed on the internet