Six-site documentation hub covering the AI context / memory stack. The first four compare Orectic and Penumbra (two products solving the same "AI needs business context" problem from opposite directions). The fifth is a sibling profile of Honcho (Plastic Labs). The sixth is a sibling profile of Supermemory, which bundles seven primitives (memory + RAG + connectors + POSIX filesystem + profiles
- extractors + qualitative analysis) into a single API and is the closest actual competitor to Honcho.
| Site | URL | Focus |
|---|---|---|
| Guide | orectic-penumbra-guide.pages.dev | Vocab + worked example (Acme query, 3 retrievals) |
| Arch | orectic-penumbra-arch.pages.dev | Architecture deep-dive — bottom-up vs top-down |
| Wiki | orectic-penumbra-wiki.pages.dev | A-Z glossary of every term used |
| Source | orectic-penumbra-source.pages.dev | Primary sources + background reading |
| Honcho | orectic-penumbra-honcho.pages.dev | Sibling profile — Honcho (Plastic Labs) |
| Supermemory | orectic-penumbra-supermemory.pages.dev | Sibling profile — Supermemory (the "bundle everything" play) |
- Single-file
index.htmlper site (Organized AI dark terminal theme) - Deployed to Cloudflare Pages via
wrangler - No build step, no JS framework, no external assets
docs/
├── guide/index.html
├── arch/index.html
├── wiki/index.html
├── source/index.html
├── honcho/index.html
└── supermemory/index.html
# per site (replace <slug> with one of: guide, arch, wiki, source, honcho, supermemory)
cd docs/<slug>
CLOUDFLARE_ACCOUNT_ID=691fe25d377abac03627d6a88d3eeac9 \
wrangler pages deploy . \
--project-name orectic-penumbra-<slug> \
--branch main \
--commit-dirty=trueBuilt with the organized-ai-project-guide skill. See organizedai.vip.