AI-native web infrastructure.
Every page is a typed JSON endpoint. Every site is an MCP server.
OlonJS is an open-source JavaScript framework that introduces a deterministic machine contract between websites and AI agents.
The guiding principle is simple: the JSON data structure is the contract.
From a single Zod-typed source, OlonJS derives rendering, validation, machine access, and SEO — simultaneously.
Every OlonJS site natively exposes:
/{slug}.json— a typed JSON sidecar for every page routewindow.navigator.modelContextProtocol— a live MCP server inside the browser tabdata-jp-*DOM attributes — semantic anchors readable by agents and dev tools
No scraping. No fragile selectors. Just pure, validated data.
| Package | Description |
|---|---|
@olonjs/core |
The sovereign runtime engine — routing, state, deterministic rendering, and the ICE visual studio |
@olonjs/cli |
Scaffolds new tenants from typed DNA templates |
@olonjs/stack |
Enterprise dependen |