NevoFlux
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

  1. Open the sidebar (Ctrl+Shift+A).
  2. Ask: "research the top 3 options for X and compare them." The agent may spawn subagents to work in parallel.
  3. Save the result: "/brain-capture save that comparison." Recall it later with /brain-recall.

Turn a page into a small app

  1. While viewing some data, ask: "/app a sortable table of this data with a search box."
  2. NevoFlux builds a Canvas app you can edit, export, or share.

Automate a repeating check

  1. Ask: "/loop 30m check this page and tell me if the status changes."
  2. Manage active loops via the loop tools; cancel when done.

Give the agent your own tool

  1. Define a tool in Settings → Canvas Tools using the whitelist TOML format.
  2. 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.

On this page