forked from super-productivity/super-productivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunding.json
More file actions
110 lines (110 loc) · 4.91 KB
/
funding.json
File metadata and controls
110 lines (110 loc) · 4.91 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
102
103
104
105
106
107
108
109
110
{
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
"version": "v1.1.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Johannes Millan",
"email": "contact@super-productivity.com",
"description": "Johannes Millan is the creator and primary maintainer of Super Productivity, a mature MIT-licensed local-first task manager and time tracker. Maintained continuously since 2016, the project has 19k+ GitHub stars, 365+ releases, hundreds of contributors, and 90k+ Google Play installs at 4.8 stars across desktop (Windows, macOS, Linux), Android, and Web. Currently funded by 99 recurring GitHub Sponsors against a public goal of 500, which is not yet enough to support full-time maintenance.",
"webpageUrl": {
"url": "https://super-productivity.com",
"wellKnown": "https://super-productivity.com/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "super-productivity",
"name": "Super Productivity",
"description": "A mature MIT-licensed local-first alternative to account-based productivity SaaS. Combines task planning, time tracking, timeboxing, Pomodoro, GitHub/GitLab/Gitea/Jira issue integrations, and optional user-controlled sync (Dropbox, WebDAV, local file) in one cross-platform app. No required account, no telemetry, no ads, no subscription, no vendor-controlled storage. Used by developers, freelancers, students, and focus-driven workers who need serious task and time tracking without being turned into the product. The native GitHub, GitLab, Gitea, and Jira integrations also make it a natural fit for open source maintainers managing their own issue queues and time. Coverage includes It's FOSS, OMG! Ubuntu!, FOSS Force, Lifehacker, How-To Geek, Android Police, and XDA Developers.",
"webpageUrl": {
"url": "https://super-productivity.com",
"wellKnown": "https://super-productivity.com/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/super-productivity/super-productivity"
},
"licenses": ["spdx:MIT"],
"tags": [
"productivity",
"task-management",
"time-tracking",
"privacy",
"local-first",
"developer-tools",
"open-source",
"electron",
"angular"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/johannesjo",
"description": "GitHub Sponsors page for one-time and recurring support. Preferred channel for individuals."
},
{
"guid": "grants-email",
"type": "other",
"address": "contact@super-productivity.com",
"description": "Direct contact for grants, invoiced one-time support, and bank transfer arrangements."
}
],
"plans": [
{
"guid": "floss-fund-2026",
"status": "active",
"name": "FLOSS/fund 2026 maintenance grant",
"description": "One-time grant covering roughly 10 weeks of maintainer time across 2026, broken down as: ~4 weeks dependency and security updates across the Electron and Angular stack ($4,000); ~3 weeks cross-platform release work for Windows, macOS, Linux, Android, and Web, including sync reliability across Dropbox, WebDAV, and local-file backends ($3,000); ~2 weeks GitHub issue triage, contributor support, and user-facing documentation ($2,000); ~1 week continued mobile and desktop UX polish ($1,000).",
"amount": 10000,
"currency": "USD",
"frequency": "one-time",
"channels": ["github-sponsors", "grants-email"]
},
{
"guid": "sponsor-tier-3",
"status": "active",
"name": "A little something",
"description": "Recurring sponsorship at $3 per month.",
"amount": 3,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "sponsor-tier-5",
"status": "active",
"name": "Big Beer",
"description": "Recurring sponsorship at $5 per month.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "sponsor-tier-10",
"status": "active",
"name": "Tasty Tortellini",
"description": "Recurring sponsorship at $10 per month.",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
},
{
"guid": "sponsor-tier-30",
"status": "active",
"name": "Please do this full-time",
"description": "Recurring sponsorship at $30 per month, working towards making Super Productivity sustainable as a full-time project.",
"amount": 30,
"currency": "USD",
"frequency": "monthly",
"channels": ["github-sponsors"]
}
],
"history": []
}
}