zero2codex
OpenAI Codex workflow course

Course goal: ship your personal brand site

Build a personal brand site with Codex

Keep improving one project from an empty folder to a responsive one-page site with an introduction, projects, and contact details. Every lesson adds a visible result or a check toward that finish line.

Curriculum

Personal brand site build path

01

Start With Codex

Set up Codex and build the hero section of your personal brand site.

0/4
04

Ship Verified Changes

Test the site, check desktop and mobile views, and review the final diff.

0/3
Test The ChangeAdd focused checks for the site's theme and navigation without breaking earlier work.Browser VerificationOpen the real site and check content, navigation, and layout at desktop and mobile widths.
11 minReady

Browser Verification

Verify UI behavior where code tests alone are not enough.

browser inspectionvisual proofinteractive checks

Plain-language explanation

Some UI problems only appear in the rendered page. Browser verification lets Codex inspect the real screen, click through a flow, and report what it observed.

This does not replace code tests. It adds visual and interaction evidence for layout, copy, responsive behavior, and user flows.

Why it matters

A UI diff can pass tests and still look wrong. Browser verification catches issues that only exist in the running app.

Common beginner mistake

Beginners often assume unit tests prove a layout or interaction is correct without opening the page.

Step-by-step

  1. Start or identify the running app route.
  2. Name the viewport or state to inspect.
  3. Ask Codex to interact with the changed screen.
  4. Require a report of the visible state it verified.

Good prompt

Codex, after the UI change, start the dev server, open /settings in the browser, check desktop and mobile widths, click the save button, and report the visible state plus any console errors.

Try this

Choose one UI route and write a browser verification request that names the route, viewport, interaction, and evidence.

Completion checklist

  • The check uses the running app, not only static code review.
  • The report mentions the screen state or interaction that was observed.

Sources

Review Before AcceptingReview the site's full diff, test evidence, and any remaining visual or behavior risks.
08

Finish And Deliver The Site

Polish independent tasks in parallel, then complete one final acceptance review.

0/3

Practice lab

Copyable Codex prompts

Plan before coding

Codex, inspect the relevant files first, then propose a plan. Do not edit until the plan names tests and verification steps.

Verification checklist

  • Relevant files are named before edits begin.
  • The plan includes tests and verification commands.

Verify a UI change

Codex, start the dev server, open the route in the browser, check desktop and mobile layouts, then report the exact evidence.

Verification checklist

  • Desktop and mobile states are checked in the browser.
  • The final note includes exact evidence.

Review focused risk

Codex, review the uncommitted diff. Focus on behavioral regressions, missing tests, and accessibility issues. Do not modify files.

Verification checklist

  • Findings lead with severity and file references.
  • Unchanged files are left untouched.
Every good Codex request says what to change, what to preserve, and how to prove it worked.

Reference

Codex concepts to keep nearby