swarmvault demo

Create a bundled sample vault in a temporary directory and compile it immediately.

Usage

swarmvault demo
swarmvault demo --no-serve
swarmvault demo --port 4310

Options

  • --port <port> - Port for the graph viewer
  • --no-serve - Skip launching the graph viewer after compile

What It Does

demo is the fastest zero-config SwarmVault walkthrough:

  1. Creates a temporary vault under your system temp directory
  2. Seeds it with bundled sample markdown sources
  3. Runs init, ingest, and compile for you
  4. Writes wiki/graph/share-card.md, wiki/graph/share-card.svg, and wiki/graph/share-kit/ inside the demo vault
  5. Starts graph serve unless you pass --no-serve

Use this when you want to sanity-check an install, show someone the workflow on a clean machine, or inspect the graph/report/search artifacts before aiming SwarmVault at real material.

After the demo finishes, run swarmvault graph share --post from the printed vault path to see the copyable summary, swarmvault graph share --svg ./share-card.svg to write the visual card, or swarmvault graph share --bundle ./share-kit to write a portable folder for posting, linking, or screenshotting.

When --json is set, demo prints the temp vault path, share-card path, share-kit path, and the graph viewer URL when the server is started.