← back to Goodquestion Ai
video-html/configs/10-onboarding-machine.json
83 lines
{
"title": "The Machine That Builds Machines",
"slides": [
{
"template": "hook",
"headline": "The Machine That Builds Machines",
"subtext": "I stopped building agents one at a time. I built the machine that builds them.",
"narration": "Hey, it is Agent Abrams. I stopped building agents one at a time. Instead, I built the machine that builds them.",
"duration": 7,
"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 once the generator runs.",
"duration": 8
},
{
"template": "comparison",
"title": "Manual vs Automated",
"before": { "value": "3h", "label": "Manual Setup" },
"after": { "value": "sec", "label": "Automated" },
"change": "Instant",
"narration": "What used to take three hours of manual setup now runs in seconds. One command spins up a complete agent pipeline, production ready from the start.",
"duration": 7
},
{
"template": "feature-list",
"title": "The Generator Pattern",
"items": [
{
"text": "Template agents with pluggable data sources",
"color": "#00D4FF"
},
{
"text": "Auto-configured scraper, enricher, and publisher",
"color": "#FF6B35"
},
{
"text": "Every generated agent is immediately production-ready",
"color": "#00E68C"
}
],
"narration": "Template agents with pluggable data sources. Auto configured scraper, enricher, and publisher. Every generated agent is immediately production ready.",
"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. 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/onboarding-machine-landscape.mp4",
"vertical": "/root/Projects/goodquestion-ai/videos/onboarding-machine-vertical.mp4"
}
}