Skip to content

Commit 6567489

Browse files
committed
Add funding.json
1 parent dc5ae75 commit 6567489

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

public/funding.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "individual",
5+
"role": "maintainer",
6+
"name": "Tola Leng",
7+
"email": "tolaleng.oss@gmail.com",
8+
"phone": "",
9+
"description": "I’m an open-source enthusiast driven by curiosity and freedom. Instead of just living within the systems around me, I build and improve them — believing that sharing knowledge and code is the path toward true innovation and collective liberation.",
10+
"webpageUrl": {
11+
"url": "https://author.checkcle.io",
12+
"wellKnown": ""
13+
}
14+
},
15+
"projects": [
16+
{
17+
"guid": "checkcle",
18+
"name": "CheckCle",
19+
"description": "CheckCle is a self-hosted, open-source monitoring platform for seamless, real-time full-stack systems, applications, and infrastructure. It provides real-time uptime monitoring, distributed checks, incident tracking, and alerts — all deployable anywhere.",
20+
"webpageUrl": {
21+
"url": "https://checkcle.io"
22+
},
23+
"repositoryUrl": {
24+
"url": "https://github.com/operacle/checkcle",
25+
"wellKnown": "https://github.com/operacle/checkcle/blob/main/.well-known/funding-manifest-urls"
26+
},
27+
"licenses": ["spdx:MIT"],
28+
"tags": ["monitoring", "infrastructure", "uptime", "server"]
29+
}
30+
],
31+
"funding": {
32+
"channels": [
33+
{
34+
"guid": "aba",
35+
"type": "bank",
36+
"address": "",
37+
"description": "Accepts direct bank transfers. Please email me for details."
38+
}
39+
],
40+
"plans": [
41+
{
42+
"guid": "hosting-monthly",
43+
"status": "active",
44+
"name": "Hosting Support",
45+
"description": "Covers the monthly server hosting costs for the projects.",
46+
"amount": 250,
47+
"currency": "USD",
48+
"frequency": "monthly",
49+
"channels": ["aba"]
50+
},
51+
{
52+
"guid": "developer-time",
53+
"status": "active",
54+
"name": "Developer Compensation",
55+
"description": "Supports the cost of one developer working part-time on the projects.",
56+
"amount": 1000,
57+
"currency": "USD",
58+
"frequency": "monthly",
59+
"channels": ["aba"]
60+
},
61+
{
62+
"guid": "angel-plan",
63+
"status": "active",
64+
"name": "Goodwill Plan",
65+
"description": "Contribute any amount you wish to show your goodwill toward the project.",
66+
"amount": 0,
67+
"currency": "USD",
68+
"frequency": "one-time",
69+
"channels": ["aba"]
70+
}
71+
],
72+
"history": [
73+
{
74+
"year": 2025,
75+
"income": 50,
76+
"expenses": 0,
77+
"taxes": 0,
78+
"currency": "USD",
79+
"description": "Started accepting donations for the first time."
80+
}
81+
]
82+
}
83+
}

0 commit comments

Comments
 (0)