{
  "_meta": {
    "schema": "https://www.drawdecisiontree.com/decision-dag.schema.json",
    "source": "https://www.drawdecisiontree.com",
    "description": "DrawDecisionTree.com is a free tool for building, sharing, and embedding interactive decision trees. This file is the machine-readable export of a published decision tree. The `dsl` field contains the original source in the Decision DAG DSL; the `dag` schema is documented at the URL in `schema` above.",
    "links": {
      "interactive": "https://www.drawdecisiontree.com/t/drawdecisiontree/product-fit.html",
      "embed": "https://www.drawdecisiontree.com/embed/path/drawdecisiontree/product-fit",
      "dsl_reference": "https://www.drawdecisiontree.com/decision-tree-dsl-reference.html",
      "guides": "https://www.drawdecisiontree.com/guides",
      "schema_docs": "https://www.drawdecisiontree.com/decision-dag.schema.json",
      "author_trees": "https://www.drawdecisiontree.com/trees/drawdecisiontree"
    },
    "generated_at": "2026-05-29T12:05:39.342Z"
  },
  "author": {
    "handle": "drawdecisiontree",
    "first_name": "Andrew",
    "last_name": null,
    "avatar_url": "1d32d828-b6ca-40ec-bdd7-771fe7b9c36a/avatar-1778531481027.svg",
    "display_name": "Andrew"
  },
  "file": {
    "id": "4f847d35-b71f-4f90-9aca-b3203542e8cc",
    "name": "Does this product fit my needs and use case?",
    "public_slug": "product-fit",
    "updated_at": "2026-05-12T16:53:43.587978+00:00",
    "url": "https://www.drawdecisiontree.com/t/drawdecisiontree/product-fit.html",
    "json_url": "https://www.drawdecisiontree.com/t/drawdecisiontree/product-fit/tree.json",
    "dsl_url": "https://www.drawdecisiontree.com/t/drawdecisiontree/product-fit/tree.dag"
  },
  "meta": {
    "description": null,
    "mode": "decision",
    "entry": "Q1",
    "tags": [],
    "image": null
  },
  "questions": [
    {
      "id": "Q1",
      "text": "Is this for a commercial organisation?"
    },
    {
      "id": "Q2",
      "text": "How large is your team?"
    },
    {
      "id": "Q2b",
      "text": "Is this for a non-profit or public sector?"
    },
    {
      "id": "Q3",
      "text": "Is real-time collaboration essential?"
    },
    {
      "id": "Q4",
      "text": "Do you require SSO or audit logging?"
    }
  ],
  "outcomes": [
    {
      "id": "OUT_PRO",
      "label": "Pro plan"
    },
    {
      "id": "OUT_TEAM",
      "label": "Team plan"
    },
    {
      "id": "OUT_ENTERPRISE",
      "label": "Enterprise plan"
    },
    {
      "id": "OUT_NONPROFIT",
      "label": "Non-profit plan"
    },
    {
      "id": "OUT_PERSONAL",
      "label": "Personal plan"
    }
  ],
  "dsl": "dag: Does this product fit my needs and use case?\nversion: 1.0.0\nentry: Q1\n\nQ1: Is this for a commercial organisation?\n  yes -> Q2\n  no  -> Q2b\n\nQ2: How large is your team?\n  A: Solo or freelance  -> Q3\n  B: 2-10 people        -> Q3\n  C: 11-50 people       -> Q4\n  D: More than 50       -> [OUT_ENTERPRISE]\n\nQ2b: Is this for a non-profit or public sector?\n  yes -> [OUT_NONPROFIT]\n  no  -> [OUT_PERSONAL]\n\nQ3: Is real-time collaboration essential?\n  yes -> [OUT_TEAM]\n  no  -> [OUT_PRO]\n\nQ4: Do you require SSO or audit logging?\n  yes -> [OUT_ENTERPRISE]\n  no  -> [OUT_TEAM]\n\n[OUT_PRO]:        Pro plan\n  description: Best for solo users and technical individuals\n  code: PLAN_PRO\n\n[OUT_TEAM]:       Team plan\n  description: Collaboration features for growing teams\n  code: PLAN_TEAM\n\n[OUT_ENTERPRISE]: Enterprise plan\n  description: Advanced security and admin for large organisations\n  code: PLAN_ENTERPRISE\n\n[OUT_NONPROFIT]:  Non-profit plan\n  description: Discounted access for qualifying organisations\n  code: PLAN_NONPROFIT\n\n[OUT_PERSONAL]:   Personal plan\n  description: Free tier for personal and hobby projects\n  code: PLAN_PERSONAL\n"
}