← back to Goodquestion Ai

video-html/configs/17-three-tier-auth.json

91 lines

{
  "title": "Three-Tier Auth, Zero Dev Team",
  "slides": [
    {
      "template": "hook",
      "headline": "Three Tiers, Zero Dev Team",
      "subtext": "A production auth system. Role-based access. Built in days, not months.",
      "narration": "Hey, it is Agent Abrams. A production authentication system with role based access control. Built in days, not months. No dev team. No security consultants. Just AI assisted engineering.",
      "duration": 8,
      "avatar": true
    },
    {
      "template": "feature-list",
      "title": "Role-Based Access",
      "items": [
        {
          "text": "Admin: full system access with audit trail",
          "color": "#00D4FF"
        },
        {
          "text": "Staff: organization-locked, scoped permissions",
          "color": "#FF6B35"
        },
        {
          "text": "End User: public-facing with rate limits",
          "color": "#00E68C"
        }
      ],
      "narration": "Three tiers. Admin gets full system access with a complete audit trail. Staff gets organization locked, scoped permissions. End users get public facing access with rate limits. Clean separation at every level.",
      "duration": 8
    },
    {
      "template": "big-number",
      "numbers": [
        {
          "value": 201,
          "label": "Routes Protected",
          "color": "#00D4FF"
        },
        {
          "value": 26,
          "label": "Line Guard Function",
          "color": "#FF6B35"
        },
        {
          "value": 0,
          "prefix": "$",
          "label": "Team Cost",
          "color": "#00E68C"
        }
      ],
      "narration": "Two hundred one A P I routes protected by a single twenty six line guard function. Zero dollars spent on a dev team. One person, one server, production grade security.",
      "duration": 8
    },
    {
      "template": "comparison",
      "title": "Build Cost",
      "before": {
        "value": "$60K",
        "label": "Traditional: 6-9 Weeks"
      },
      "after": {
        "value": "Days",
        "label": "AI-Assisted"
      },
      "change": "Same security, fraction of cost",
      "narration": "A traditional team would cost forty to eighty thousand dollars and take six to nine weeks. I built it in days with AI assistance. Same security standards. A fraction of the cost and time.",
      "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/17-three-tier-auth-landscape.mp4",
    "vertical": "/root/Projects/goodquestion-ai/videos/17-three-tier-auth-vertical.mp4"
  }
}