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"
  ]}
/>