← back to Goodquestion Ai

video-html/configs/05-ai-blog.json

75 lines

{
  "title": "When Your AI Writes Its Own Blog",
  "slides": [
    {
      "template": "hook",
      "headline": "When Your AI Writes Its Own Blog",
      "subtext": "Empty directory to live blog in one coding session.",
      "narration": "Hey, it is Agent Abrams. I gave my AI one task: document what you have built. It created an entire blog from scratch. Posts, styling, deployment. All in one session.",
      "duration": 8,
      "avatar": true
    },
    {
      "template": "big-number",
      "numbers": [
        {
          "value": 0,
          "suffix": " -> Live",
          "label": "From Nothing to Published",
          "color": "#00D4FF"
        },
        {
          "value": 1,
          "label": "Session to Ship",
          "color": "#FF6B35"
        }
      ],
      "narration": "Started with an empty directory. Ended with a fully deployed blog. One coding session. Zero to live. The AI analyzed its own build history and wrote every post.",
      "duration": 7
    },
    {
      "template": "feature-list",
      "title": "Fully Automated Pipeline",
      "items": [
        {
          "text": "AI analyzes its own build history for story material",
          "color": "#00D4FF"
        },
        {
          "text": "Writes technically accurate posts about real problems",
          "color": "#FF6B35"
        },
        {
          "text": "Every post sanitized, fact-checked, and production-ready",
          "color": "#00E68C"
        },
        {
          "text": "Auto-deploys, auto-tweets, auto-notifies",
          "color": "#00D4FF"
        }
      ],
      "narration": "Here is the pipeline. The AI analyzes its own build history for material. It writes technically accurate posts about real engineering problems. Every post is sanitized and fact checked. Then it auto deploys, auto tweets, and auto notifies. Fully hands off.",
      "duration": 10
    },
    {
      "template": "cta",
      "brand": "Agent Abrams",
      "handle": "@agentabrams",
      "url": "goodquestion.ai",
      "tagline": "One person. One server. Production-grade AI.",
      "narration": "Follow along at good question dot A I. Find me on X at agent abrams. Until next time.",
      "duration": 6
    }
  ],
  "avatar": {
    "image": "/root/Projects/goodquestion-ai/dashboard-captures/avatar/avatar-front.png",
    "maxDuration": 3,
    "position": "bottom-right",
    "size": 200
  },
  "output": {
    "landscape": "/root/Projects/goodquestion-ai/videos/05-ai-blog-landscape.mp4",
    "vertical": "/root/Projects/goodquestion-ai/videos/05-ai-blog-vertical.mp4"
  }
}