# Whatomate - Open Source WhatsApp Business API > Whatomate is a free, open-source standalone WhatsApp Business API application. Built with Go for performance and Vue.js for a modern UI. Single binary, zero dependencies, works with any tech stack. ## Overview Whatomate provides WhatsApp Business automation as a standalone application that integrates with any system via REST API. ## Whatomate (Primary Product) A standalone WhatsApp Business API application built with Go and Vue.js. ### Features - Single binary deployment - no dependencies required - Go backend for blazing performance - Vue.js frontend for modern UI - Human handoff with message pool - REST API for easy integration - Works with any tech stack (Node.js, Python, PHP, Ruby, etc.) - 100% free and open source (MIT license) ### Installation (Docker) ```bash # Download compose file and sample config curl -LO https://raw.githubusercontent.com/shridarpatil/whatomate/main/docker/docker-compose.yml curl -LO https://raw.githubusercontent.com/shridarpatil/whatomate/main/config.example.toml # Copy and edit config cp config.example.toml config.toml # Run services docker compose up -d ``` - GitHub: https://github.com/shridarpatil/whatomate - Docs: https://shridarpatil.github.io/whatomate/ ## Frappe WhatsApp Suite (For Frappe/ERPNext Users) For users on Frappe/ERPNext, we also offer native integration apps. See https://whatomate.io/frappe.html Three integrated apps for Frappe/ERPNext: ### Frappe WhatsApp (Core) - Multi-account support - Two-way messaging - Template management & sync from Meta - WhatsApp Flows (interactive forms) - Bulk messaging with variables - WhatsApp Notifications (DocType events) - Media support (images, docs, audio, video) - GitHub: https://github.com/shridarpatil/frappe_whatsapp - Docs: https://shridarpatil.github.io/frappe_whatsapp/ ### WhatsApp Chat (UI) - Real-time messaging UI in Frappe Desk - Contact management - Media previews - Auto read receipts - Sound notifications - Multi-user support - GitHub: https://github.com/shridarpatil/whatsapp_chat ### WhatsApp Chatbot (AI) - Keyword-based auto-replies - Multi-step conversation flows - Dynamic script responses - Document creation from chat - AI fallback (OpenAI, Anthropic, Google) - Session & business hours management - GitHub: https://github.com/shridarpatil/frappe_whatsapp_chatbot - Docs: https://shridarpatil.github.io/frappe_whatsapp_chatbot/ ## Frappe Cloud Marketplace Frappe apps are available on Frappe Cloud Marketplace: - https://frappecloud.com/marketplace/apps/frappe_whatsapp - https://frappecloud.com/marketplace/apps/whatsapp_chat - https://frappecloud.com/marketplace/apps/frappe_whatsapp_chatbot ## Contact - Website: https://whatomate.io - Frappe Apps: https://whatomate.io/frappe.html - Author: Shridhar Patil - GitHub: https://github.com/shridarpatil