bx

Response

Renders a streamed markdown reply — headings, lists, links, and fenced code blocks.

Pricing section added

I created a responsive, three-tier layout:

  1. Starter — free, for trying things out
  2. Pro — for growing teams
  3. Business — SSO + priority support

Each card uses your --primary token and the CTA calls:

ts
await deploy({ tiers: 3, cta: "/signup" });

See the pricing guide for the full API.

tsx
<Response>{`
## Pricing section added

I created a responsive, three-tier layout:

1. **Starter** — free
2. **Pro** — for growing teams

```ts
await deploy({ tiers: 3 });
```
`}</Response>

Installation

Terminal
$ bext ui add response