From multi-model chat to a full cloud IDE, a content studio, enterprise controls, and a developer API — here's everything ChatterMate does.
Stop switching tabs. ChatterMate puts every frontier model in one conversation — swap at any point or ask them all simultaneously and compare responses side by side.
GPT-4o, Claude 4 Sonnet/Opus, Gemini 2.5 Pro/Flash, Grok 3 — all under one roof. New models added as soon as they launch.
Fire the same prompt to every model simultaneously. Get all responses in a tabbed view to compare reasoning, tone, and accuracy.
Auto-suggests the best model based on query complexity, context length, and your plan. Three-tier catalog cache keeps model list fresh.
Conversation context, uploaded files, and pinned artifacts travel with you as you switch between models. No re-uploading.
Search, pin, branch, and export conversations. Share a read-only link with a colleague or export the full thread as Markdown.
Real-time SSE streaming on every model. Flutter mobile client with OAuth PKCE, deep-link callbacks, and offline retry.
thinking…
thinking…
Canvas is a persistent workspace that lives next to every chat. Ask AI to write or edit code, then review each change with a diff, accept or reject it, and preview the result — all without leaving the conversation.
Full-featured code editor with syntax highlighting for 40+ languages, bracket matching, and multi-cursor. Ctrl+K command palette for AI actions.
Every AI edit is presented as an inline diff — green additions, red removals. Accept all, reject all, or cherry-pick line by line.
Renders HTML/CSS/JS output in a sandboxed iframe. Mermaid diagrams render live beside the code. Resize panes to match your workflow.
Every save is versioned. Pin important checkpoints, compare any two versions side-by-side, and rewind to any state with one click.
AI edits stream token-by-token directly into the editor. Watch the code appear in real time — no waiting for the full response.
Kick off new artifacts from built-in templates: React component, Express server, Prisma schema, Python script, and more.
Drop any file or URL into ChatterMate's Knowledge Base and it becomes instantly queryable. Hybrid BM25 + pgvector retrieval with cross-encoder re-ranking means you get the most relevant passage — with inline citations — every time.
PDF, DOCX, PPTX, XLSX, CSV, images, plain text, and live URLs. Async ingestion with real-time progress bars and chunk count.
Sliding-window chunking, BM25 keyword scoring, pgvector semantic embeddings, and RRF re-ranking combine for best-in-class precision.
Every answer that uses your documents includes clickable [N] citation markers. Click any to see the exact passage and page number used.
Type @filename in your prompt to direct a question at a specific document. Works across single files, folders, or the entire KB.
Each file can be private (only you) or shared with your team workspace. Org admins can set default sharing policies.
100MB on Free, 5GB on Pro, 20GB on Team. Storage is calculated on compressed chunk size, not raw file size.
ChatterMate integrates DALL·E 3, Gemini Imagen, and Grok image models under a single credit-based system. Generate, compare, and drop the result directly into Canvas or chat — no external tools needed.
DALL·E 3 for photorealistic renders, Gemini Imagen for stylised illustration, Grok image for creative concepts. Switch between them freely.
Atomic reserve-and-refund ledger: credits are reserved before generation and only consumed on success. No partial charges on failure.
Send any generated image to Canvas with one click. Use it as a design reference, annotate it with AI, or embed it in an HTML artifact.
Every prompt and its generations are saved. Tweak the prompt and regenerate, or retry a failed generation without re-entering the prompt.
Request up to 4 variants from the same prompt in one go. Compare side-by-side and keep only the best — unused variants are refunded.
Download as PNG or WebP at full resolution. Every image is stored in your account library for 90 days.
Invite your team, lock down which models they can use, and track every token spent — all from a single org admin panel. SOC-2-friendly audit logs, SSO via CleverCreator OAuth, and Stripe billing built in.
Admins can enable or disable any model for the entire org with one toggle. Users can only call models on the allowlist.
Per-member token breakdown with 7 / 14 / 30-day toggle and bar chart by model. Export CSV for finance.
Owner, Admin, Member, Guest — each role controls which features, models, and data are accessible. Custom roles on Enterprise.
Immutable token usage log, conversation exports, share-link expiry policies. Meets SOC-2 Type II audit requirements.
CleverCreator OAuth 2.0 + PKCE. Email invite with configurable role. SAML on Enterprise. JIT provisioning supported.
Stripe-powered per-seat billing. Admins can cap monthly spend, set per-member token budgets, and receive over-limit alerts.
Issue scoped API keys, call any model through a single REST + SSE endpoint, and embed ChatterMate into your own product. The same SSE protocol the web app uses — nothing proprietary, nothing surprising.
from chattermate import ChatterMatecm = ChatterMate(api_key="cm_live_…")# Stream a response from Claudeasync for chunk in cm.chat.stream(model="claude-4-sonnet",messages=[{"role":"user","content":"Hello"}],):print(chunk.delta, end="")POST /api/chat/streamSSE · all modelsPOST /api/images/generatecredit-basedPOST /api/forge/sessionsspawn sandboxGET /api/artifacts/{id}canvas exportGenerate cm_live_… keys with per-model scope, expiry dates, and pause/resume. Keys are SHA-256 hashed and Redis-cached (60s TTL).
POST /api/chat/stream returns Server-Sent Events. Single endpoint for all models — one integration, every model.
429 Retry-After responses with sliding-window per-action limits. Webhooks fire when you hit 80% of your monthly quota.
POST /api/images/generate for image generation (credit-deducted). POST /api/forge/sessions to spawn a Forge sandbox programmatically.
Per-key sparklines, total token spend, and per-model breakdown live in the developer dashboard. CSV export for billing reconciliation.
Official Python and Node.js SDKs. Interactive API reference at /docs/api with request builder and live response viewer.
Forge is a full cloud development environment. Describe what you want in plain English — the AI agent scaffolds the app, writes every file, runs tests, and deploys to Cloudflare Pages or Vercel in one continuous workflow.
Describe your app in one sentence. The agent proposes an architecture plan, you approve, and it writes every file — components, API routes, DB schema, tests.
Auto-detected dev port renders inside a sandboxed iframe. Hot-reload on every save. No port-forwarding, no local setup.
Pre-deploy checkpoint, then push to Cloudflare Pages or your Docker VPS. SSL and custom domain wired automatically. Every deploy is reversible.
Each project runs in an isolated container with Node 22, Python 3.13, and Postgres. Full filesystem access with no bleed between projects.
Browse and install community-published starters — full-stack templates, UI kits, API wrappers. Publish your own with one command.
Headless Playwright tests run automatically after each build. The agent captures failures, writes fixes, and re-tests — bounded by iteration cap.
https://acme-crm.pages.devAI Writer is a focused long-form writing environment — not a chatbot wrapper. Organise work in folders, use professional templates, write distraction-free in Focus Mode, and share finished documents with a public link.
A product requirements document (PRD) is the contract between your team and the future. Done right, it eliminates ambiguity before a single line of code is written.
Start with the problem statement. Every stakeholder needs context before they can evaluate your solution — resist the urge to jump straight to features.
Next, define success metrics. If you can't measure the outcome, you can't confidently say the feature shipped successfully…
Markdown-powered editor with slash commands, inline AI completions, heading anchors, tables, and footnotes. Keyboard-first design.
Ready-made templates for blog posts, PRDs, SOPs, email sequences, landing page copy, case studies, and more. All fully editable.
Nest documents in folders, star favourites, search across the full library by title or content, and sort by date or alphabetically.
One keystroke hides the sidebar, nav, and all chrome. Just the document, a word count, and the AI. Ideal for long writing sessions.
Generate a public or password-protected share link. Export to Markdown, PDF, or clean HTML. Copy as rich text for pasting into Notion or Docs.
Select any passage, then choose rewrite, shorten, expand, change tone, fix grammar, or translate — all via the inline AI toolbar.
Create a free account and explore all eight feature areas — no credit card required. Upgrade when you're ready.