Zen Mode

Minimal focus card with a focus icon, current filename, and an exit-shortcut reminder.

Zen Modemanifesto.md
Exit+K+Z

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor32 } from "@/components/beste/piece/editor32";

<Editor32
  filename="manifesto.md"
  shortcut={[
    "⌘",
    "K",
    "Z"
  ]}
/>

More Editor pieces

View all Editor
Theme

Settings card with a segmented light / dark / system toggle and icon plus label per option.

Your page looks empty

Start by adding your first block.

Empty Page

editor47

Centered editor placeholder with a soft icon tile, headline, hint line, and a recolorable call-to-action pill.

Launch Checklist

Ship with confidence by running through the five-point review.

  • Verify preview URL
  • Run smoke suite
  • Tag the release
pnpm release

Rendered markdown mini card with a heading, lede paragraph, bullet list, and inline code chip.

File Tree

editor5

Nested file explorer with folder chevrons, amber folder icons, and a highlighted active file.

format
  • Format DocumentEditor
  • Format SelectionEditor
  • Reveal in File ExplorerFile

Command palette card with a search bar, ranked results, hint captions, and kbd shortcut pills.

greet.ts
export function greet(name: string) {
return `Hello, ${name}!`;
}
 
// Ship it

Theme-adaptive editor window with traffic-light header, filename, and a tokenized code body.