← back to Goodquestion Ai

video-html/sample-config.json

64 lines

{
  "title": "What I Built This Week",
  "slides": [
    {
      "template": "hook",
      "headline": "What One Person Built This Week",
      "subtext": "March 2026",
      "narration": "Hey, it is Agent Abrams. Here is what I shipped this week with just Claude Code and one server.",
      "duration": 6,
      "avatar": true
    },
    {
      "template": "big-number",
      "numbers": [
        { "value": 122, "label": "Products Processed", "color": "#00D4FF" },
        { "value": 566, "label": "Data Points Set", "color": "#FF6B35" },
        { "value": 100, "suffix": "%", "label": "Coverage", "color": "#00E68C" }
      ],
      "narration": "A brand new luxury catalog, fully onboarded. One hundred twenty-two products. Every single item mapped. Five hundred sixty-six data points enriched.",
      "duration": 8
    },
    {
      "template": "feature-list",
      "title": "This Week's Builds",
      "items": [
        { "text": "Full product pipeline: scrape, enrich, publish", "color": "#00D4FF" },
        { "text": "AI-powered data enrichment with Gemini", "color": "#FF6B35" },
        { "text": "Automated narrated video generation", "color": "#00E68C" },
        { "text": "Real-time monitoring dashboard", "color": "#00D4FF" }
      ],
      "narration": "Here is the breakdown. A complete product pipeline from raw data to published listings. AI powered enrichment using Gemini for every single field. Automated video generation, like this one you are watching right now. And a real-time monitoring dashboard to track it all.",
      "duration": 10
    },
    {
      "template": "comparison",
      "title": "Manual vs Automated",
      "before": { "value": "40h", "label": "Manual Process" },
      "after": { "value": "12min", "label": "Automated" },
      "change": "200x faster",
      "narration": "What used to take a team forty hours now runs in twelve minutes. That is a two hundred X improvement. One person, one server, production grade.",
      "duration": 7
    },
    {
      "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, or 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": "output/landscape.mp4",
    "vertical": "output/vertical.mp4"
  }
}