Today you bolt a chatbot widget onto a site. The new way: drop in one signed MEOK Hatch and the site gains a governed agent, a dual-brain that runs online and offline, memory that follows you across surfaces, and an identity you can verify yourself, in your own browser. Not "trust our widget" — verify the sovereign.
LIVE — this very page is running a Hatch
Screen-aware — it reads the page (headings, links, forms, selection) so it can actually help, not just chat.
Runs a bounded Plan→Do→Check→Act loop through the site's own governed commands. Type do: … in the dock.
Routes to the hosted brain, falls back to an on-device model (Ollama/llamafile), then a governed stub. It never goes dark.
Ed25519, governed by a care-floor + a 22-of-33 BFT council. The badge below verified the sovereign key in your browser.
<!-- 1. name your Hatch --> <script>window.SOVEREIGN_CONFIG = { brand: 'YourCo', accent: '#c9a84c', hatch: 'https://os.meok.ai/api/hatch?name=Aria&archetype=owl' };</script> <!-- 2. one line --> <script src="https://os.meok.ai/sovereign-embed.js" defer></script>