A live tour of every menuet feature.
Catalog isn't a real product — it's the reference app inside the menuet repo that demonstrates every API. Alerts with inputs, search fields, styled titles, badges, semantic colors, submenus, notifications. Skim the source as a cheat sheet.
MessageText only, InformativeText only, both, two buttons, three buttons, text inputs, secure password inputs — one menu row each, so you can see what they actually look like.
Real Runs in action — bold team labels, monospaced scores, LIVE pill badges, semantic colors that adapt to light and dark mode.
An in-menu search field with live results — the same pattern any menuet app uses for type-to-filter.
Nested Children at multiple levels, plus subtitles and checkmarks on rows for completeness.
One-tap firing of plain, two-button, and inline-reply notifications so you can study the Identifier-deduping semantics.
Read the source — every code path in menuet is exercised here. Copy what you need into your own app.
It’s a few hundred lines of Go on top of menuet — the same library you can use to build your own menu‑bar app. Read the source, or start your own.