{
  "version": "v1.0.0",
  "entity": {
    "type": "individual",
    "role": "owner",
    "name": "Akhil Edathadan",
    "email": "akhiledathadan007@gmail.com",
    "description": "Solo developer building and maintaining MyDevTools, a free and open-source offline desktop toolkit with 80+ developer tools. Funding covers AI coding-agent usage and hosting/signing infrastructure so the app stays free, offline and without paywalls.",
    "webpageUrl": {
      "url": "https://mydevtools.tech"
    }
  },
  "projects": [
    {
      "guid": "mydevtools",
      "name": "MyDevTools",
      "description": "An all-in-one, offline-first developer toolkit desktop app with 80+ tools: formatters, converters, encoders, security and crypto utilities, generators, an API client with mock server and SQL/gRPC support, a data explorer, plus notes, bookmarks and tasks. Fully local: no accounts, no sign-in, no cloud sync, no telemetry beyond an opt-in anonymous ping. Data is stored on-device in an encrypted SQLCipher database. Free and open source under AGPL-3.0, shipped for macOS, Windows and Linux.",
      "webpageUrl": {
        "url": "https://mydevtools.tech"
      },
      "repositoryUrl": {
        "url": "https://github.com/mydevtools-tech/mydevtools",
        "wellKnown": "https://github.com/mydevtools-tech/mydevtools/blob/main/.well-known/funding-manifest-urls"
      },
      "licenses": ["spdx:AGPL-3.0-only"],
      "tags": [
        "developer-tools",
        "desktop-app",
        "offline-first",
        "privacy",
        "productivity",
        "api-client",
        "tauri",
        "rust",
        "typescript",
        "open-source"
      ]
    }
  ],
  "funding": {
    "channels": [
      {
        "guid": "direct-contact",
        "type": "other",
        "address": "akhiledathadan007@gmail.com",
        "description": "Email to arrange a bank transfer or an alternative payment method. Please state which funding plan you intend to support."
      }
    ],
    "plans": [
      {
        "guid": "five-year-runway",
        "status": "active",
        "name": "5-year runway (AI agents + infrastructure)",
        "description": "One-time grant covering five years of running costs: AI coding-agent usage (~USD 250/month), hosting, domains and email (~USD 40/month), and Apple Developer plus Windows code-signing certificates (~USD 320/year). Total burn ~USD 3,800/year, plus a small buffer for price increases and one-off tooling.",
        "amount": 20000,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["direct-contact"]
      },
      {
        "guid": "yearly-runway",
        "status": "active",
        "name": "One year of runway",
        "description": "Covers a single year of AI coding-agent usage, hosting and code-signing certificates.",
        "amount": 4000,
        "currency": "USD",
        "frequency": "yearly",
        "channels": ["direct-contact"]
      },
      {
        "guid": "monthly-sustainer",
        "status": "active",
        "name": "Monthly sustainer",
        "description": "Covers the full monthly burn: AI coding agents, servers and the amortised cost of signing certificates.",
        "amount": 350,
        "currency": "USD",
        "frequency": "monthly",
        "channels": ["direct-contact"]
      },
      {
        "guid": "monthly-supporter",
        "status": "active",
        "name": "Monthly supporter",
        "description": "A partial contribution towards the monthly running costs.",
        "amount": 25,
        "currency": "USD",
        "frequency": "monthly",
        "channels": ["direct-contact"]
      },
      {
        "guid": "any-amount",
        "status": "active",
        "name": "Any amount, one time",
        "description": "Give whatever you like, whenever you like.",
        "amount": 0,
        "currency": "USD",
        "frequency": "one-time",
        "channels": ["direct-contact"]
      }
    ]
  }
}
