产品规划脑图. Copy the source, paste into the official playground, done. No coordinates — every position is stated relative to something else.
node core "Product 2027"
node growth "Growth" above-right of core
node platform "Platform" right of core
node team "Team" below-right of core
node seo "SEO" right of growth
node ref "Referral" below seo
edge core -> growth
edge core -> platform
edge core -> team
edge growth -> seo
edge growth -> refnpx reladraw mind-map.reladraw -o out.svgA product-planning mind map: one core node, three branches (growth, platform, team), two leaves off the growth branch. Use it in kickoff docs and strategy one-pagers — Reladraw keeps it versionable as plain text, unlike whiteboard tools.
node risks "Risks" below-left of core and edge core -> risks.node hiring "Hiring plan" right of team with edge team -> hiring.node seo "P0 · SEO" — P0/P1 prefixes survive copy-paste into docs.Yes — declare a center node, place branches around it (above-right, right, below-right), and grow leaves outward. As text, the map diffs cleanly in git and updates with one-line edits.
Cap each branch at five leaves; when it outgrows that, split a branch into its own diagram. Placement stays readable because every node is explicitly anchored to its branch.
Draw both edges to the same node — shared nodes render once and both connections stay visible, which is exactly what cross-cutting topics need.