Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

orectic-penumbra-docs

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)

Stack

  • Single-file index.html per site (Organized AI dark terminal theme)
  • Deployed to Cloudflare Pages via wrangler
  • No build step, no JS framework, no external assets

Repo layout

docs/
├── guide/index.html
├── arch/index.html
├── wiki/index.html
├── source/index.html
├── honcho/index.html
└── supermemory/index.html

Deploy

# 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=true

Built with the organized-ai-project-guide skill. See organizedai.vip.

About

4-site documentation hub comparing Orectic and Penumbra AI products — vector stores, knowledge graphs, GraphRAG explained with a worked example

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors