Your company's corpus

The company knowledge base your agents run on.

Your agents turn specs, transcripts, and brainstorms into rich, structured docs — canvases, boards, timelines — that compound into one company knowledge base every agent can read over MCP.

Open source · MCP-native · Deploy anywhere

architecture.mdxReadable by agents

Architecture

Loading canvas…

Every surface renders for your team — and is read by your agents over MCP.

One surface

Everything your company needs to document, in one place.

Product docs and architecture, the sales pipeline and runbooks, decisions, onboarding, OKRs, the org — every kind of company knowledge, authored as MDX in your repo and live below. Each surface renders for your team and serializes for your agents.

  • releases.mdxReadable by agents

    Releases

    1. 2024-01
      Sign up
      Email + password, magic-link optional.
    2. 2024-02
      Verify email
      Confirmation gate before the workspace opens.
    3. 2024-03
      Set up profile
      Name, avatar, role — the minimum to feel real.
    4. 2024-04
      Invite the team
      Seat invites, then the loop closes.
  • architecture.mdxReadable by agents

    Architecture

    Loading canvas…
  • compare.mdxReadable by agents

    Options matrix

    Job queue options
    CriterionSQSSelf-host RedisRabbitMQ
    No broker to run
    Exactly-once delivery
    No vendor lock-in
    Ops on-callNoneHighMedium
  • decisions.mdxReadable by agents

    Decision record

    ADR-014

    Adopt a managed job queue

    accepted2026-05
    Decision
    Use SQS for background jobs; no broker to run.
    Consequences
    • No ops on-call for the broker
    • Vendor lock-in to AWS
  • system-design.mdxReadable by agents

    System design

    Loading canvas…
  • pipeline.mdxReadable by agents

    Sales pipeline

    Open $1.7M · 19 prospects

    Prospecting

    2
    Northwind Retail
    Intro call booked — map the merchandising data flow first.
    ~$120K
    Vantage Bank
    Warm referral; awaiting security questionnaire before discovery.
    ~$300K

    Artifact Ready

    2
    Atlas Air
    Demo dataset + planted anomalies built; sending the artifact this week.
    ~$180K
    Cedar Foods
    Tailored deck ready; schedule the walkthrough with ops.
    ~$95K

    Demo

    2
    Helix Health
    Live demo done; following up on the readmissions use case.
    ~$250K
    Meridian Logistics
    Second demo for the wider team — bring forecasting scenarios.
    ~$140K

    Pre-PoC

    2
    Summit Insurance
    Scoping the PoC success criteria with their data lead.
    ~$220K
    Brightwave Energy
    Negotiating data access + the 6-week PoC plan.
    ~$160K

    PoC

    2
    Polaris Telecom
    PoC live on churn data; mid-point review next Tuesday.
    $200K
    Aster Manufacturing
    Anomaly detection running; expansion conversation started.
    $110K
  • incident-rca.mdxReadable by agents

    Root-cause analysis

    Loading canvas…
  • accounts.mdxReadable by agents

    Account

    Accounts service

    service

    Owns sign-up, verification, and the accounts store.

    Owner
    Platform team
    Endpoints
    6
    Store
    accounts (Postgres)
    SLA
    99.95%
  • standup.mdxReadable by agents

    Standup

    Status per person
    PersonDomainUpdateBlockers
    Maya ChenEngineeringShipped the MCP search ranking; reviewing the canvas serializer PR.
    Dev PatelDevOpsMigrated CI to the new runner; preview deploys are 2x faster.Waiting on prod secrets rotation
    Ren ItoFrontendLanded the dual-rep table; starting on the org-chart canvas tile.
    JohnQAWrote smoke suite for the redirect path; all green on staging.
  • okrs.mdxReadable by agents

    OKRs

    Loading canvas…
  • brand.mdxReadable by agents

    Brand

    Accent

    Accent weak

    Ink

    Display
    Inter · 680
    Body
    Inter · 400
    Code
    JetBrains Mono · 400

    One corpus. Humans and agents.

  • journey.mdxReadable by agents

    User journey

    Loading canvas…
  • launch.mdxReadable by agents

    Launch checklist

    Release checklist
    2 / 4 done
    Ship
    • Cut release branchMaya
    • Run smoke suiteDev
    • Update changelogRen
    Comms
    • Announce in #releases
  • onboarding.mdxReadable by agents

    Onboarding

    Evaluating

    2
    Managed (SQS)
    Self-host (Redis)

    Decided

    1
    Chosen: SQS
  • org.mdxReadable by agents

    Org chart

    Loading canvas…
  • team.mdxReadable by agents

    Team roster

    Maya Chen
    2 reports
    Eng lead
    platform
    Dev Patel
    Backend
    Ren Ito
    Frontend
  • brainstorm.mdxReadable by agents

    Brainstorm

    Loading canvas…
  • runbook.mdxReadable by agents

    Runbook

    On-call signals
    SignalSevFirst action
    5xx > 1%P1Page on-call
    p99 > 800msP2Check cart svc
    Queue depth ↑P3Scale workers

    Escalation

    After two failed retries, page the platform lead.
The shift

The whole industry is describing the same gap.

The people building this era keep circling one idea from different angles — your knowledge has to be readable by machines, not just people. They're naming the problem. superlore is the answer.

Everyone's circling the same idea: your knowledge has to be readable by machines, not just people. That's the whole point of superlore.

Quotes are about the problem space, not endorsements. One card is first-party.

The turn

Give your AI the whiteboard — and the whole doc.

You brainstormed on a whiteboard, closed the tab, and the thinking drifted. Now your AI thinks on the canvas inside the document and shows you — instead of handing back a wall of Markdown to decipher.

architecture.mdxCanvas · rendered
Loading canvas…

superlore turns the wall of Markdown an agent hands back into this live canvas inside your doc — the board your team reads is the typed graph your agents read.

your-kb.dev/docs/releases/links-api-2.4

Release · 2.4

Links API 2.4

Tighter rate limits at the edge, a cache-first redirect path, and a wider key space. The architecture below is the same typed graph a support agent queries.

Architecture

Loading canvas…
gw · API gateway

Changelog

  • SecurityPer-key rate limits and stricter auth scopes on /shorten.
  • FixedReject malformed and duplicate target URLs up front.
  • ChangedBase62 keyspace widened; retry on key collisions.
  • Added302s served from cache; sub-millisecond p99 on hot slugs.
  • AddedCache lookup before the DB, with negative-result caching for unknown slugs.
  • ChangedLinks partitioned by key prefix for faster reads.
  • ChangedClick events now emitted async — no redirect-path latency.

Rollout

  1. 2024-01
    Sign up
    Email + password, magic-link optional.
  2. 2024-02
    Verify email
    Confirmation gate before the workspace opens.
  3. 2024-03
    Set up profile
    Name, avatar, role — the minimum to feel real.
  4. 2024-04
    Invite the team
    Seat invites, then the loop closes.

Use case · Product docs & releases

Release notes that show what changed — not just tell.

A release page with a native architecture diagram and a changelog that's an actual timeline. The diagram an engineer reads is the typed graph a support agent queries — from one MDX source, no second authoring step.

  • Every change is typed(added · changed · fixed · security) so an agent can answer “what shipped in 2.4?” without parsing prose.
  • The changelog is a real Releases stack, the diagram a real Canvas — both serialize for agents.

This is a live superlore page, not a screenshot.

The loop

Write with AI. Review with comments. Hand it back.

The doc is the canvas. Drop comments right on it, Send to agent, and watch the prose and the diagram update together as the thread resolves.

The new standard

The new documentation standard, built for agents.

Author once; every agent reads the same structured source over MCP — one URL, the typed graph, not a screenshot. And it renders right in the editor your team already uses, so adopting it is a no-brainer.

Readable by agents
MCP server
/api/mcp

Compatible with any agent client — Claude, Cursor, Windsurf — over one MCP URL. The typed graph, not a screenshot.

  • search
  • get_page
  • list
  • navigate
  • get_component_data
Lives in your editor
VS CodeCursorWindsurf

One superlore preview extension runs in VS Code — and Cursor and Windsurf are VS Code-compatible forks, so the same extension renders superlore live there too.

Own it

It's MDX in your repo. You own it. Deploy it anywhere.

superlore is open source. Ship it to Vercel, Cloudflare, or your own box — your knowledge stays yours. Scaffold and author it with the superlore skills, preview it in your editor, and deploy when you're ready.

Private and secure when you want it — Google SSO and an org gate flip on from config, and your MCP inherits the same policy.

One corpus. Humans and agents.

Want it fully managed? superlore Cloud hosts your KB and its MCP for you — join the waitlist.

Open source · MCP-native · Auth-ready · Deploy anywhere

Built withsuperlore