README.md markdown
33 lines 1.6 KB
Raw
sha256:b5f647cb9c409f563d4671fe3fc05ddea01fabfed9b41fc11cb923588e1c1baf mirror: GitHub Phase A durable MCP OAuth (#270) Human minor ⚠ breaking 11 days ago

Landing page

Single-page site for Knowtation: intent, open source, what’s included, phases, mock pricing.

How to view in a browser

Option 1 — Open the file directly

  • macOS: From the repo root run:
    open web/index.html
  • Windows: Double-click web/index.html or run:
    start web/index.html
  • Or drag web/index.html into your browser window.

Option 2 — Serve with a local server (recommended if you edit links or add assets)

From the repo root:

# Python 3
python3 -m http.server 8000 --directory web

# Or with npx (if you have Node)
npx -y serve web -p 8000

Then open: http://localhost:8000

To follow the whitepaper link from the landing page (../docs/WHITEPAPER.md), serve the repository root instead so /docs/ is available, e.g. python3 -m http.server 8000 from the repo root and open http://localhost:8000/web/index.html. Or open docs/WHITEPAPER.md directly in the editor or on GitHub.

Replace your-username in the GitHub URLs inside index.html with your actual GitHub username or org before publishing.

Hosted deploy: One URL = knowtation.store. Landing at /, Hub at /hub/. "Open Knowtation Hub" points to https://knowtation.store/hub/. Deploy the whole web/ folder to 4Everland and set custom domain knowtation.store. Hub UI: set window.HUB_API_BASE_URL to your gateway (e.g. https://knowtation.store if API is same origin). See hub/gateway/README.md and docs/TWO-PATHS-HOSTED-AND-SELF-HOSTED.md.

File History 4 commits
sha256:b5f647cb9c409f563d4671fe3fc05ddea01fabfed9b41fc11cb923588e1c1baf mirror: GitHub Phase A durable MCP OAuth (#270) Human minor 11 days ago
sha256:d8c648b20a4d53b2673c5c082ee7edfa7b2fc9b11080832da1f38807b6bf940b fix(7C-L1b): route hosted delegation proposals through cani… Human minor 31 days ago
sha256:2827ba9e7632a4b141c50caf1e8f7d77abbc3515be20e7465f2bccb0ac4edf91 fix: repair endpoint now sets has_active_subscription when … Human minor 51 days ago