diff --git a/apps/web/components/sections/GeneratorShowcase.tsx b/apps/web/components/sections/GeneratorShowcase.tsx index 7ea7c96..0a0e7d9 100644 --- a/apps/web/components/sections/GeneratorShowcase.tsx +++ b/apps/web/components/sections/GeneratorShowcase.tsx @@ -33,6 +33,10 @@ const features: { title: string; body: string }[] = [ title: 'A real editor, not a dump', body: 'Reorder, relabel, and delete steps, point-and-add assertions, mark secrets as env vars, and switch personalities live.', }, + { + title: 'Run to verify', + body: 'Replay the recording in a fresh window and watch each step pass or fail — confirm it works before you ship, not after.', + }, { title: 'Export clean code', body: 'One click writes a @playwright/test spec or a standalone HumanJS script — the same codegen the library ships.', @@ -53,8 +57,9 @@ export function GeneratorShowcase() {

One command opens a real Chromium window and a local dashboard. As you click, type, scroll, and select, every action streams into a live editor as a step with a - role-first selector — then exports a clean, humanized Playwright test. No code until - you want it. + role-first selector. Hit Run to replay it and + watch every step go green, then export a clean, humanized Playwright test. No code + until you want it.

@@ -129,8 +134,19 @@ export function GeneratorShowcase() { - -
+ +
+ ▶ Run + + + Passed + + · 6 steps · 4.2s +
+
+ + +
{features.map((f) => (
diff --git a/apps/web/components/sections/Hero.tsx b/apps/web/components/sections/Hero.tsx index 95a3cd1..43803fd 100644 --- a/apps/web/components/sections/Hero.tsx +++ b/apps/web/components/sections/Hero.tsx @@ -62,7 +62,7 @@ export function Hero() { animate={shouldReduceMotion ? undefined : 'visible'} className="mb-8 font-mono text-[11px] uppercase tracking-[0.32em] text-muted" > - v0.9 + v0.10 / diff --git a/apps/web/components/sections/HonestLimits.tsx b/apps/web/components/sections/HonestLimits.tsx index cda4e31..1a681bd 100644 --- a/apps/web/components/sections/HonestLimits.tsx +++ b/apps/web/components/sections/HonestLimits.tsx @@ -57,7 +57,7 @@ export function HonestLimits() { · - latest v0.9 + latest v0.10