Next-Gen Planning

NodeFlow Pro

Transform your plain-text plans into live, interactive dependency graphs. Real-time collaboration, automatic critical-path analysis, and AI-assisted planning — all in one tool.

30+ Project Templates
Real-time Multiplayer Sync
AI Plan Generation
DAG Dependency Graphs
NodeFlow Dashboard Interface
Built for Every Team

Works for any type of project.

Whether you're shipping code, planning a construction project, or producing a film — NodeFlow maps it all.

Software Engineering

Plan sprints, map dependency trees between microservices, and track parallel work streams flawlessly.

Construction & Urban

Model permit timelines, contractor handoffs, and site-phase dependencies with precision.

Business Strategy

Align cross-functional leaders around company milestones and track high-level executive deliverables.

AI-Assisted Planning

Describe your project in plain English. NodeFlow's local AI generates a complete task graph in seconds.

Simple by Design

From idea to graph in 3 steps.

01

Write in Markdown

Define stages, tasks, assignees, and dependencies in plain text using our intuitive syntax.

02

Auto-Generate the Graph

NodeFlow's engine instantly renders your plan as an interactive, dependency-linked node graph.

03

Collaborate in Real-time

Invite your team with a 6-character code. Everyone sees live updates — no refresh needed.

Markdown Native

Write. Map. Deploy.

NodeFlow's smart engine parses standard markdown headings, checklists, and ID references directly into interactive node graphs instantly.

  • Zero friction parsing Write your plan in plain text without dragging and dropping boxes.
  • Real-time Multiplayer Supabase WebSockets keep your entire distributed team perfectly in sync.
  • Robust dependency trees Automatically calculates critical paths and visualizes blockers.
plan.md
## Phase 1: Infrastructure
- [ ]1 Set up Server (3 days)
  @devops
  [ ](0)

- [ ]2 Configure Database (2 days)
  @db_admin
  [ ](1)

## Phase 2: Application Core
- [ ]3 Build API Endpoints (4 days)
  @backend_team
  [ ](2)

- [x]4 Write Unit Tests (2 days)
  @backend_team, @qa
  [ ](3)
⚡ Renders live as you type
Simple, Transparent Pricing

Plans for every stage of growth

Start free forever. Upgrade when your team is ready to scale. No hidden fees, no lock-in.

Monthly Yearly SAVE 20%
Starter
$0 forever free

 

Perfect for individuals exploring visual project planning — no card needed.

  • 3 active projects
  • 3 collaborators per project
  • All graph & timeline views
  • 3 AI plan generations / month
  • 30+ sample templates
  • Messages expire after 7 days
  • PDF / PNG export
  • Priority support
⭐ Most Popular
Pro
$9 /month

 

For professionals and small teams that need more power, history, and exports.

  • 20 active projects
  • 10 collaborators per project
  • All graph & timeline views
  • 30 AI generations / month
  • 90-day message history
  • PDF / PNG export
  • Email support (48 hr)
Team
$29 /month

 

For organisations that live and breathe collaborative, large-scale planning.

  • Unlimited projects
  • Unlimited collaborators
  • All graph & timeline views
  • Unlimited AI generations
  • Permanent message history
  • PDF / PNG export
  • Team admin dashboard
  • Custom project branding
  • Priority support (4 hr)
🔒 No card for Starter · ♻️ Cancel anytime · 🛡️ 30-day money-back · 🔐 You own your data

Full feature comparison

Feature Starter Pro Team
Capacity
Active projects320Unlimited
Collaborators / project310Unlimited
Chat message retention7 days90 daysForever
AI plan generations3 / month30 / monthUnlimited
Sample templatesView onlyFull accessFull access
Visualization
Dependency graph view
Road timeline view
Minimap & optimizer
PDF / PNG export
Team & Admin
Team admin dashboard
Custom project branding
Support
Support levelDocsEmailPriority
Response timeCommunity48 hours4 hours

Frequently Asked Questions

Do I need a credit card to start?

No. The Starter plan is completely free with no payment information required. You only need a card when you choose to upgrade to Pro or Team.

Can I change my plan at any time?

Yes. Upgrade, downgrade, or cancel any time from your account settings. Upgrades take effect immediately; downgrades apply at the end of your current billing period.

What happens to my data if I downgrade?

Your data is never deleted on downgrade. Excess projects are archived (not deleted) and can be restored when you upgrade again. Chat messages older than the tier limit become hidden but are retained for 30 days before permanent removal.

How does AI plan generation work?

Describe your project in plain language and NodeFlow's AI generates a structured, dependency-linked markdown plan ready to edit and visualise. Each generation from prompt to completion counts as one use. Unused generations do not roll over.

Is the Yearly plan automatically renewed?

Yes. Annual plans auto-renew each year. You'll receive a reminder email 14 days before renewal and can cancel any time before that date.

Do you offer refunds?

Paid plans come with a 30-day money-back guarantee. Contact support within the first 30 days of any paid subscription and we'll issue a full refund — no questions asked.

Choose your Username

How should other collaborators identify you?

NodeFlow

Visual Project Mapping

Welcome back, User

Here's what's happening with your projects today.

Join a Collaboration

Enter a 6-character invite code to join an existing project

Your Projects 0 active
Explore Sample Templates

AI Project Assistant

Welcome to NodeFlow

NodeFlow is an interactive project graphing and team collaboration platform.


Visual Navigation

  • Interactive Canvas: Click and drag anywhere on the background to pan around the graph. Use your mouse wheel or trackpad to zoom in and out.
  • Multiple Views: Toggle between the node Graph Layout and the chronological Road Timeline using the view buttons in the main interface.
  • Minimap tracker: Use the floating minimap for a macro-level view of complex projects and quick jump navigation.

Collaboration & Tracking

  • Task Details: Click any node to open its details pane. Review estimates, assigned members, and cross-dependencies.
  • Threaded Chat: Toggle the 'Chat' tab inside the detail view to communicate with your team natively scoped to that specific task.
  • Inviting Members: Open the "Settings" tab in the sidebar to copy your Project Invite Code for collaborators.
  • Completion Status: Click the "⚙ In Progress" / "✓ Completed" badge at the top of the Task details pane to visually flip its state across the app.
🧠 AI Assistant Workflow

Accelerate your project planning by leveraging our built-in local LLM AI.

  1. Navigate to the ✨ AI Plan tab in the sidebar.
  2. Describe the application or goal you're building.
  3. Outline the team members and their roles.
  4. Select your desired detail granularity (Broad vs Precise) and click 'Generate'.

The AI will automatically structure a Markdown blueprint and inject it directly into the parser for immediate visualization!

⚙️ Advanced Editor Syntax (Owners Only)

As a Project Owner, you define the architecture via raw text interpretation in the Editor view. Here are the core structural mechanisms:

1. Stages

  • Syntax: ## [Stage Name]

2. Task Nodes

  • Syntax: - [ ]<Task ID> <Label> (<Duration> days)
  • Example: - [ ]1 Design Wireframes (5 days)
  • Pro Tip: Place @Name tags before tasks to assign them!

3. Dependencies

  • Link tasks to previously established nodes using parentheses on their own line.
  • Syntax: [ ](1, 2) forces the current target task to depend on Task 1 and Task 2 finishing first.
Select a Task
Click a task on the graph to see its details.
● Checking Connection...