One inbox for
all your SMS
Send and receive SMS from any device. Multi-provider support with Twilio, Telnyx, and real SIM numbers. Built for developers, designed for everyone.
No credit card required · Free tier available
Everything you need for SMS
A complete messaging platform that works across every device and integrates with your favorite providers.
Unified Inbox
All your conversations in one place. Threaded messages with real-time updates across every device.
Real-time Messaging
Sub-second delivery with live status updates. See when messages are sent, delivered, or failed.
Multi-Provider
Connect Twilio, Telnyx, or phonenumbers.bot. Switch providers without changing your workflow.
AI Auto-Replies
Let AI suggest replies based on conversation context. Powered by OpenAI, customizable per conversation.
Campaigns & Analytics
Send bulk messages, track delivery rates, and analyze messaging performance from your dashboard.
Team Inbox
Share phone numbers with your team. Collaborate on conversations with role-based access.
Webhooks & API
White-label API with API key auth. Outbound webhooks for message events with HMAC signing.
Every Platform
Web, iOS, Android, desktop (Electron), and PWA. Offline support with message queuing.
MMS Support
Send and receive images and media. Inline image preview right in your conversations.
Available everywhere
Native apps coming soon
Take SMSHub with you everywhere. Native apps for iOS, Android, and desktop — built with React Native and Electron.
iOS App
Native iPhone and iPad app with push notifications, offline support, and deep linking.
Android App
Material Design Android app with background sync, push notifications, and widget support.
Desktop App
Native desktop app for macOS, Windows, and Linux with system tray, notifications, and auto-updates.
Download →Desktop app available on GitHub Releases. iOS and Android coming soon.
Simple pricing
Start free, scale as you grow.
Pro
- ✓ 5 phone numbers
- ✓ 5,000 messages/mo
- ✓ AI auto-replies
- ✓ All platforms
- ✓ Webhooks & API
Business
- ✓ Unlimited numbers
- ✓ Unlimited messages
- ✓ Team inbox
- ✓ Campaigns
- ✓ White-label API
- ✓ Priority support
Developer-first API
Integrate SMS into your app with a simple REST API.
curl -X POST https://smshub.dev/api/v1/messages/send \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"to": "+1234567890",
"from": "+0987654321",
"message": "Hello from SMSHub!"
}'