The central hub and portal for projects, documentation, and static deployments from the xt-ml organization.
| Project | Live Site | Source Repository | Description |
|---|---|---|---|
| ShadowClaw | xt-ml.github.io/shadow-claw | xt-ml/shadow-claw |
Browser-native, personal AI assistant with local/remote LLM support, Web Workers, OPFS storage, and agentic tool execution. |
| ShadowClaw Template | xt-ml.github.io/shadow-claw-template | xt-ml/shadow-claw-template |
Starter template repository for authoring and deploying static websites, knowledge hubs, and agent skills driven by the ShadowClaw engine. |
Sites deployed across the xt-ml organization leverage ShadowClaw's dual-root static publishing pipeline and CLI.
Template sites and knowledge hubs can be developed and previewed locally using the shadow-claw CLI:
# Start local development server on http://127.0.0.1:8888
npx shadow-claw dev
# Or compile static production distribution into ./dist/public
npx shadow-claw build --prodWorkflows check out repository content and compile static distribution bundles via GitHub Actions using one of three strategies:
- Strategy A (Full Fork): Fork of
xt-ml/shadow-clawwith in-repo pages and custom components. - Strategy B (Pages-only Repo / Toolchain Checkout): Content-only repository checking out
xt-ml/shadow-clawas a CI build dependency. - Strategy C (CLI / NPM Package): Direct
npx shadow-claw build --prodworkflow without repository cloning.
For full details on authoring pages, declarative skills, custom element allowlists, and site branding, see the ShadowClaw Documentation.