-
Notifications
You must be signed in to change notification settings - Fork 1
/
funding.json
76 lines (76 loc) · 3.88 KB
/
funding.json
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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Project Tech4Dev",
"email": "radhika@projecttech4dev.org",
"phone": "",
"description": "Project Tech4Dev Tech4Dev bridges the gap of limited tech resources by offering affordable open source tech platforms, senior tech talent, data governance tools and training, and community of practice.\n\nOur mission is to build and support the software, data, design companies, nonprofit partners, and foundations ecosystem, creating global social impact\n\n",
"webpageUrl": {
"url": "https://projecttech4dev.org",
"wellKnown": "https://projecttech4dev.org/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "glific",
"name": "Glific",
"description": "Glific is an open source platform built to cater to the needs of the social sector, enabling two-way communication.\n\nIts a Project Tech4Dev initiative, WhatsApp based chatbot. Glific aims to empower social impact organisations to act decisively and quickly on grassroots information through a range of features ranging from automated responses to comprehensive analytics.\n\n",
"webpageUrl": {
"url": "https://glific.org",
"wellKnown": "https://glific.org/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/glific"
},
"licenses": ["GNU:AGPL-3.0"],
"tags": [
"chatbot",
"react",
"elixir",
"flow-editor",
"typescript",
"communication",
"non-profit"
]
}
],
"funding": {
"channels": [
{
"guid": "axisbank",
"type": "bank",
"address": "Kandivali E,Mumbai, MH 400101",
"description": "Will accept direct bank transfers. Please e-mail me for details."
}
],
"plans": [
{
"guid": "hosting-monthly",
"status": "active",
"name": "Hosting support",
"description": "Glific currently uses Google Cloud Services to host our backend server and data stores. This will cover the monthly server hosting costs for Glific projects.",
"amount": 500,
"currency": "USD",
"frequency": "monthly",
"channels": ["axisbank"]
},
{
"guid": "personnel-time",
"status": "active",
"name": "Personnel compensation",
"description": "We have experimented with emerging LLM models to provide no-code chatbot solutions to NGOs.\n\nWith powerful models in 2024,enhanced responses using RAG based models in the chatbot to our NGOs have been feasible.\n\nWe would like to build upon use cases that enable AI-enabled assessments,feedback loops,categorisation of responses,for an enriched experience for NGOs.\n\nThis will cover the cost of two full-time developers and one product manager and one data engineer on the LLM projects.",
"amount": 90000,
"currency": "USD",
"frequency": "yearly",
"channels": ["axisbank"]
}
],
"history": [
{"year": 2021, "income": 43500, "expenses": 136500, "currency": "USD", "description": "First full year for Glific chatbot post Covid. Got funding for USD187,500 "},
{"year": 2022, "income": 107300, "expenses": 165400, "currency": "USD", "description": "We had a steep ramp up in terms of NGOs onboarding the chatbot platform, and the team grew to support it as well."},
{"year": 2023, "income": 128700, "expenses": 198500, "currency": "USD", "description": "We scaled to over 70 NGOs in India, and added team of four developers and two product managers, to support in experimenting with LLM-enabled chatbot use cases."}
]
}
}