{
  "app": "neo",
  "instance": "demo",
  "exported_at": "2026-08-27T21:34:20+00:00",
  "data": {
    "modules": {
      "enabled": [
        "wellness",
        "nominal",
        "goals",
        "career",
        "relationships",
        "growth",
        "vision",
        "trips",
        "legacy"
      ],
      "seen": "2026-08-14"
    },
    "nominal": {
      "income": 6800,
      "income_avg": 6000,
      "categories": [
        {
          "id": "rent",
          "name": "Rent",
          "emoji": "🏠",
          "amount": 2100,
          "avg": 2100,
          "type": "fixed",
          "active": true
        },
        {
          "id": "utilities",
          "name": "Utilities",
          "emoji": "💡",
          "amount": 220,
          "avg": 220,
          "type": "fixed",
          "active": true
        },
        {
          "id": "groceries",
          "name": "Groceries",
          "emoji": "🛒",
          "amount": 600,
          "avg": 550,
          "type": "loose",
          "active": true
        },
        {
          "id": "dining",
          "name": "Dining & fun",
          "emoji": "🍜",
          "amount": 400,
          "avg": 300,
          "type": "loose",
          "active": true
        },
        {
          "id": "transport",
          "name": "Transport",
          "emoji": "🚗",
          "amount": 260,
          "avg": 260,
          "type": "float",
          "active": true
        },
        {
          "id": "subs",
          "name": "Subscriptions",
          "emoji": "📺",
          "amount": 85,
          "avg": 85,
          "type": "float",
          "active": true
        },
        {
          "id": "emergency",
          "name": "Emergency fund",
          "emoji": "🛟",
          "amount": 500,
          "avg": 400,
          "type": "savings",
          "active": true
        },
        {
          "id": "invest",
          "name": "Investing",
          "emoji": "📈",
          "amount": 900,
          "avg": 700,
          "type": "savings",
          "active": true
        }
      ]
    },
    "tour": {
      "seen": true
    }
  }
}