| Where the chat runs | pro-bot.dev | Inside your web app |
| Public chat URL | pro-bot.dev/u/<username>/chat | Wherever you render <ProbotBot /> |
| Where your LLM key lives | Envelope-encrypted on pro-bot.dev | Your web app’s backend |
| Bot config source of truth | ProBot dashboard | Your code |
| Dashboard tabs | All (Bot config, Knowledge, Model & Key, Deployment, Account, Security) | Deployment + Account + Security only |
| Conversations & leads on dashboard | ✓ | ✓ (optional, via dashboard.token) |
| Cost | Free | Free (you pay only your own infra + LLM provider) |
| Setup | None - sign up and build | npm i probot-self-hosted |