The Basel Standard Docs
A production docs surface for The Basel Standard.
LLM handoff
Copy a concise page brief or the full MDX source without digging through the docs shell.
The Basel Standard has a dedicated docs surface instead of treating the homepage like a development dump. Start here, then move into components, blocks, installation, and registry usage.
Install
Start with the registry workflow
Issue a token, install directly, and keep the package framing close to the shipped output.
Components
Review the core primitives
Button, card, table, navigation, and field-level patterns carry the same type and state rules.
Blocks
Move from primitives to resolved surfaces
Editorial and commerce blocks show how the same system scales into sellable compositions.
Registry
See what maps back to shipped items
The docs stay tied to install reality instead of drifting into abstract examples.
What this surface proves
- Installation stays close to the shipped registry output.
- Component docs explain hierarchy, state, and composition instead of stopping at import snippets.
- Block docs show how the same rules scale into editorial and commerce surfaces.
- Registry docs make the package boundaries legible before adoption.
What changed
- The landing page now sells the system instead of enumerating every example.
- The full internal showcase moved to
/preview. - Component and block docs now live under
/docs.
How to use this site
- Start with Installation if you want the registry workflow.
- Open Components for primitive-level docs.
- Open Blocks for reusable compositions.
- Read the Registry page to understand how the shipped items map back to
registry.json.