QuoxChat: the chat widget that doesn't charge per conversation

Reason
AgentsQuoxMindAgentic TeamsMirrorQuoxLensRemember
QuoxMemoryBrain2CompoundingQuoxPlanCodebase MirrorAct
QuoxFlowQuoxEngineQuoxAgentQuoxChatAutonomyRun
EnterpriseOrganisationsPowers & ToolsmithQlusterQuoxBastionInterfaces
QuoxMCPQuoxCLIQuoxTerminalQuox ConsoleQuoxBoxGovern
HITL ApprovalsQuox SecurityAgent HonestyQuoxVaultAI GovernanceAgentic AIProve
For AuditorsVerifiable AI OpsLoggingEU AI ActCompliance SuiteChannels
Matrix RoomsDiscord ProTelegram ProQuoxSignalCoreCommsAll products A-ZBuild
QuoxProofDeveloper KitPlugin SDKBring your tool to QuoxQuoxpertQuoxSkillsQlarityShip and sell
Build and sellBrowse MarketplaceDownloadsProtocolsDev Suite
Dev ServersQuoxBuildQuoxSlotsShared Skills + RulesDev workflow
RepoBrainGripeTriageFixLoopProofLoopDoneEngineAll products A-ZGet started
OverviewArchitectureProtocols
AEEAOCLVOLTWARDReference
GlossaryAPI ReferencePlugin SDKDockerAll products A-Z
Today we're shipping QuoxChat, an embeddable AI chat widget you can deploy on any website. Upload your docs, style it to your brand, and paste two lines of HTML. Your widget answers visitor questions with cited sources, routes complex cases to a human, and (unlike everyone else in this space) doesn't bill you per resolution.
Standard is $199 a year. Professional is $499. Unlimited widgets, unlimited conversations. Bring your own LLM key.
A customer-support team we've been talking to resolves about 10,000 conversations a month. Here's what their options look like if they want AI in the loop:
| Vendor | Price for 10,000 resolved conversations / month |
|---|---|
| Intercom Fin | ~$9,900/mo ($39/seat + $0.99/resolution) |
| Drift AI | $2,500/mo minimum, throttled |
| HelpScout AI | $85/user + seat inflation |
| QuoxChat Standard | $199/year ($16/month) |
The per-resolution pricing in particular is a tax on success. The better your bot gets at deflecting questions, the more you pay. We don't think that's a coherent model, so we didn't build it.
Every SaaS chatbot vendor prices like they own the conversations. They don't. Your customers do. Your LLM provider handles the inference. The vendor provides UI and orchestration. That's worth a flat fee, not a per-message toll.
One annual fee per QuoxCORE organisation, unlimited widgets underneath. Two tiers:
LLM costs are on you, via your own API key. Claude, GPT, Gemini, or a self-hosted model: we don't care which provider you use, and we don't mark up tokens. Your usage shows up in your provider's dashboard, not ours.
Every widget gets its own Qdrant collection. Upload knowledge for your e-commerce widget and your support widget can't see it. Upload the same PDF twice in the same org and it's deduplicated via content-addressing (SHA-256). Move the widget to a new domain and the retrieval doesn't care: the index is keyed on the widget, not the site.
Every message is wrapped in an AEE envelope with correlation IDs. Every retrieved chunk is cited with source + section + similarity score. Every tool call shows the args, the response, and whether it required human approval. Drill into any conversation from the Logs tab, export as CSV, or query the database directly.
This matters when your compliance team asks how your AI answered a specific customer's pricing question in July.
<script src="https://your-core.com/quoxchat/widget.js"
data-widget-id="wid_abc123" async></script>The widget-id is the widget's public key: rotation-safe, doesn't leak internal IDs, safe to commit to your site's source. The script tag works on WordPress, Shopify, Webflow, Wix, Next.js, plain HTML, anything.
Inside QuoxCORE there's a specialist agent called Maestro whose only job is building things for you. Tell Maestro "I need a support widget for my Shopify store that can look up order status" and it drafts the widget, writes the system prompt, suggests guardrails, configures the tool connector to your Shopify API, and hands you the embed snippet.
It takes longer to describe what you want than for Maestro to build it.
Every page on quox.ai now has a QuoxChat widget in the corner. Ask it anything about the platform. It's trained on our own docs, citing as it goes. If you like what you see, start with the free tier (one widget, 1,000 messages/month) and upgrade when you need more.
Full docs at /docs/plugins/quoxchat. Solution overview at /solutions/quoxchat.
AI agent orchestration with built-in governance. Docker Compose up and running in under five minutes.