Documentation • Community • Roadmap • Changelog • Support
Textfully is an open-source Twilio alternative that lets developers send texts easily. With minimal setup and code, you can quickly add text messaging capabilities to your applications.
- Minimal Setup: Send text messages effortlessly with minimal setup.
- Native iMessage Support: Send iMessage with full features like reactions and typing indicators.
- First-Class Developer Experience: Our SDKs are available in your favorite language including Python, Node.js, Go, Elixir, Rust, and more.
- Open Source: A transparent and community-driven alternative to private messaging services that charge outrageous fees.
Getting started with Textfully is quick and easy. Install the SDK for your preferred programming language and start sending texts immediately.
- Python: Install using
pip install textfully. - Node.js: Install with
npm install textfully. - Go: Get the package via
go get github.com/textfully/textfully-go. - Elixir: Add
{:textfully, "~> 0.1.0"}to yourmix.exsdependencies. - Rust: Include
textfully = "0.1.0"in yourCargo.toml. - REST API: Send messages using curl, Postman, or any HTTP client.
For detailed instructions and examples, please visit our Documentation.
Our Documentation provides comprehensive guides and API references to help you start sending text messages with ease.
We welcome contributions from the community. Whether it's reporting a bug, suggesting a feature, or submitting a pull request, your input helps us make Textfully even simpler and more efficient. Please see our Contributing Guidelines for more information.
Textfully is open-source software licensed under the MIT License.
