Wraps Logo
DocsHome
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 { WrapsEmail } from '@wraps.dev/email'const wraps = new WrapsEmail()await wraps.send({  from: 'hello@yourdomain.com',  to: 'user@example.com',  subject: 'Welcome',  html: '<h1>Hello from Wraps</h1>',})

Using an AI assistant? Point it at llms-full.txt — the complete docs in one file — or llms.txt for the agent-oriented index.

Build

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

Deploy

CLI, CDK, and Pulumi for deploying infrastructure.

Operate

Guides, configuration, and troubleshooting.