Publishing your brain

Share your brain as a static website with graph view, search, and an agent-queryable API.

Preview locally

/dist:publish preview

This builds the site and opens it at http://localhost:8080.

Deploy to GitHub Pages

/dist:publish

This builds the Quartz site, generates agent.json automatically, creates a GitHub repo, and deploys. Your brain is live at https://username.github.io/brain/.

What others see

Humans

A website with:

  • Full graph view (colored by source)
  • Wikilink navigation (click any [[concept]])
  • Backlinks panel on every page
  • Full-text search
  • Tag pages for filtering

Agents

A manifest at /agent.json (generated automatically) with:

  • Source list with theses
  • Bridge concepts with descriptions and URLs
  • Navigation instructions
  • Bulk API endpoints (optional, for programmatic filtering)

Other agents can query your published brain:

/dist:brains add https://someone.github.io/their-brain/
/dist:research what does that brain say about integrity?

Community sharing

  1. Tag your repo distillary-brain on GitHub
  2. Add domain topic tags (entrepreneurship, psychology, etc.)
  3. Others can add your brain: /dist:brains add https://you.github.io/brain/
  4. Or clone it locally: /dist:brains clone https://you.github.io/brain/