Team guide
Send your first SMS in 5 minutes
A local stack of five containers — Proxy, Redis, Aerospike, SMSC emulator and Jaeger — comes up with a single command and is ready for testing.
What is in the local stack
SMS Gateway Proxy
Accepts HTTP and gRPC requests, keeps SMPP sessions to operators, tracks DLR.
Redis
Distributed rate limiter and MCP policy counters.
Aerospike
In-memory storage for DLR statuses and message state.
SMSC emulator
Local SMSC for tests without connecting to a real operator.
Jaeger
Distributed tracing across every component.
Five steps to your first SMS
- 1Prepare directories and configuration files
- 2Launch the stack with docker compose
- 3Register an administrator and obtain a JWT token
- 4Create a CORE user for your application
- 5Send an SMS via REST API and check delivery status
Full step-by-step guide with all configs, commands and endpoints is available in the official documentation.