megoxv / zeromsg
Self-hosted WhatsApp Cloud API inbox, campaigns, automations, and developer API.
Requires
- php: ^8.3
- inertiajs/inertia-laravel: ^3.0
- laravel/chisel: ^0.1.0
- laravel/fortify: ^1.37.2
- laravel/framework: ^13.7
- laravel/tinker: ^3.0
- laravel/wayfinder: ^0.1.14
Requires (Dev)
- fakerphp/faker: ^1.24
- laravel/boost: ^2.2
- laravel/pail: ^1.2.5
- laravel/pao: ^1.0.6
- laravel/pint: ^1.27
- laravel/sail: ^1.53
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.9.3
- pestphp/pest: ^4.7
- pestphp/pest-plugin-laravel: ^4.1
README
Self-hosted WhatsApp Cloud API inbox, campaigns, automations, and developer API
Features · Requirements · Quick Install · WhatsApp Signup · Manual Install · License
ZeroMsg is a self-hosted WhatsApp Cloud API dashboard for teams that want to connect their own Meta Business assets, manage WhatsApp numbers, handle conversations, send campaigns, build automations, and expose developer APIs from one clean, private workspace.
Key Features
- 🌐 Multi-Tenant Workspace Architecture: Provision secure and isolated workspaces for different clients or teams automatically.
- 🔌 Meta Embedded Signup: Seamless onboarding of client numbers, WhatsApp Business Accounts (WABA), and system user access tokens using Meta's official signup flow.
- 💬 Real-time Team Inbox: Multi-agent shared inbox to handle incoming chats, send rich media, and utilize approved template messages.
- 📣 Broadcast Campaigns: Send highly-targeted message campaigns. Start, pause, resume, and import contacts instantly.
- 🤖 Automation Flow Builder: Drag-and-drop or node-based logic to auto-reply to customers based on keywords and events. Easily import/export automation flows.
- 📝 Template Synchronization: View and sync official WhatsApp templates directly from your Meta Business account.
- 👥 Contacts & Segments: Detailed contact profiles, CSV import/export, and group organization.
- ⚡ Developer API & Webhooks: Create custom API keys and subscribe to outbound webhooks to integrate ZeroMsg with external applications.
Screenshots
Requirements
- PHP 8.3+
- Composer
- Node.js and npm
- SQLite, MySQL, or PostgreSQL
- Meta developer app credentials for WhatsApp Embedded Signup
Quick Install
Create a fresh instance and run the auto-installer:
composer create-project megoxv/zeromsg zeromsg
cd zeromsg
composer run zeromsg:install
composer run dev
Open the local app in your browser:
http://localhost:8000
Register a new account from /register. ZeroMsg will automatically provision your new tenant workspace.
Demo Data (Optional)
To seed a demo workspace for testing:
composer run zeromsg:demo
Log in using:
- Email:
client@zeromsg.com - Password:
password
WhatsApp Embedded Signup
ZeroMsg uses your Meta App details to facilitate direct Embedded Signup for your clients:
Configure these keys in your .env file:
WHATSAPP_APP_ID=your_meta_app_id WHATSAPP_APP_SECRET=your_meta_app_secret WHATSAPP_CONFIG_ID=your_embedded_signup_config_id
Customers register their WhatsApp numbers in the dashboard at:
/dashboard/whatsapp-accounts
Manual Install
For developers cloning the repository directly:
composer install npm install cp .env.example .env php artisan key:generate php artisan migrate npm run build composer run dev
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
ZeroMsg is open-source software licensed under the MIT license.




