Everything we build on, named.
No black-box platform. Every tool below is one you can look up, priced by its vendor, running in an account you own.
Orchestration
1 tool
Language models
2 tools
Retrieval and data
3 tools
Messaging
1 tool
Business systems
4 tools
Infrastructure and security
3 tools
Orchestration
- n8n
- The workflow engine almost everything runs on — triggers, branching, retries, and dead-letter handling. Self-hosted in your infrastructure or on n8n Cloud, your choice.
- CRM & Workflow AutomationRAG Chatbots & Knowledge AssistantsWhatsApp Business AutomationLead Capture & QualificationDocument & Back-Office AutomationSecure Automation Reviews
Language models
- Anthropic API
- Default for reasoning over free text — qualifying an enquiry, reading a document, deciding whether an answer is grounded enough to send.
- RAG Chatbots & Knowledge AssistantsLead Capture & QualificationDocument & Back-Office Automation
- OpenAI API
- Used where a project specifies it, or where embeddings and model availability make it the better fit.
- RAG Chatbots & Knowledge Assistants
Retrieval and data
- pgvector
- Vector search inside Postgres, which is the right answer when you already run Postgres and do not want a second database to operate.
- RAG Chatbots & Knowledge Assistants
- Qdrant
- A dedicated vector store for larger corpora or where filtering and payload search matter more than colocating with the primary database.
- RAG Chatbots & Knowledge Assistants
- Postgres
- Workflow state, deduplication records, consent and opt-out logs, and audit trails. The boring dependable part.
- CRM & Workflow AutomationWhatsApp Business AutomationDocument & Back-Office AutomationSecure Automation Reviews
Messaging
- WhatsApp Business Platform (Cloud API)
- The official API, and the only one we build on. Documented opt-in, pre-approved templates, and working opt-out are what keep a number from being permanently banned.
- WhatsApp Business AutomationLead Capture & Qualification
Business systems
- HubSpot
- Two-way sync, lead routing, and pipeline reporting where HubSpot is the system of record.
- CRM & Workflow AutomationLead Capture & Qualification
- Zoho
- The same, for the CRM a large share of Indian businesses actually run.
- CRM & Workflow AutomationLead Capture & Qualification
- Salesforce
- Integration against an existing Salesforce org, with conflict rules agreed in writing before anything writes back.
- CRM & Workflow Automation
- Google Workspace
- Drive and Sheets as document sources and as destinations, plus scheduled reporting into email.
- CRM & Workflow AutomationRAG Chatbots & Knowledge AssistantsDocument & Back-Office Automation
Infrastructure and security
- Cloudflare
- Hosting, DNS, and edge delivery — including for this website, which runs as a Worker.
- Cloud IAM
- Scoping every credential a workflow holds to the single job it does, and reviewing that at handover rather than never.
- Secure Automation Reviews
- OWASP LLM Top 10
- The checklist we run assistants and document pipelines against, particularly anything acting on content the client does not control.
- Secure Automation Reviews