Newsletter Web Archive — Publish Sent Campaigns as Site Pages
Turn finished email campaigns into searchable, themable MDX pages under a /newsletters collection — editable in the site editor and listable with Collection blocks.
After a campaign sends, open the row menu on Audience → Campaigns and choose Publish to site. Aveiro converts the email into a native page in a newsletters collection on the campaign's site — lossy toward your site theme, republishable, and removable.
What we shipped
Newsletters live in inboxes for a few hours, then disappear behind login walls or ESP archives your visitors never see.Publish to site in the campaign list row menu (sent campaigns tied to a site) converts the email into a native MDX page on that site:
Auto-creates a newsletters collection folder, sorted newest-first
Files segment-targeted sends into a per-segment subfolder
Carries over subject, preview text, sent date, segment tag, and first image as cover metadata
Goes live when your publish gates allow; otherwise saves a draft in the site editor
Deliberately lossy conversion
The page inherits your site theme, not the email's inline styles:
Spacers, per-block spacing, alignment, and email brand styles are dropped
Multi-column layouts flatten left-to-right into one column
Visual-editor campaigns convert cleanly; HTML-only campaigns (from agents or API) are parsed into headings, text, images, and buttons before conversion
Buttons become editable <Button> tags; images become markdown images
Touch up layout in the visual editor, then Republish to site to overwrite the linked page. Remove unpublishes and deletes it.
SEO and connected publishing
List archived issues with a Collection block on an index page — same pattern as docs or blog collections.Connected publishing means the campaign you already wrote becomes on-site content without re-authoring in the site editor.
Dashboard-only
Agents can draft campaigns via /api/v1/campaigns, but publish to site stays in the dashboard — no API scope grants it.See the full guide: Campaigns. For newsletter setup, Start a newsletter from your website.