Deploy AI coordination bots
your clients pay you monthly for.

WhatsApp & Telegram coordination bot. Triple-verified 99% accuracy. Job tracking, RAG, admin dashboard, 33 industry presets. Already running in production. Buy once, deploy for every client.

99% accuracy Already in production Self-hosted, no SaaS fees
Why 99% Accuracy

Every action is triple-verified before it touches your data

When someone texts "move the Miller job to Friday," three independent systems verify that intent before anything changes.

1
Deterministic Parser
Pure code — no AI
Regex + Levenshtein fuzzy matching extracts job names, dates, percentages, and status keywords directly from text. No LLM involved. Zero hallucination. Runs in under 1ms.
↓ runs in parallel with ↓
2
Claude Sonnet
Anthropic tool use API
Sonnet interprets the full message with context — active jobs, team members, conversation history — and returns structured tool calls (update_job, create_job, complete_job) with typed parameters.
↓ agree? → execute instantly. disagree? ↓
3
Claude Opus
Tiebreaker verification
When Layer 1 and Layer 2 disagree — wrong date, wrong job, wrong status — Opus reviews the original message and both outputs. If still uncertain, it asks the user to clarify instead of guessing.
All agree? Tool executes instantly. Zero friction.
Disagreement? "Did you mean Miller or Garcia?" Never guesses.
36+ Production Modules

Not a boilerplate. A product.

Triple Verification Engine

Code parser + Claude Sonnet + Claude Opus tiebreaker. 99% accuracy on every action.

Anthropic Native Tool Use

Structured tool schemas with typed params. Confidence gating at 0.7. Confirmation workflows built in.

WhatsApp Adapter

Full WhatsApp Web client. Group detection, message routing, media handling, auto-reconnect.

Telegram Adapter

Telegram Bot API. Markdown formatting, inline keyboards, command handling.

Twilio Adapter

WhatsApp Business API via Twilio. Webhooks, status callbacks, multi-number support.

Message Handler

Full pipeline orchestrator. Routes messages, manages context, handles tool execution, sends responses.

Context Builder

Parallel data gathering — active jobs, RAG results, calendar, conversation history — pruned by relevance.

Job Database

SQLite with WAL mode. Full CRUD, audit trail on every field change, indexed by status/date/assignee.

Job Manager

High-level job operations: create, update, complete, search, filter. Business logic layer.

RAG Knowledge Base

SQLite vector store with semantic search. Company-wide + per-person memory partitions.

Smart Ingestion

Process documents, PDFs, and text files into RAG embeddings. Chunking, dedup, metadata extraction.

Unified RAG Query

Cross-searches company knowledge + personal memory in one call. Weighted relevance scoring.

Conversation Memory

Per-user short-term conversation history. Context window management. Auto-pruning old messages.

User Profiles

Per-user preference storage. Communication style, timezone, notification settings, role-based access.

Daily Briefings

Morning summary per team member. Admin preview the night before. Scheduled via cron.

Learning Loop

Tracks every query's confidence score. Flags knowledge gaps by category. Nightly admin report.

Conflict Detector

Detects double-booked jobs, overlapping schedules, and resource conflicts before they happen.

Proactive Alerts

Fires alerts for overdue jobs, missing materials, approaching deadlines. No one asks — it just tells you.

Smart Follow-ups

Generates contextual follow-up suggestions after each interaction. Tracks open threads.

Feedback Tracker

Monitors user satisfaction signals. Tracks which answers led to corrections or follow-ups.

Message Relay

Cross-team messaging. "Tell Marc the Garcia job is done" — detected, routed, delivered.

Rate Limiter

Per-user message throttling. Prevents abuse and runaway API costs. Configurable limits.

Health Watchdog

Memory monitoring, CPU tracking, auto-restart on threshold breach. Health endpoint for uptime monitoring.

Auto Database Backups

Scheduled SQLite backup with rotation. Keep last N backups. Zero downtime.

Structured Logging

JSON-structured logs. Per-request tracing. Log levels. No console.log spaghetti.

Performance Metrics

Response time, token usage, cost-per-message tracking. JSONL export for analysis.

Daily File Manager

Daily JSONL activity logs. Every message, tool call, and verification result — auditable.

Google Calendar

Optional Calendar integration. Pull events into context. Detect scheduling conflicts.

Admin Dashboard

Full Express + EJS dashboard. Jobs, team, daily logs, search, API endpoints. Read-only DB, zero risk.

Ollama Embeddings

Local embedding model via Ollama. No external API costs for RAG. Free, fast, private.

Claude Code Agent

CLAUDE.md maps every file, table, and env var. Ask the agent to change config, add features, diagnose issues, or customize for any industry. It updates the system overview automatically so every modification is tracked. Zero code required.

PM2 Process Management

ecosystem.config.js included. Auto-restart, log rotation, cluster mode ready.

Setup Wizard

Interactive CLI setup. API keys, team members, industry preset, platform — generates .env and config.

9-File Test Suite

Tests for parser, verification, jobs, RAG, context, tools. Run npm test before every deploy.

33 Industry Presets

Construction, cleaning, HVAC, plumbing, electrical, legal, dental, solar, landscaping, and 24 more. One config switch.

License Enforcement

Built-in activation server. Machine fingerprinting, deployment counting, grace periods. Control how many instances run.

Included

Admin dashboard your clients will actually use

Jobs, team activity, daily logs, verification audit trail. Read-only database access — zero risk of data corruption.

https://yourcompany.com:3015/jobs
Overview
Jobs
Team
Analytics
Daily Log
Verification
Metrics
System
API
Active Jobs
24
Total Active
+3 this week
18
On Track
75%
4
At Risk
2 overdue
99.8%
Verification Rate
143 verified today
All Jobs In Progress Waiting Completed Overdue
JobClientAssignedStatusProgressDue
Kitchen Renovation Garcia Residence JRJames In Progress 75% Mar 15
Window Installation Miller & Sons SKSarah Waiting 40% Mar 19
Office Deep Clean TechCorp HQ RLRyan Completed 100% Mar 10
HVAC Repair Sunrise Mall JRJames In Progress 55% Mar 22
Roof Inspection Pine Ridge HOA SKSarah Overdue 20% Mar 8
Bathroom Remodel Johnson Family RLRyan Waiting 10% Mar 25

Launching soon. Starting at $499.

One-time purchase. Full source code. 36+ modules, 33 industry presets, admin dashboard, triple verification.

Starter
$499 USD
One-time. 1 developer. 10 deployments.
  • Full source code — all 36+ modules
  • Triple verification engine
  • All 33 industry presets
  • Admin dashboard
  • WhatsApp, Telegram & Twilio
  • Claude Code agent prompt
  • Email support
  • Team license
  • 1-hour setup call
Team
Pro
$799 USD
One-time. Unlimited developers. 10 deployments.
  • Everything in Starter
  • Team license — unlimited devs
  • 1-hour setup call
  • 1yr feature & preset updates
  • Email support

You plug in: Anthropic API key + team names + industry preset. npm start.

Node.js
Runtime
SQLite
DB
Anthropic
LLM
Ollama
Embed
Express
Dashboard
PM2
Process
Early Access

Get notified when it launches

Join the waitlist. First in line gets launch pricing — before it goes up.

Questions

Before you buy

Do I need to know how to code?
No. The setup wizard walks you through everything. Once running, use the included Claude Code agent to change config, add features, and maintain the system — just describe what you want in plain English.
What are the ongoing API costs?
Anthropic API only. Claude Sonnet is ~$3/1M input tokens. A typical small business deployment costs $5–15/month in API usage. Embeddings run locally via Ollama — free.
What if I need more than 10 deployments?
Email us. We offer volume licenses for agencies deploying at scale.
Can I see the code before buying?
The codebase is 36+ production modules and a CLAUDE.md that maps every file. This isn't a weekend project — it's already running in production.
What do I need to host it?
Any VPS or server with Node.js. A $5/month DigitalOcean droplet works. SQLite is the database — no Postgres, no Redis, no managed services.
Which industries does it work for?
Any service business that tracks jobs, schedules, and teams. 33 presets included: construction, cleaning, HVAC, plumbing, electrical, landscaping, solar, legal, dental, and more. The Claude Code agent can customize it for anything else.
Is this a SaaS? Do I pay monthly?
No. One-time purchase. You own the source code. Self-hosted. No recurring fees from us — ever.
What's the difference between Starter and Pro?
Same code, same features. Pro adds a team license (unlimited developers on your team), a 1-hour setup call, and 1 year of feature updates.

Have another question? evatemplate.support@gmail.com