bx

Chain of Thought

A multi-step reasoning timeline showing how the assistant worked through a task.

Read the landing page
Found the hero, features, and footer — no pricing section yet.
Searched pricing patterns
Reviewed 5 SaaS layouts + Stripe Checkout.
Building the section
Composing a three-tier card layout with the CTA wired to /signup.
Verify responsive + a11y
tsx
<ChainOfThought defaultOpen>
  <ChainOfThoughtStep status="complete" label="Read the landing page">
    Found the hero, features, and footer — no pricing yet.
  </ChainOfThoughtStep>
  <ChainOfThoughtStep status="active" label="Building the section" />
  <ChainOfThoughtStep status="pending" label="Verify responsive + a11y" />
</ChainOfThought>

Installation

Terminal
$ bext ui add chain-of-thought