Marketing

A Kanban-style content pipeline miniapp showing every piece by stage with performance metrics on published content

Every weekday morning this pipeline pulls the status of every content piece across your CMS, social schedulers, and email platform. It assesses pipeline health — what is stuck, what is overdue, what just published — then builds a live miniapp dashboard. The board shows each piece as a Kanban card moving through stages (drafting, review, scheduled, published) with engagement metrics next to published pieces so you can see what is working.

How it works

TriggerRuns every weekday at 9:00 AM
  1. 01
    Job

    Pull content pipeline data

    Query connected platforms — CMS, social media schedulers, email platform — for every content piece and its current stage: draft, in review, scheduled, or published. For published pieces, also pull engagement metrics (views, clicks, shares, replies) from the last 7 days.
  2. 02
    Agent

    Assess pipeline health and flag gaps

    Review the full pipeline: flag pieces that have been stuck in review for more than 3 days, identify content gaps where no pieces are scheduled for an upcoming channel, highlight published pieces with outlier performance (top and bottom performers), and recommend what to prioritize next.
  3. 03
    Miniapp

    Build and deploy the content pipeline miniapp

    Generate a Next.js miniapp with a Kanban board layout. Columns represent pipeline stages. Each content piece is a card showing title, format, channel, and days in current stage. Published cards also show engagement metrics with sparklines. Include a summary header with counts per stage and a bottleneck alert. Deploy to a public URL.
ResultA Kanban-style content pipeline miniapp with stage tracking and engagement metrics