What you get
- A hosted dashboard to build and manage your bot
- A public chat page:
pro-bot.dev/u/<username>/chat - A one-line embeddable widget
- Conversation logging, lead capture, and analytics
- Optional managed key storage
What it costs
Nothing to use ProBot. It’s free and MIT-licensed. You only ever pay your own LLM provider for the tokens your bot uses - often pennies, or free on provider free tiers. See Models & keys.Your data
- Your LLM key is envelope-encrypted at rest and never logged in plaintext.
- Conversations are logged anonymously; the only personal data kept is what a recruiter voluntarily submits in the lead form.
- You can export or delete everything at any time.
Want to run the chat yourself?
If you’d rather embed the chat directly in your own web app, self-host the bot with theprobot-self-hosted npm package - your LLM key lives in your own backend, and the dashboard is used only for optional conversation and lead analytics.