Quickstart

Generate your first mindmap in under five minutes.

1. Sign up

Create an account with email + password, Google, or GitHub. Free accounts start with 50 tokens (enough for several mindmaps).

2. Paste a YouTube URL

On the home dashboard, paste a public YouTube URL and click Generate. Use lectures, conference talks, or podcasts between 10–60 minutes for the best results.

bash
# Or via API
curl -X POST https://mindflow.ai/api/generate \
  -H "Content-Type: application/json" \
  -H "Cookie: session=$SESSION" \
  -d '{"url":"https://youtu.be/dQw4w9WgXcQ"}'

3. Explore

Click any node to open the research panel. Run quizzes from the Quiz tab. Switch to the Notes tab for a markdown rollup. Press F to enter focus mode and isolate a branch.

Token cost
Mindmap generation costs 5 tokens. Per-node research costs 1 token. Quizzes cost 1 token per generation. See Billing for the full table.
Was this page helpful?