Locara
← All components AI affordances

StreamingText

Wraps any text/markdown to render with a blinking caret while streaming.

Inspired by ChatGPT/Claude streaming cursor, Anthropic Workbench.

Preview

What it looks like.

The unified memory architecture in Apple Silicon means the CPU, GPU, and Neural Engine all share one pool of DRAM
Usage

Drop it into your app.

import { StreamingText } from '@locara/components'

<StreamingText isStreaming={isStreaming}>
  {markdownToReact(content)}
</StreamingText>

Or copy the source into your repo: locara add streaming-text