Skip to main content
aitoolsatlas.ai
BlogAbout

Explore

  • All Tools
  • Comparisons
  • Best For Guides
  • Blog

Company

  • About
  • Contact
  • Editorial Policy

Legal

  • Privacy Policy
  • Terms of Service
  • Affiliate Disclosure
Privacy PolicyTerms of ServiceAffiliate DisclosureEditorial PolicyContact

© 2026 aitoolsatlas.ai. All rights reserved.

Find the right AI tool in 2 minutes. Independent reviews and honest comparisons of 890+ AI tools.

  1. Home
  2. Tools
  3. Developer Tools
  4. Decision Node
  5. Pricing
OverviewPricingReviewWorth It?Free vs PaidDiscountAlternativesComparePros & ConsIntegrationsTutorialChangelogSecurityAPI
← Back to Decision Node Overview

Decision Node Pricing & Plans 2026

Complete pricing guide for Decision Node. Compare all plans, analyze costs, and find the perfect tier for your needs.

Try Decision Node Free →Compare Plans ↓

Not sure if free is enough? See our Free vs Paid comparison →
Still deciding? Read our full verdict on whether Decision Node is worth it →

🆓Free Tier Available
💎1 Paid Plans
⚡No Setup Fees

Choose Your Plan

Free

$0/month

mo

  • ✓MIT-licensed software
  • ✓MCP server for AI coding tools
  • ✓CLI install via npm i -g decisionnode
  • ✓Structured JSON decision storage
  • ✓Semantic search with Gemini gemini-embedding-001 embeddings
  • ✓Local web UI with graph, vector space, and list views
  • ✓No hosted Decision Node subscription tier identified
  • ✓Requires a user-managed Gemini API key for embeddings; Google lists gemini-embedding-001 at free of charge on the Gemini API free tier, $0.15 per 1M input tokens on paid Standard, and $0.075 per 1M input tokens on paid Batch
Start Free Trial →

Pricing sourced from Decision Node · Last verified March 2026

Is Decision Node Worth It?

✅ Why Choose Decision Node

  • • Semantic search finds relevant decisions even with different terminology
  • • Works across all major AI coding tools via MCP
  • • Local storage keeps sensitive decisions on-premises
  • • Visual UI helps teams explore decision relationships
  • • Structured format prevents decisions from becoming unstructured brain dumps

⚠️ Consider This

  • • Requires a Gemini API key for vector embeddings (adds dependency and cost)
  • • Only useful if the team consistently records decisions — needs adoption discipline
  • • Local-only storage means no built-in team sync or cloud collaboration
  • • Vector embeddings are Gemini-specific — no choice of embedding provider
  • • No integration with existing decision documentation tools (ADR tools, Notion, etc.)

What Users Say About Decision Node

👍 What Users Love

  • ✓Semantic search finds relevant decisions even with different terminology
  • ✓Works across all major AI coding tools via MCP
  • ✓Local storage keeps sensitive decisions on-premises
  • ✓Visual UI helps teams explore decision relationships
  • ✓Structured format prevents decisions from becoming unstructured brain dumps

👎 Common Concerns

  • ⚠Requires a Gemini API key for vector embeddings (adds dependency and cost)
  • ⚠Only useful if the team consistently records decisions — needs adoption discipline
  • ⚠Local-only storage means no built-in team sync or cloud collaboration
  • ⚠Vector embeddings are Gemini-specific — no choice of embedding provider
  • ⚠No integration with existing decision documentation tools (ADR tools, Notion, etc.)

Pricing FAQ

What does DecisionNode actually store?

DecisionNode stores development decisions as structured JSON rather than as loose markdown notes. The website example includes fields such as id, scope, decision, rationale, and constraints, which makes each record easier for AI tools to interpret later. It then embeds the decision text as a vector and stores it locally in vectors.json. This makes the decision searchable by meaning, not just by exact keywords.

Which AI coding tools does DecisionNode work with?

The website explicitly lists compatibility with Claude Code, Cursor, Windsurf, Antigravity, and any MCP client. Because it exposes an MCP server, the retrieval workflow depends on the AI coding client calling the search_decisions tool. The site also notes that retrieval is explicit: decisions are not automatically injected into the system prompt. This is useful for developers who want searchable memory without permanently bloating every prompt.

Is DecisionNode free?

Yes. The website schema lists DecisionNode as accessible for free, with an offer price of 0 USD, and identifies the license as MIT. The install URL points to the npm package decisionnode, and the homepage shows installation via npm i -g decisionnode. Users should still account for the Gemini embedding dependency: Google lists gemini-embedding-001 as free of charge on the Gemini API free tier, $0.15 per 1M input tokens on paid Standard, and $0.075 per 1M input tokens on paid Batch.

How does DecisionNode find related decisions?

DecisionNode converts decision text into embeddings using Gemini’s gemini-embedding-001 model, then compares future queries against stored vectors using cosine similarity. The website states that embeddings are 3072-dimensional and that the web UI can project them into a 2D vector space using UMAP. It also supports a configurable minimum similarity threshold to filter out irrelevant results. The example workflow on the site shows a prior UI decision returned with a 94% similarity score.

Can DecisionNode prevent duplicate or conflicting decisions?

DecisionNode includes conflict detection before adding a new decision. According to the website, existing decisions are checked at 75% similarity so near-duplicates and contradictions can be caught. This does not replace human review, because the team still needs to decide whether two records truly conflict. It does, however, create a useful guardrail when many decisions accumulate across multiple AI coding sessions.

Ready to Get Started?

AI builders and operators use Decision Node to streamline their workflow.

Try Decision Node Now →

More about Decision Node

ReviewAlternativesFree vs PaidPros & ConsWorth It?Tutorial

Compare Decision Node Pricing with Alternatives

Notion Pricing

All-in-one workspace that combines notes, databases, wikis, project management, and AI-powered writing into a flexible block-based platform for individuals and teams

Compare Pricing →

Confluence Pricing

AI workspace for knowledge management and team collaboration from Atlassian.

Compare Pricing →

Mem0 Pricing

Memory infrastructure for AI agents and applications, available as an open-source framework and managed platform.

Compare Pricing →