-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
101 lines (101 loc) · 4.81 KB
/
funding.json
File metadata and controls
101 lines (101 loc) · 4.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Danubio Costa Lagoa",
"email": "danubiolagoa@outlook.com",
"github": "danubiolagoa",
"description": "Civil engineer, university professor, and independent developer based in Fortaleza, Brazil. Building open-source tools for resilient communication and offline-first infrastructure in zero-connectivity scenarios."
},
"projects": [
{
"guid": "morpheus-offline-first-communication",
"name": "Morpheus",
"description": "Morpheus is a resilient, offline-first communication platform inspired by the IRC protocol, designed to operate without any internet connectivity. It combines a local-first IRC-style chat interface with an on-device AI survival assistant, capable of running entirely on consumer hardware — smartphones, laptops, or isolated workstations — with zero cloud dependency. The app builds a layered communication stack that automatically switches between available transport channels: standard internet, Wi-Fi mesh, Bluetooth Low Energy, LoRa radio, and satellite. Users are identified by a locally generated unique ID — no account, no registration, no server required. Contacts are shared via QR Code or short alphanumeric codes. Fixed workstations with USB-connected hardware (LoRa + satellite terminals) can serve as 24h anchor nodes for remote outposts and humanitarian organizations. Designed for hikers lost in remote areas, disaster victims, field professionals without cellular coverage, and communities in regions with precarious infrastructure worldwide.",
"webpageUrl": {
"url": "https://github.com/danubiolagoa/morpheus"
},
"repositoryUrl": {
"url": "https://github.com/danubiolagoa/morpheus",
"wellKnown": "https://github.com/danubiolagoa/morpheus/blob/main/funding.json"
},
"licenses": ["spdx:GPL-3.0-only"],
"tags": [
"offline-first",
"communication",
"resilience",
"disaster-response",
"lora",
"bluetooth",
"mesh-network",
"satellite",
"ai",
"on-device-ai",
"survival",
"humanitarian",
"p2p",
"decentralized",
"open-source",
"electron",
"typescript",
"react",
"ollama",
"rag"
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/danubiolagoa",
"description": "GitHub Sponsors — monthly or one-time support directly to the maintainer"
},
{
"guid": "nlnet-grant",
"type": "other",
"address": "https://nlnet.nl/project/",
"description": "NLNet NGI Zero Commons Fund application submitted — code 2026-04-10f, under review"
}
],
"plans": [
{
"guid": "plan-full-development",
"status": "active",
"name": "Full Development Grant — 15 months",
"description": "Fund complete development across 6 milestones: offline-first core and contact system, on-device AI survival assistant with curated knowledge base, Bluetooth and Wi-Fi mesh layer, LoRa radio bridge and fixed station mode, smart network failover engine, and end-to-end encryption with security audit. Covers developer time at cost-recovery rates.",
"amount": 50000,
"currency": "EUR",
"frequency": "one-time"
},
{
"guid": "plan-milestone-sponsor",
"status": "active",
"name": "Milestone Sponsor",
"description": "Sponsor a specific development milestone: M1 (Contact System), M2 (AI Assistant), M3 (BLE/WiFi Mesh), M4 (LoRa + Fixed Station), M5 (Failover Engine), or M6 (Security and E2EE). Each milestone has a defined deliverable and timeline.",
"amount": 10000,
"currency": "EUR",
"frequency": "one-time"
},
{
"guid": "plan-monthly-support",
"status": "active",
"name": "Monthly Supporter",
"description": "Recurring monthly support to sustain ongoing development, hardware testing, and documentation. Any amount helps keep the project active.",
"amount": 50,
"currency": "USD",
"frequency": "monthly"
}
],
"history": [
{
"year": 2026,
"income": 0,
"expenses": 0,
"description": "Project in active development. NLNet NGI Zero Commons Fund application submitted in April 2026 (code 2026-04-10f), under review. No external funding received to date. Development sustained by maintainer's own time."
}
]
}
}
]
}