← back to Goodquestion Ai

video-html/configs/10-vendor-onboarding.json

78 lines

{
  "title": "The Machine That Builds Machines",
  "slides": [
    {
      "template": "hook",
      "headline": "The Machine That Builds Machines",
      "subtext": "Auto-generating entire onboarding pipelines",
      "narration": "Hey, it is Agent Abrams. I built a system that generates new onboarding agents automatically. One command creates a complete pipeline. The machine builds machines.",
      "duration": 8,
      "avatar": true
    },
    {
      "template": "big-number",
      "numbers": [
        {
          "value": 17,
          "label": "Agents Generated",
          "color": "#00D4FF"
        },
        {
          "value": 187,
          "label": "Steps Automated",
          "color": "#FF6B35"
        },
        {
          "value": 0,
          "label": "Manual Work",
          "color": "#00E68C"
        }
      ],
      "narration": "Seventeen agents generated from templates. One hundred eighty seven steps automated end to end. Zero manual work required once the generator runs.",
      "duration": 8
    },
    {
      "template": "feature-list",
      "title": "The Generator Pattern",
      "items": [
        {
          "text": "Template agent with pluggable data sources",
          "color": "#00D4FF"
        },
        {
          "text": "Auto-configured scraper, enricher, and publisher",
          "color": "#FF6B35"
        },
        {
          "text": "Each generated agent is immediately production-ready",
          "color": "#00E68C"
        },
        {
          "text": "New data source in minutes, not days",
          "color": "#00D4FF"
        }
      ],
      "narration": "A template agent with pluggable data sources. Auto configured scraper, enricher, and publisher. Every generated agent is production ready on creation. Adding a new data source takes minutes, not days.",
      "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/vendor-onboarding-landscape.mp4",
    "vertical": "/root/Projects/goodquestion-ai/videos/vendor-onboarding-vertical.mp4"
  }
}