User sends a text
Twilio receives the inbound SMS on your Relay Keeper phone number and posts it to the backend webhook.
Keep the conversation moving
Relay Keeper turns a Twilio number into a calm, human-feeling AI inbox. Users send a text, Relay Keeper routes it to the model they want, and the reply comes back as a simple SMS.
One phone number.
One familiar interface.
One fast path from idea to reply.
How it works
Twilio receives the inbound SMS on your Relay Keeper phone number and posts it to the backend webhook.
The API forwards the message to DeepSeek with a concise assistant prompt and keeps the reply short enough for SMS.
TwiML sends the answer back through Twilio, so the user stays in a normal text thread instead of a web app.
Why SMS works
There is no new app to download, no onboarding maze, and no extra account for users to remember.
SMS feels conversational by default, which makes AI interactions feel more natural for reminders, drafting, and quick support.
The current build is intentionally small: one Express server, one webhook, one deployment target, and no database yet.
This structure leaves room for a richer website, user dashboards, analytics, and model-routing features later.
Launch checklist
DEEPSEEK_API_KEY environment variable./sms.