SaaS Starter
Integrations

Integrations

Drop-in vendor adapters useDeploy ships out of the box. Each page is the operator's playbook for one third-party service wired to a bounded context.

UseDeploy ships several modules already wired to popular vendors. The adapters live in the bounded context that owns the concern, behind a port the rest of the codebase consumes — so swapping providers is a single-file change.

Available integration playbooks

PairBounded contextStatus
Polar (billing)modules/billingOperator playbook lives under Deploy
Railway (deploy)infraOperator playbook lives under Deploy
Sentry (errors)infrastructure/observabilityStub — fill in details
UploadThing (storage)modules/storageStub — fill in details
Resend (transactional email)modules/notificationsStub — fill in details

Each integration page covers env vars, the relevant port/adapter file path, the dashboard configuration, and the smoke test you can run after wiring it up.

On this page