Chatmancer Docs

Introduction

What Chatmancer is and why it exists.

Introduction

Chatmancer is a privacy-first AI chatbot platform that runs entirely on your own AWS account. You deploy it once with a single CloudFormation click, and from that moment your chatbot infrastructure — conversations, training data, leads — lives exclusively in your cloud. We never see it, and we never want to.

Three core promises

Your data never leaves your cloud. Every conversation, every crawled document, every lead captured by your chatbot is stored in AWS resources that belong to you. Chatmancer has no access to your data — technically or legally.

Pay once. Use forever. There is no subscription. You buy a license key, deploy the stack, and run it indefinitely. The only ongoing cost is your AWS bill, which for most use cases stays within the AWS Free Tier.

Unlimited usage, your ceiling. No message caps, no chatbot limits beyond your plan, no training data quotas. The only ceiling is whatever AWS charges you — and that is usually nothing.

What gets deployed

When you click Deploy, Chatmancer provisions a serverless stack inside your AWS account:

  • AWS Lambda — runs the chat API (scales to zero when idle, to thousands when busy)
  • Amazon CloudFront — serves the dashboard and widget over a global CDN
  • Amazon API Gateway — routes HTTP traffic to Lambda
  • Amazon S3 — stores uploaded documents and widget assets
  • Amazon RDS / DynamoDB — stores your chatbot config, conversations, and knowledge base
  • Amazon CloudWatch — dashboards and billing alarms

Nothing is shared between customers. Every deployment is a completely isolated stack.

Next steps

On this page