Inbox, helpdesk, and transactional email
app.use(mail) Future install shape; not yet published About
Inbox threading, contact management, transactional sending, and bulk campaigns, with pluggable SMTP adapters (SES, Resend, Gmail, generic SMTP). This runs in a real production deployment today as a plain function module; it is mid-extraction into a contract-conformant Component plus headless hooks, not yet a published installable package.
How it ships
Every ConvexCompose module is the same shape. Take the Component and hooks and bring your own UI, or drop in the optional reference UI.
Highlights
- Runs in a real production deployment
- Mid-extraction: not yet a published installable package
- Inbox threading with In-Reply-To matching
- Pluggable SMTP adapters (SES, Resend, Gmail)
- Bulk campaign orchestration
Proving ground
A real production deployment exercises these domains; one opinionated consumer, not a requirement.
Not a published package yet
No ConvexCompose module is an installable npm package today. What exists is the contract, a real production proving ground running 31 authored Components, and packaging in progress led by convex-diary and convex-audio-analyzer.