forked from CodeGraphContext/CodeGraphContext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
98 lines (98 loc) · 3.72 KB
/
funding.json
File metadata and controls
98 lines (98 loc) · 3.72 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
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Shashank Shekhar Singh",
"email": "codegraphcontext@gmail.com",
"phone": "",
"description": "Maintainer of CodeGraphContext, an open-source developer tooling project focused on graph-based code understanding for AI and large-scale software systems.",
"webpageUrl": {
"url": "https://www.linkedin.com/in/shashank-shekhar-singh-121128254"
}
},
"projects": [
{
"guid": "codegraphcontext",
"name": "CodeGraphContext",
"description": "CodeGraphContext is an open-source developer infrastructure tool that indexes source code into a continuously updated graph, enabling AI assistants and engineering teams to understand real-world codebases with accuracy and context.",
"webpageUrl": {
"url": "https://codegraphcontext.vercel.app/"
},
"repositoryUrl": {
"url": "https://github.com/Shashankss1205/CodeGraphContext"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"developer-tools",
"industry-tooling",
"ai-infrastructure",
"code-analysis",
"knowledge-graph",
"mcp",
"open-source"
]
}
],
"funding": {
"channels": [
{
"guid": "bank-transfer",
"type": "bank",
"address": "shashankshekharsingh1205@gmail.com",
"description": "Will accept direct bank transfers. Please e-mail me for details."
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/Shashankss1205",
"description": "Project maintainer will accept payments through GitHub Sponsors."
}
],
"plans": [
{
"guid": "hosting",
"status": "active",
"name": "Open Source Infrastructure & Industry Tooling Deployment",
"description": "This will cover the monthly server hosting costs for the projects.",
"amount": 10000,
"currency": "INR",
"frequency": "monthly",
"channels": [
"bank-transfer",
"github-sponsors"
]
},
{
"guid": "development",
"status": "active",
"name": "Open Source Infrastructure & Industry Tooling Development",
"description": "Funding to improve usability, reliability, performance, and ecosystem readiness of CodeGraphContext as an industry-grade open-source developer tool.",
"amount": 50000,
"currency": "INR",
"frequency": "one-time",
"channels": [
"bank-transfer",
"github-sponsors"
]
},
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": 40000,
"currency": "INR",
"frequency": "monthly",
"channels": [
"bank-transfer",
"github-sponsors"
]
}
],
"history": null
}
}