-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfunding.json
More file actions
78 lines (76 loc) · 3.02 KB
/
funding.json
File metadata and controls
78 lines (76 loc) · 3.02 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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "GitWit, Inc.",
"email": "support@gitwit.dev",
"phone": "",
"description": "GitWit is an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat capabilities. We're committed to building powerful, accessible development tools for the community.",
"webpageUrl": {
"url": "https://gitwit.dev"
}
},
"projects": [{
"guid": "GitWit",
"name": "GitWit",
"description": "GitWit is an open-source cloud-based code editing environment with custom AI code generation, live preview, real-time collaboration, and AI chat. It provides developers with a modern, collaborative development environment powered by advanced AI capabilities.",
"webpageUrl": {
"url": "https://gitwit.dev"
},
"repositoryUrl": {
"url": "https://github.com/jamesmurdza/sandbox"
},
"licenses": ["spdx:MIT"],
"tags": ["developer-tools", "code-editor", "ai", "collaboration", "cloud-ide"]
}],
"funding": {
"channels": [{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/jamesmurdza",
"description": "Support GitWit development through GitHub Sponsors"
}],
"plans": [{
"guid": "infrastructure-monthly",
"status": "active",
"name": "Infrastructure Support",
"description": "Help cover our cloud infrastructure costs including AWS, Cloudflare, and other services needed to run GitWit.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "ai-costs-monthly",
"status": "active",
"name": "AI Service Support",
"description": "Support our AI infrastructure costs including Claude API usage for code generation and assistance.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "developer-monthly",
"status": "active",
"name": "Developer Support",
"description": "Fund a developer working part-time on maintaining and improving GitWit.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "community-support",
"status": "active",
"name": "Community Support",
"description": "Any amount you wish to contribute to show your support for GitWit.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["github-sponsors"]
}],
"history": []
}
}