2026-04-18 (Site polish — pricing, onboarding UX, agents page)
/framework page
- Removed redundant "3 ways in" heading so the cards lead the section
- Pricing tier alignment fixed — descriptions flex-grow and price row is fixed-height, so Get Starter / Coming soon / Let's talk buttons line up across all three cards
- Replaced testimonials with Founding Community section — real GitHub avatars via
github.com/{handle}.pngplus dashed+slots for future builders - Removed post-purchase timeline section (low-signal noise)
- Integration logos switched from white silhouettes (
brightness-0 invert) to colored logos on white rounded tiles — real brand colors, more recognizable - FAQ refresh: dropped obsolete "upgrade Starter → Pro" question, added refund policy entry, clarified Pro launch status
- Starter CTA rerouted from
/authdirectly to/buildso users complete pain/outcome/scope capture before checkout
/build starter onboarding
- Reload always starts fresh: localStorage draft cleared on mount (was resuming from the last step)
- Step 7 rebuilt from scratch — killed the SVG network mesh, floating tooltip card, dark terminal cosplay, and the "agents aligning…" gate that delayed Continue
- Replaced with a Configuration summary card + a Personalized CLAUDE.md preview rendered from the user's answers, plus a clean 7-agent row with avatars + roles
- ~200 lines of animation timers, event arrays, and network-node coordinates deleted
- Continue button no longer gated by completion of an animation
/memory-doctor email gate
- Email-capture card now overlays a blurred preview of the actual report (header + donut score + stats + top 3 insights) — the user can see the report exists behind the form
- Mobile/iPad polish: responsive card widths (
max-w-md sm:max-w-lg), tighter stat cells on phones,autoComplete="email"+inputMode="email"for mobile keyboards - Preview is
aria-hidden+pointer-events-noneso it doesn't steal focus
/agents page
- Full rewrite. Cards are now clickable and link to
/resources/agents/{slug}docs pages - Emoji swapped for CreatureAvatar inside a tinted halo in each agent's own color (cortex purple, loom violet, radar blue, etc.)
- Cortex gets featured row (full-width on md+) as Chief of Staff
- Killed the
[Diagram placeholder]box. Replaced with a 4-step orchestration grid: Brain dump → Cortex routes → Specialist executes → You approve - Added closing CTA card linking to
/framework#pricingand/build
