Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor44 } from "@/components/beste/piece/editor44";
<Editor44 />Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.
Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.
Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
export function Button({ label }) {return <button>{label}</button>;return <button className="btn">{label}</button>;}
Unified diff with tinted add and remove rows, line numbers, and +/− prefix column.
const name = 'Ayşe';const role = 'design';const team = 'core';
Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.