Explore
Follow the connections
Open the public graph, search a topic, and click any memory to read the Markdown behind it.
Explore visuallyExplore a fictional startup’s connected memory, then use the real CLI against the same shared sandbox. No account. No setup maze.
Public · writable · reset hourly · fictional data only
Open the public graph, search a topic, and click any memory to read the Markdown behind it.
Explore visuallyOne command installs jumpyBrain and recalls the fictional company’s fundraising context in seconds.
Write a disposable finding with the CLI, refresh the graph, and see your new node join the map.
See write commandStart with the one-command demo. Then copy the session setup once to run the smaller examples in the same terminal.
curl -fsSL https://demojumpybrain.juttu.co/try | bash
export PATH="$HOME/.jumpybrain/bin:$PATH"
export JUMPYBRAIN_API_KEY="lqDEIHdxRSk9jgCIYBSBjQQmrHpIhDnmndksOmAP7j4Lzw38D1p4vsAIgNIID3ef"
export JUMPYBRAIN_DEMO_URL="https://demojumpybrain.juttu.co"
echo "Trying out jumpyBrain for the first time!" \
| jumpybrain remember --target-url "$JUMPYBRAIN_DEMO_URL" --type finding --title "First impression $(date -u +%Y%m%dT%H%M%SZ)"
jumpybrain search --target-url "$JUMPYBRAIN_DEMO_URL" --query "ideal customer profile" --limit 5
jumpybrain tree --target-url "$JUMPYBRAIN_DEMO_URL" --connections
Set up jumpyBrain against the public demo by fetching and following https://demojumpybrain.juttu.co/agent. Then recall what the fictional company remembers about fundraising struggles and summarize it for me. Treat the demo as public and disposable: do not send secrets or private information.