Back to home
User Guide

Getting started with Keydix

A step-by-step guide to designing AI prompts with mind maps.

1Quick start

01
Sign up / Log in
Create an account with Google or email. No credit card required.
02
Create a workspace
A workspace is a folder for your mind maps. You'll be guided on first login.
03
Create a mind map
Start a new mind map or choose a template (payment module, auth system, etc.).
04
AI node generation
Describe your requirements in plain language and Claude generates the mind map structure automatically.
05
Generate prompt
Compile your mind map into an XML prompt ready for Claude or Cursor in one click.

2Understanding node types

Mind map nodes come in 5 types. Each type maps to a different section of the generated prompt.

ROOT
Project goal, AI role definition
<Role>
ENTITY
DB schema, API structure, data models
<Data_Schema>
ACTION
Feature spec, implementation steps
<Instructions>
CONSTRAINT
Tech stack, constraints, rules
<Constraints>
NOTE
Memos, references (excluded from prompt)

3AI features

AI node generation

In the editor right panel, describe your requirements in plain language and AI creates nodes and connections automatically.

"Build a user auth system with Next.js and Supabase.
Support OAuth and email login."
Free: 10/monthPro: Unlimited
Prompt generation

Click "Generate Prompt" in the editor toolbar to convert your entire mind map into an XML prompt. Copy and paste into Claude or Cursor.

<Role> ROOT node content </Role>
<Constraints> CONSTRAINT nodes </Constraints>
<Data_Schema> ENTITY nodes </Data_Schema>
<Instructions> ACTION nodes </Instructions>

4MCP integration (Claude Desktop / Cursor)

With MCP connected, Claude and Cursor automatically reference your mind map when generating code — no more copy-pasting prompts every time.

1. Get an API key

Dashboard → Workspace settings → Generate API key
The key is shown only once — copy it immediately.

2. Add to Claude Desktop config
// ~/.claude/claude_desktop_config.json
"keydix": {
  "command": "npx",
  "args": ["-y", "@keydix/mcp-server"],
  "env": { "KEYDIX_API_KEY": "your-key" }
}

5Pricing

Free
$0
  • • 3 mind maps
  • • 1 workspace
  • • 10 AI generations/month
  • • Unlimited prompt generation
  • • Basic MCP integration
Pro
$12/mo
  • • Unlimited mind maps
  • • 5 workspaces
  • • Unlimited AI generations
  • • Version history
  • • Semantic search
  • • Full API key management

Frequently asked questions

Is 10 AI generations per month enough?

Picking a template first auto-generates the base structure, saving your quota. For unlimited generations, upgrade to Pro.

Can the people I share with edit my mind map?

No, shared links are read-only. Recipients can view but cannot edit.

What is MCP integration?

Connect Keydix to Claude Desktop or Cursor so AI automatically references your mind map's data structure and rules when generating code.

My mind map doesn't seem to be saving

Check the save status indicator in the editor toolbar. Auto-save runs every 30 seconds. A manual save button is also available.

What happens to my data if I cancel my subscription?

Your data is kept. If you exceed the free plan limit (3 mind maps), excess maps become read-only.

Ready to get started?

No credit card required · Free plan available

Start for free
Keydix — Design AI Prompts with Mind Maps