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 4310Options
--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:
- Creates a temporary vault under your system temp directory
- Seeds it with bundled sample markdown sources
- Runs
init, ingest, and compile for you - Writes
wiki/graph/share-card.md,wiki/graph/share-card.svg, andwiki/graph/share-kit/inside the demo vault - Starts
graph serveunless 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.