Wraps Logo
Documentation

Get started with Wraps

Deploy email, SMS, and CDN infrastructure to your AWS account. You own everything — we provide the tooling.

1. Deploy infrastructure

terminal
npx @wraps.dev/cli email init

2. Send your first email

TypeScriptsend.ts
import { Wraps } from '@wraps.dev/email'const wraps = new Wraps()await wraps.emails.send({  from: 'hello@yourdomain.com',  to: 'user@example.com',  subject: 'Welcome',  html: '<h1>Hello from Wraps</h1>',})

Build

SDKs for sending email, SMS, and managing your platform.

Deploy

CLI, CDK, and Pulumi for deploying infrastructure.

Operate

Guides, configuration, and troubleshooting.