Back to Changelog
    New Release
    April 1, 20263 min read

    Release Notes System & Automated Notifications

    Dashboard
    Documentation

    🚀 What's New

    Release Notes Page

    A new customer-facing Release Notes page is now available at /release-notes. This is a dedicated space for narrative product updates that synthesize multiple changelog entries into a single cohesive story.

    • Blog-style layout matching our existing content pages
    • Year-based filtering for easy navigation through past releases
    • Linked changelog entries — each release note connects to its associated granular changes
    • SEO optimized with JSON-LD article schema and sitemap entry

    Automated Social Copy Generation

    When a release note is generated, the system uses AI to create ready-to-post drafts for:

    • LinkedIn (200-300 word professional post with hashtags)
    • X / Twitter (under 280 characters, punchy)
    • Email marketing (subject line + summary paragraph)

    These drafts are automatically emailed to the admin — no in-app UI needed. Just open your inbox, review, and paste.

    Customer Email Notifications

    When a release note is published, an automated email is sent to all registered users with:

    • Release title and summary
    • Publication date
    • CTA button linking to the full release note

    Emails are sent via SendGrid in batches to handle large user bases.

    How to Use

    1. Create changelog entries for recent work
    2. Call the generate-release-note edge function with the entry IDs
    3. AI generates the narrative + social copy and emails drafts to admin
    4. Review and publish the release note
    5. Trigger send-release-notification to email all users