|
| 1 | +{ |
| 2 | + "version": "v1.0.0", |
| 3 | + "entity": { |
| 4 | + "type": "individual", |
| 5 | + "role": "owner", |
| 6 | + "name": "Akhil Edathadan", |
| 7 | + "email": "akhiledathadan007@gmail.com", |
| 8 | + "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.", |
| 9 | + "webpageUrl": { |
| 10 | + "url": "https://mydevtools.tech" |
| 11 | + } |
| 12 | + }, |
| 13 | + "projects": [ |
| 14 | + { |
| 15 | + "guid": "mydevtools", |
| 16 | + "name": "MyDevTools", |
| 17 | + "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.", |
| 18 | + "webpageUrl": { |
| 19 | + "url": "https://mydevtools.tech" |
| 20 | + }, |
| 21 | + "repositoryUrl": { |
| 22 | + "url": "https://github.com/mydevtools-tech/mydevtools", |
| 23 | + "wellKnown": "https://github.com/mydevtools-tech/mydevtools/blob/main/.well-known/funding-manifest-urls" |
| 24 | + }, |
| 25 | + "licenses": ["spdx:AGPL-3.0-only"], |
| 26 | + "tags": [ |
| 27 | + "developer-tools", |
| 28 | + "desktop-app", |
| 29 | + "offline-first", |
| 30 | + "privacy", |
| 31 | + "productivity", |
| 32 | + "api-client", |
| 33 | + "tauri", |
| 34 | + "rust", |
| 35 | + "typescript", |
| 36 | + "open-source" |
| 37 | + ] |
| 38 | + } |
| 39 | + ], |
| 40 | + "funding": { |
| 41 | + "channels": [ |
| 42 | + { |
| 43 | + "guid": "direct-contact", |
| 44 | + "type": "other", |
| 45 | + "address": "akhiledathadan007@gmail.com", |
| 46 | + "description": "Email to arrange a bank transfer or an alternative payment method. Please state which funding plan you intend to support." |
| 47 | + } |
| 48 | + ], |
| 49 | + "plans": [ |
| 50 | + { |
| 51 | + "guid": "five-year-runway", |
| 52 | + "status": "active", |
| 53 | + "name": "5-year runway (AI agents + infrastructure)", |
| 54 | + "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.", |
| 55 | + "amount": 20000, |
| 56 | + "currency": "USD", |
| 57 | + "frequency": "one-time", |
| 58 | + "channels": ["direct-contact"] |
| 59 | + }, |
| 60 | + { |
| 61 | + "guid": "yearly-runway", |
| 62 | + "status": "active", |
| 63 | + "name": "One year of runway", |
| 64 | + "description": "Covers a single year of AI coding-agent usage, hosting and code-signing certificates.", |
| 65 | + "amount": 4000, |
| 66 | + "currency": "USD", |
| 67 | + "frequency": "yearly", |
| 68 | + "channels": ["direct-contact"] |
| 69 | + }, |
| 70 | + { |
| 71 | + "guid": "monthly-sustainer", |
| 72 | + "status": "active", |
| 73 | + "name": "Monthly sustainer", |
| 74 | + "description": "Covers the full monthly burn: AI coding agents, servers and the amortised cost of signing certificates.", |
| 75 | + "amount": 350, |
| 76 | + "currency": "USD", |
| 77 | + "frequency": "monthly", |
| 78 | + "channels": ["direct-contact"] |
| 79 | + }, |
| 80 | + { |
| 81 | + "guid": "monthly-supporter", |
| 82 | + "status": "active", |
| 83 | + "name": "Monthly supporter", |
| 84 | + "description": "A partial contribution towards the monthly running costs.", |
| 85 | + "amount": 25, |
| 86 | + "currency": "USD", |
| 87 | + "frequency": "monthly", |
| 88 | + "channels": ["direct-contact"] |
| 89 | + }, |
| 90 | + { |
| 91 | + "guid": "any-amount", |
| 92 | + "status": "active", |
| 93 | + "name": "Any amount, one time", |
| 94 | + "description": "Give whatever you like, whenever you like.", |
| 95 | + "amount": 0, |
| 96 | + "currency": "USD", |
| 97 | + "frequency": "one-time", |
| 98 | + "channels": ["direct-contact"] |
| 99 | + } |
| 100 | + ] |
| 101 | + } |
| 102 | +} |
0 commit comments