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
- 01
Topic Brief
Supabase `post_briefs` rowSelect a topic, keyword cluster, search intent, and editorial angle for the next article.
- 02
Outline Generation
Pipeline step JSON plus outline payloadUse the local Ollama model to turn the brief into a structured outline with sections, FAQ targets, and metadata hooks.
- 03
Draft + SEO
Supabase `posts` draft recordGenerate the article draft, excerpt, dek, FAQ, SEO title, and meta description in one controlled pass.
- 04
Hero Image
Image file plus `post_assets` rowBuild an image prompt from the brief and article tone, then send it to the local `z-image-turbo-service` CLI.
- 05
Editorial Review
Reviewed post ready for Netlify deliverySurface the generated draft inside `/admin` so you can edit, schedule, or publish it.