Skip to content

Examples

Live Demo

Interactive demo with four scenes: Basics, Dashboard, Streaming, and Component Catalog. Click the tabs at the top to switch between them.

Open fullscreen

Basics

Tabbed interface with overview (side-by-side boxes), ASCII bar chart, and data table. Core components and click routing.

Dashboard

Multi-panel monitoring dashboard with metric boxes, vector bar graph, service table, and scrolling log. Auto-refreshes every 2s.

Streaming

Realtime data streaming with vector line graph, live statistics, and event log. Updates every 500ms with pulsing status indicator.

Catalog

Component catalog with tabs for each component type: Text, Box, Layout, Table, Chart, Graph, Interactive. Keyboard navigation with arrow keys.


Sandbox

Write graticule code on the left, see it render on the right. Choose from pre-written samples or write your own. Press Ctrl+Enter to run.

Open fullscreen

Available Samples

SampleWhat it shows
Hello WorldMinimal app with a Box and Text
LayoutCol/Row nesting with sidebar layout
TableData table with column config
Line GraphMulti-series vector LineGraph
Bar GraphGrouped vector BarGraph
Live CounterKeyboard interactivity
Box StylesAll four BoxChars border styles

API Available in Sandbox

All graticule exports are in scope: app, grid, Box, Row, Col, Text, Table, BarChart, LineGraph, BarGraph, Tabs, Button, palette, BoxChars. setInterval is tracked for automatic cleanup.