Stop paying per-message SMS fees. Use the phone you already own.
TextIT turns any Android into a self-hosted SMS gateway. Send messages through your own SIM β zero per-message fees, zero middlemen, zero lock-in.
Recent outbound
Features
Everything you need to send & receive SMS
A complete SMS gateway built on your own infrastructure β not someone else's cloud.
SMS API
REST endpoint to send SMS from any language β Node, Python, PHP, Go, cURL. No SDK required.
Read the docs βReceive SMS Online
Inbound messages are forwarded to your API endpoint in real time via webhooks.
Read the docs βBulk Messaging
Send to hundreds of recipients in one API call. TextIT queues and distributes automatically.
Read the docs βSMS Templates
Create reusable message templates with variable placeholders for personalized outreach.
Read the docs βAdvanced Analytics
Track delivery rates, message history, and device performance from the dashboard.
Read the docs βMulti-Device Support
Register multiple Android phones as gateways and load-balance sends across them.
Read the docs βMessage Scheduling
Queue messages for future delivery β schedule campaigns, reminders, and alerts in advance.
Read the docs βSetup
Live in under 5 minutes
No SIM to buy, no carrier contract to sign. If you have an Android and a SIM card, you're ready.
Download the app
Install TextIT on any Android phone. The one in your desk drawer will work perfectly.
Get the app βCreate your account
Sign up and generate an API key from the dashboard. No credit card required to get started.
Go to dashboard βScan the QR code
Open TextIT on your phone and scan the QR code from the dashboard to link the device.
See quickstart βStart sending
POST to your gateway endpoint. Messages go out through your own SIM immediately.
View API docs βIntegration
Integrate in minutes
Standard HTTP β no SDK needed. Works from any language, any framework, any platform.
import axios from 'axios'
const BASE_URL = 'https://api.textit.lexeasytech.com/api/v1'
const API_KEY = 'YOUR_API_KEY'
const DEVICE_ID = 'YOUR_DEVICE_ID'
const response = await axios.post(
`${BASE_URL}/gateway/devices/${DEVICE_ID}/send-sms`,
{
recipients: ['+1234567890'],
message: 'Hello from TextIT!',
},
{ headers: { 'x-api-key': API_KEY } }
)
console.log(response.data)
// { success: true, batchId: "batch_01JXMK7V", queued: 1 }POST /gateway/devices/{deviceId}/send-smsPricing
Simple, transparent pricing
Flat monthly plans β not per message. Your SIM handles the delivery cost.
Free
Get started β no credit card required
free forever
- 1 active device
- 10 messages / month
- 5 messages / day
- Bulk SMS β up to 5 recipients
- Inbound SMS + webhooks
- REST API access
- Community support
Pro
For teams and production workloads
per month, billed monthly
π Launch promo β save 42%π‘οΈ 7-day money-back guarantee
- Up to 3 active devices
- 2,000 messages / month
- No daily send limit
- Bulk SMS β up to 50 recipients
- Everything in Free
- Priority support
Expert
For high-volume senders and growing businesses
per month, billed monthly
- Unlimited active devices
- 10,000 messages / month
- No daily send limit
- Bulk SMS β up to 1,000 recipients
- Everything in Pro
- Priority support
Custom
For specific volumes, SLAs, or dedicated integrations
your needs
custom pricing
- Custom message limits
- Custom device count
- SLA agreement
- Custom integrations
- Dedicated support
- Self-hosting assistance
FAQ
Frequently asked questions
Custom solutions
Need something more?
Beyond the standard plans, we offer tailored services for teams with specific requirements.
Self-Hosting Setup
Run TextIT entirely on your own infrastructure. We provide Docker Compose configs, MongoDB setup guides, and Firebase FCM configuration walkthroughs.
- βFull Docker Compose stack
- βMongoDB replica set guide
- βNginx / reverse proxy setup
- βEnvironment configuration
Custom Integrations
Need TextIT to connect to your existing CRM, ERP, or workflow automation? We build custom connectors and webhooks tailored to your stack.
- βZapier / Make connectors
- βCRM integrations
- βCustom webhook handlers
- βAPI adapters & proxies
Development Projects
Have a more ambitious build in mind? We offer development services for SMS-powered applications β from OTP systems to full conversational platforms.
- βOTP & 2FA systems
- βBulk campaign tooling
- βInbound SMS parsing
- βWhite-label gateways
Android App
The Android app that powers your gateway
TextIT for Android turns any phone into a cellular SMS relay. Install once, scan your QR code, and it runs silently in the background β no interaction needed.
- βBackground service β keeps running when screen is off
- βFirebase Cloud Messaging for instant wake-up
- βDelivery status reported back to the API
- βInbound SMS forwarding with webhook support
- βSupports multiple SIM slots
Compatible with Android 7.0+ Β· APK ~4 MB

Scan to download
π± Android 7.0 or higher
Start sending SMS for free
Create your account in seconds. First message in under 5 minutes.