Live Menu Examples

Mobile menus built with Claude

Working navigation you can open, drill into and back out of — not a screenshot. Every menu here is hand-written by Claude in one conversation: the transitions, the focus handling, the reduced-motion fallback. No plugin, no framework. The same patterns go straight into the pages Claude builds.

Navigation patterns, running live

Open the demo, tap the hamburger, then tap a section. Try it on your phone as well as your desktop — the demo puts itself in a device frame on wide screens and goes full-bleed on a real handset.

Aurelia — Drill-Down

01

Push navigation three levels deep — tap a section and the level slides away as its submenu slides in, with a two-stage hamburger and items that divide the height evenly.

Drill-downMinimal

What this menu demonstrates

One self-contained HTML file, no dependencies. Claude writes the markup, the transitions and the state handling directly, so it drops into any page without a build step.

Push, not expand. Tapping a section slides the current level off to the left while its submenu comes in from the right. A deep menu never turns into a long scroll, and the back row walks you home one level at a time.

Depth is markup. Every level is a pane with a parent attribute; a small array tracks where you are. Adding a fourth level means adding a pane — no code changes, no configuration.

Two-stage morph. The hamburger bars translate together first, then rotate into the cross, and reverse on close. It is the small timing detail that separates a considered menu from a default one.

Even distribution. Items divide whatever height is left after the bar and title, so a four-item level and a six-item level both look composed without per-menu spacing tweaks.

Keyboard and motion. Escape steps up a level before it closes, focus rings stay visible, and a reduced-motion preference collapses every transition to an instant state change.

Themed by variable. Colour, bar height and easing are CSS custom properties at the top of the file, with a dark scheme already wired. Rebranding it is a handful of values.

Your navigation could work like this

Describe the menu your site needs — a drill-down, a mega menu, a sticky bar that shrinks on scroll — and Claude designs it, builds it and wires it into your pages, live on your own hosting from £6.99/month.