# caps.vonng.com

> CapsLock: turn the most useless key on the keyboard into a fifth modifier. A two-page project site whose second page is a data-driven interactive configurator.

---

LLMS index: [llms.txt](/llms.txt)

---

[caps.vonng.com](https://caps.vonng.com/) is a two-page-per-language
site for the Capslock keyboard enhancement: a home page and an interactive
configuration generator. The generator reads `data/capslock-v3.json` and uses
a custom `customizer` shell type alongside the regular documentation shell.

## What it demonstrates {#what-it-demonstrates}

- The practical lower bound of an OINK site: a tiny project needs no front-end
  application just to publish a tool and its introduction.
- Extending the shell registry for one purpose-built interactive page.
- Keeping generator data separate from its presentation and bilingual prose.

Use this pattern when documentation is small but one interactive tool deserves
the same navigation, theme, and language controls as the rest of the site.

→ [Layout configuration](/docs/customize/layout/) · [All OINK cases](/case/)
