Interactive demos for Textric — text layout for AI.
| Demo | What it shows |
|---|---|
| AI Streaming | Split-view: Traditional DOM forced reflows vs Textric zero-reflow prediction |
| Poster Editor | fitText auto-sizing + drag-to-resize with real-time reflow |
| Chat Bubble | Canvas-rendered chat bubbles with measure() + truncation detection |
| Rich Text | measureRichText — mixed fonts/sizes aligned on shared baseline |
| Wrap Visualizer | Line-break decisions and per-line widths visualized |
| Benchmark | 100–20K measure() calls — real throughput numbers |
pnpm install
pnpm devOpen http://localhost:3000.
- Next.js 16
- Textric — text layout engine
- Tailwind CSS 4
- shadcn/ui components