app
Dock Bar SDK
Public Made by Adomby adom
The Adom Hydrogen dock bar SDK: drop a dock.json/dockbar.json manifest into your wiki app repo and it becomes a dock candidate. Full manifest reference (webview, container_command steps with --print-url, console show/hide, the ai block) plus the click lifecycle, defaults, testing, and the publisher checklist.
{
"slug": "hydrogen-dock-sdk",
"title": "Dock Bar SDK",
"type": "app",
"version": "1.1.1",
"description": "The Adom Hydrogen dock bar SDK: drop a dock.json/dockbar.json manifest into your wiki app's repo and it becomes a dock candidate. Full manifest reference — webview, container_command steps with --print-url, console show/hide, and the ai block (new vs existing thread, staged vs auto submit, typed tutorial mode) — plus the click lifecycle, defaults, testing, and the publisher checklist.",
"tags": [
"adom-hydrogen",
"dock",
"sdk",
"manifest"
],
"dependencies": {},
"discovery_triggers": [
"make my app dock-ready",
"add my app to the hydrogen dock",
"dock.json reference",
"dockbar.json manifest",
"dock bar sdk"
],
"discovery_pitch": "The manifest contract for putting a wiki app in the Adom Hydrogen dock bar: dock.json fields, launch steps, AI-thread options, and defaults.",
"sample_prompts": [
{
"label": "Make an app dock-ready",
"prompt": "make my wiki app launchable from the Adom Hydrogen dock"
},
{
"label": "AI thread on launch",
"prompt": "when my dock app opens, stage a prompt in a new AI thread without submitting it"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"type": "image",
"path": "docs/hero.png"
},
"author": {
"name": "Kyle Bergstedt",
"email": "[email protected]"
},
"org": "adom",
"brief": "The Adom Hydrogen dock bar SDK: drop a dock.json/dockbar.json manifest into your wiki app repo and it becomes a dock candidate. Full manifest reference (webview, container_command steps with --print-url, console show/hide, the ai block) plus the click lifecycle, defaults, testing, and the publisher checklist.",
"updated_at": "2026-08-08T21:56:18.421Z"
}