Skip to content
mdaMyDailyAnswers
Local pipeline

Local answer publishing pipeline

How the site moves from mock data to a Supabase-backed content engine, powered by local text generation and the local image service.

Pipeline steps

  1. 01

    Topic Brief

    Supabase `post_briefs` row

    Select a topic, keyword cluster, search intent, and editorial angle for the next article.

  2. 02

    Outline Generation

    Pipeline step JSON plus outline payload

    Use the local Ollama model to turn the brief into a structured outline with sections, FAQ targets, and metadata hooks.

  3. 03

    Draft + SEO

    Supabase `posts` draft record

    Generate the article draft, excerpt, dek, FAQ, SEO title, and meta description in one controlled pass.

  4. 04

    Hero Image

    Image file plus `post_assets` row

    Build an image prompt from the brief and article tone, then send it to the local `z-image-turbo-service` CLI.

  5. 05

    Editorial Review

    Reviewed post ready for Netlify delivery

    Surface the generated draft inside `/admin` so you can edit, schedule, or publish it.