Guides
Guides
Short, task-focused recipes that combine NevoFlux features.
Practical recipes that combine the features in these docs. Each is something you can ask the agent to do today.
Research a topic and save the findings
- Open the sidebar (
Ctrl+Shift+A). - Ask: "research the top 3 options for X and compare them." The agent may spawn subagents to work in parallel.
- Save the result: "/brain-capture save that comparison." Recall it later with
/brain-recall.
Turn a page into a small app
- While viewing some data, ask: "/app a sortable table of this data with a search box."
- NevoFlux builds a Canvas app you can edit, export, or share.
Automate a repeating check
- Ask: "/loop 30m check this page and tell me if the status changes."
- Manage active loops via the
looptools; cancel when done.
Give the agent your own tool
- Define a tool in Settings → Canvas Tools using the whitelist TOML format.
- The agent and your Canvas apps can now call it safely.
Use NevoFlux from Claude Code
Run the agent in MCP mode (nevoflux --mcp) and add it to your
MCP client to drive the browser and computer from elsewhere.