Kingy AI professional course
Codex Zero to Hero
Learn OpenAI Codex, GitHub, Git, Vercel, AI coding agents, and real-world software shipping from absolute beginner to expert workflows.
This course teaches product-builder thinking: define outcomes, prompt clearly, inspect safely, review code, test changes, protect secrets, and ship with rollback plans.

Plan the brief, context, QA pass, and human approval gate before you publish.
What You Will Learn
Codex foundations
What Codex is, where it fits, and how surfaces differ.
Git and GitHub
Branches, commits, issues, pull requests, reviews, and safe undo.
WordPress and web apps
Custom HTML pages, tools, calculators, dashboards, React, Next.js, and QA.
Expert workflows
CLI, cloud/web tasks, skills, MCP, subagents, evals, security, and capstones.
What Codex Can Help You Build
Websites and landing pages
Improve pages, fix layout bugs, build scoped WordPress assets, and review mobile behavior.
Apps and dashboards
Create small web apps, dashboards, forms, reports, and internal tools with reviewable steps.
Shipping systems
Use issues, branches, PRs, previews, QA checks, deployment notes, and rollback plans.
Learning Paths
Beginner path
Modules 0-7 for vocabulary, setup, prompting, and /goal.
WordPress publisher path
Modules 2, 6, 9, 10, 19, and 23.
Founder/operator path
Modules 5, 11, 17, 18, 21, and 24.
Web app builder path
Modules 3, 11, 12, 13, 14, 16.
Developer path
Modules 4, 8, 13, 14, 15, 20, 22.
GitHub/Vercel path
Modules 4, 15, 16, 23.
Full Curriculum
25 modules, 175 lessons, 500+ prompts, 200+ glossary terms, quizzes, assets, capstones, and owner publishing instructions.
Course Orientation and Setup
7 lessons
- Welcome to Codex Zero to Hero
- How to Use This Course Without Getting Overwhelmed
- Pick Your Builder Path
- Set Up Your Learning Workspace
- Create Your First Safety Rules
- Use the Course Progress Tracker
- Orientation Mini-Capstone: Your Codex Learning Plan
What Codex Is and Why It Matters
7 lessons
- What Codex Is in Plain English
- Where Codex Fits in Modern Software Development
- What Codex Can and Cannot Do
- Codex App vs CLI vs IDE Extension vs Cloud/Web
- Availability, Plans, Rollouts, and Surface Differences
- The Human Review Loop
- Module Capstone: Choose the Right Codex Surface
Absolute Beginner Coding Concepts
7 lessons
- What Code Is
- What a Repo Is
- What a File Tree Is
- HTML, CSS, and JavaScript in Plain English
- Frontend, Backend, and Full Stack
- Dependencies, Package Managers, and Build Tools
- Module Capstone: Explain a Simple Web Project
Developer Environment Setup
7 lessons
- What a Terminal Is
- What a Command Is
- Local Project vs Production Site
- Install and Check Git Conceptually
- Node.js, npm, and Project Scripts
- Editors, IDEs, and Codex Context
- Module Capstone: Prepare a Safe Local Workspace
Git and GitHub for Codex Users
7 lessons
- What Git Tracks
- Branches, Commits, and Diffs
- Pull Requests and Code Reviews
- Merge Conflicts in Plain English
- GitHub Issues as Codex Task Briefs
- Secrets, .gitignore, and Safe Undo
- Module Capstone: Run a Safe Branch Workflow
How to Think Like a Builder
7 lessons
- Outcomes Before Tools
- Turn Ideas into User Stories
- Define Done Before Codex Starts
- Slice Large Projects into Small Changes
- Design for Reviewability
- Use Constraints to Improve Results
- Module Capstone: Write a Build Brief
Codex Prompting Foundations
7 lessons
- Goal, Context, Constraints, Done-When
- Small Prompt vs Large Prompt
- Use File References and Examples
- Ask for Plan, Edit, Test, Explain
- Bad Prompt vs Better Prompt vs Expert Prompt
- Prompting for Design Without Vague Taste Words
- Module Capstone: Build a Prompt Pack
The /goal Method
7 lessons
- What Goal Mode Does
- When to Use /goal vs a Normal Prompt
- Write Measurable Goal Criteria
- Split Giant Goals into Goal Phases
- Steer, Pause, Resume, and Edit Goals
- Ask Codex for Status Without Losing the Thread
- Module Capstone: Create a Production-Ready /goal
Codex for Reading and Understanding Codebases
7 lessons
- Ask Codex to Inspect Before Editing
- Map a Repo Without Panic
- Find the Files That Control a Feature
- Explain Data Flow and User Flow
- Ask for Risks and Unknowns
- Create Repo Notes and AGENTS.md-Style Guidance
- Module Capstone: Codebase Orientation Report
Codex for Editing Existing Websites
7 lessons
- Make Small Website Changes Safely
- Fix Layout Bugs Without Breaking Themes
- Inspect CSS Before Adding CSS
- Work With Images, Links, and Navigation
- Mobile-First Website Edits
- Request Before/After QA Notes
- Module Capstone: Improve an Existing Page
Codex for Building Landing Pages and WordPress Assets
7 lessons
- Plan a WordPress Custom HTML Page
- Scope CSS Under a Parent Class
- Build Fast, Semantic Sections
- Create Prompt Libraries and Glossaries
- Create Calculators Without Backend Risk
- Avoid Duplicate Schema and Empty Links
- Module Capstone: Publish-Ready WordPress Asset
Codex for Building Web Apps
7 lessons
- From Feature Idea to App Scope
- Static Prototype vs Real App
- Forms, State, and Local Storage
- API Calls and Error States
- Dashboard and Internal Tool Patterns
- App QA Before Shipping
- Module Capstone: Mini Web App
Codex for JavaScript, TypeScript, React, and Next.js
7 lessons
- JavaScript You Need to Read AI Code
- TypeScript in Plain English
- React Components and Props
- State, Events, and Effects
- Next.js Routing and Rendering Basics
- Ask Codex to Modernize Carefully
- Module Capstone: React/Next.js Feature
Codex for Debugging and Fixing Bugs
7 lessons
- Give Codex Reproduction Steps
- Read Error Messages
- Debug Frontend Layout Problems
- Debug Build and Dependency Problems
- Debug API and Environment Variable Issues
- Ask for Root Cause, Fix, and Regression Test
- Module Capstone: Bug Fix Report
Codex for Testing, QA, and Refactoring
7 lessons
- What Tests Are For
- Linting, Formatting, and Type Checks
- Manual QA That Beginners Can Do
- Accessibility and Mobile QA
- Refactor Without Changing Behavior
- Ask Codex for a Review Pass
- Module Capstone: QA and Refactor Plan
Codex for GitHub Issues, Branches, Pull Requests, and Reviews
7 lessons
- Turn Ideas into GitHub Issues
- Ask Codex to Work From an Issue
- Create Clean Branches and Commits
- Write Better Pull Request Descriptions
- Review Diffs Like an Owner
- Address Review Comments Safely
- Module Capstone: Ship a Pull Request
Codex for Deployments, Vercel, Hosting, and Rollbacks
7 lessons
- What Deployment Means
- When Vercel Fits
- Connect GitHub to Vercel Conceptually
- Preview Deployments and Production Deployments
- Build Errors, Logs, and Environment Variables
- Rollback and Incident Basics
- Module Capstone: Deployment Readiness Plan
Codex for Data Projects, Reports, Dashboards, and Automation
7 lessons
- CSV and Spreadsheet Workflows
- Ask Codex for Data Cleaning Plans
- Build a Report Generator
- Create a Dashboard Prototype
- Local Automations With Human Approval
- Document Repeatable Data Workflows
- Module Capstone: Data Report Workflow
Codex for APIs, Integrations, and Environment Variables
7 lessons
- What an API Is
- Endpoints, Requests, and Responses
- Environment Variables and Secrets
- Mock APIs Before Real Credentials
- Handle Errors and Rate Limits
- Security Review for Integrations
- Module Capstone: Safe API Integration Brief
Codex for WordPress, SEO Tools, Calculators, and Interactive Pages
7 lessons
- WordPress Page Types and Blocks
- Custom HTML Block Safety
- Build an SEO Helper Tool
- Build a Calculator
- Create Internal Links Without Fake URLs
- Owner-Friendly Publishing Instructions
- Module Capstone: WordPress Tool Page
Advanced Codex CLI, Config, Models, and Local Workflows
7 lessons
- CLI Mental Model
- CLI Slash Commands and Goal Mode
- Config Basics and Project Defaults
- Approvals, Sandbox Concepts, and Permissions
- Model Selection Without Overpromising
- Non-Interactive and Scripted Workflows
- Module Capstone: Local Codex Workflow
Codex Cloud/Web, Parallel Tasks, and Long-Running Work
7 lessons
- Local Threads vs Cloud Threads
- Cloud Environment Basics
- Parallel Task Planning
- Avoid File Conflicts Across Threads
- Long-Running Goals and Status Updates
- Review Cloud Results Before Merging
- Module Capstone: Parallel Work Plan
Skills, MCP, Subagents, and Expert Agent Workflows
7 lessons
- What Skills Are
- What MCP Is
- When to Use Connectors and MCP Servers
- Subagents and Parallel Review
- Custom Agents and Role Design
- Evaluation Loops and Scored Improvement
- Module Capstone: Expert Agent Workflow
Security, Privacy, Secrets, Safe Automation, and Production Readiness
7 lessons
- Secrets and API Keys
- .env and .gitignore Safety
- Least Privilege Permissions
- Dependency and Supply Chain Risk
- Prompt Injection and Untrusted Content
- Production Readiness Checklist
- Module Capstone: Security Review
Expert Capstones, Portfolio Projects, and Certification
7 lessons
- Choose Your Capstone Track
- Capstone 1: WordPress Course Page System
- Capstone 2: SaaS Landing Page and Calculator
- Capstone 3: Next.js Dashboard
- Capstone 4: GitHub/Vercel Shipping Workflow
- Final Exam Preparation
- Certification Checklist and Portfolio Story
Capstone Preview
WordPress course system
Build and QA a scoped WordPress course page with prompts and downloads.
Next.js dashboard
Plan, build, test, deploy, and review a small dashboard.
Shipping workflow
Run a GitHub issue to PR to Vercel preview workflow with rollback notes.
FAQ
Do I need to be a developer?
No. The course starts with plain-English coding concepts, then builds toward expert workflows.
Does everyone have every Codex feature?
No. Availability can depend on plan, account type, operating system, app version, workspace settings, organization settings, rollout status, and product surface.
Can I deploy generated code directly?
No. Review all code, test in local or preview environments, protect secrets, and keep rollback steps.
Related Kingy AI Resources
Kingy AI homepage
Confirmed Kingy AI page for related learning or business context.
OpenAI Codex Course for Beginners
Confirmed Kingy AI page for related learning or business context.
AI Coding Foundations for Beginners
Confirmed Kingy AI page for related learning or business context.
AI Agents for Beginners
Confirmed Kingy AI page for related learning or business context.
AI Browser Agents for Beginners
Confirmed Kingy AI page for related learning or business context.
AI Video Production Course for Beginners
Confirmed Kingy AI page for related learning or business context.
Microsoft Copilot Zero to Hero
Confirmed Kingy AI page for related learning or business context.
AI Search Visibility Calculator
Confirmed Kingy AI page for related learning or business context.
Sponsored Video ROI Calculator
Confirmed Kingy AI page for related learning or business context.
Source and Accuracy Note
Codex features change. This course was prepared from official OpenAI Codex docs/manual plus official Git, GitHub, Vercel, WordPress, MDN, Node.js, Next.js, and React docs. Verify plan-dependent and rolling features before publishing claims.
Human Approval Checklist
Use this page as a learning aid, not a replacement for judgment. Before publishing or relying on work from this lesson, confirm:
- The outcome is clear and useful for a real beginner or site owner.
- Codex inspected relevant context before editing or recommending changes.
- No secrets, API keys, private data, fake links, fake pricing, or unsupported product claims were added.
- Mobile layout, copy buttons, forms, links, and empty states were tested.
- A rollback, revert, draft restore, or removal path is documented.
Want your AI product explained to a large AI-native audience?
Kingy AI helps AI companies turn complex products into clear, useful YouTube videos that drive awareness, product understanding, demos, clicks, and search visibility.

