A clean frontend-only webapp to send & receive SMS messages via Twilio.
You can use the hosted version of this app here: https://dashboard.pokulabs.com
- View chat history
- Respond to messages
- Draft new messages
- Receive messages dynamically via polling
- New message notifications
- Support for multiple Twilio phone numbers
- PWA (mobile and desktop installable standalone app)
Desktop/mobile: MDN article on installing PWAsiOS: use Safari to navigate to the hosted site. Tap share icon, "Add to Home Screen".Android: use Chrome to navigate to hosted site. Tap three-dot menu, "Add to Home Screen".
- Twilio account
- At least one Twilio phone number approved to send & receive SMS (A2P)
Enter your Twilio account SID and AuthToken to get started. The Messages tab will become enabled for you to access Twilio SMS sending & receiving in a familiar chat interface.
$ pnpm install
$ pnpm run dev
# Access dev version on http://localhost:5173
You can deploy to Netlify using this button:
Or serve the dist/ directory on your favorite static site host.
# Build for production into dist/
$ pnpm run build


