SMS the way it should be — simple, predictable and absurdly cheap. Send SMS and OTPs with very low price per segment, no contracts, no surprises and no bureaucracy.
Made for devs who want reliability, excellent DX and total control over SMS sending.
Type-safe SDKs for the languages your team already ships with.
import { Rewrite } from '@rewritetoday/sdk';
const client = new Rewrite(process.env.REWRITE_API_KEY);
const { data, error } = await client.messages.send({
to: '+5511999999999',
content: 'You verification code is 123456',
});