Article Auto-Publish — turn public articles into Builder pages

Article Auto-Publish is an add-on module that turns your public articles into pages on a designated Builder site — essentially giving you a one-click blog without hand-creating a page for every post.

What it does:
Whenever a public article is published, the function creates a new page on your chosen site, named after the article, with an article-display block that renders the full content. If you later unpublish, archive, or flip the article to internal, the linked page is automatically unpublished.

Requirements:
• The Articles module must be enabled (the source of the content)
• The Builder (Websites) module must be enabled (the target site lives here)
• An admin or owner has to pick a target Builder site

Setting it up:
1. Settings → Modules → enable "Article Auto-Publish"
2. Click "Configure" (or open Account → Article Auto-Publish settings)
3. Pick the Builder site that should receive auto-generated pages
4. Save

How updates flow:
• Editing an article's title, summary, or slug refreshes the linked page (the function short-circuits if only its own metadata changed, so you'll never see infinite loops)
• Unpublishing the article unpublishes the page; archiving or flipping to internal does the same
• Deleting the article unpublishes the page
• You can still hand-edit the auto-generated page in Builder if you want — the function only updates the article-display block and the page metadata

Pages auto-published this way carry a backlink to the source article (autoPublishedSiteId / autoPublishedPageId on the article doc), so the system can find and refresh the right page on subsequent runs.

This is the simplest way to run a blog on Turtini: one Articles list, one Builder site, automatic syndication between them.