2024-10-19 04:39:37 +02:00
{
2024-10-19 17:43:48 +02:00
"version" : "v1.0.0" ,
2024-10-19 04:50:46 +02:00
"entity" : {
"type" : "group" ,
"role" : "steward" ,
"name" : "Kevin Jahns" ,
"email" : "kevin.jahns@protonmail.com" ,
"phone" : "" ,
2025-04-27 19:48:11 +02:00
"description" : "Independent OSS Developer maintaining Yjs and many related libraries. My goal is to make the web more (real-time) collaborative." ,
2024-10-19 04:50:46 +02:00
"webpageUrl" : {
2025-04-27 19:27:14 +02:00
"url" : "https://yjs.dev" ,
"wellKnown" : "https://yjs.dev/.well-known/funding-manifest-urls"
2024-10-19 04:50:46 +02:00
}
} ,
"projects" : [
{
"guid" : "yjs" ,
"name" : "Yjs" ,
"description" : "A library for building collaborative applications. #p2p #local-first #CRDT Funding this project will also enable me to maintain the other Yjs-related technologies." ,
"webpageUrl" : {
2025-04-27 19:27:14 +02:00
"url" : "https://yjs.dev" ,
"wellKnown" : "https://yjs.dev/.well-known/funding-manifest-urls"
2024-10-19 04:50:46 +02:00
} ,
"repositoryUrl" : {
"url" : "https://github.com/yjs/yjs"
} ,
"licenses" : [
"spdx:MIT"
] ,
"tags" : [
"collaboration" ,
"p2p" ,
"CRDT" ,
"rich-text" ,
"real-time"
]
2024-10-19 04:39:37 +02:00
} ,
2024-10-19 04:50:46 +02:00
{
2025-04-27 19:27:14 +02:00
"guid" : "titanic" ,
"name" : "Titanic" ,
2024-10-19 04:50:46 +02:00
"description" : "A provider for syncing millions of docs efficiently with other peers. This will become the foundation for building real local-first apps with Yjs." ,
"webpageUrl" : {
2025-03-05 14:15:12 +01:00
"url" : "https://github.com/yjs/titanic" ,
"wellKnown" : "https://github.com/yjs/titanic/blob/main/.well-known/funding-manifest-urls"
2024-10-19 04:50:46 +02:00
} ,
"repositoryUrl" : {
2025-03-05 14:15:12 +01:00
"url" : "https://github.com/yjs/titanic" ,
"wellKnown" : "https://github.com/yjs/titanic/blob/main/.well-known/funding-manifest-urls"
2024-10-19 04:50:46 +02:00
} ,
"licenses" : [
2025-03-05 14:15:12 +01:00
"spdx:MIT"
2024-10-19 04:50:46 +02:00
] ,
"tags" : [
2024-10-24 18:05:42 +02:00
"privacy" ,
2024-10-19 04:50:46 +02:00
"collaboration" ,
"p2p" ,
"CRDT" ,
"rich-text" ,
2024-10-19 17:43:48 +02:00
"real-time" ,
"web-development"
2024-10-19 04:50:46 +02:00
]
2024-10-19 04:39:37 +02:00
}
2024-10-19 04:50:46 +02:00
] ,
"funding" : {
"channels" : [
{
"guid" : "github-sponsors" ,
"type" : "payment-provider" ,
2025-04-27 19:27:14 +02:00
"address" : "https://github.com/sponsors/dmonad" ,
2024-10-19 04:50:46 +02:00
"description" : "For funding of the Yjs project"
} ,
{
2025-04-27 19:27:14 +02:00
"guid" : "yjs-opencollective" ,
"type" : "payment-provider" ,
"address" : "https://opencollective.com/y-collective/projects/yjs" ,
"description" : "For funding Yjs via the OpenCollective."
2024-10-19 04:50:46 +02:00
}
] ,
"plans" : [
{
"guid" : "supporter" ,
"status" : "active" ,
"name" : "Supporter" ,
"description" : "" ,
"amount" : 0 ,
"currency" : "USD" ,
"frequency" : "monthly" ,
"channels" : [
"github-sponsors" ,
2025-04-27 19:27:14 +02:00
"yjs-opencollective"
2024-10-19 04:50:46 +02:00
]
} ,
2024-10-19 17:43:48 +02:00
{
2025-03-05 14:15:12 +01:00
"guid" : "titanic-funding" ,
2024-10-19 17:43:48 +02:00
"status" : "active" ,
2025-03-05 14:15:12 +01:00
"name" : "Titanic Funding" ,
2024-10-19 17:43:48 +02:00
"description" : "Fund the next generation of local-first providers." ,
"amount" : 30000 ,
"currency" : "USD" ,
"frequency" : "one-time" ,
"channels" : [
2025-04-27 19:27:14 +02:00
"github-sponsors" ,
"yjs-opencollective"
2024-10-19 17:43:48 +02:00
]
} ,
2024-10-19 04:50:46 +02:00
{
"guid" : "bronze-sponsor" ,
"status" : "active" ,
"name" : "Bronze Sponsor" ,
"description" : "This is the recommended plan for companies that use Yjs." ,
"amount" : 500 ,
"currency" : "USD" ,
"frequency" : "monthly" ,
"channels" : [
2025-04-27 19:27:14 +02:00
"github-sponsors" ,
"yjs-opencollective"
2024-10-19 04:50:46 +02:00
]
} ,
{
"guid" : "silver-sponsor" ,
"status" : "active" ,
"name" : "Silver Sponsor" ,
2025-06-25 21:06:12 +09:00
"description" : "This is the recommended plan for large/successful companies that use Yjs." ,
2024-10-19 04:50:46 +02:00
"amount" : 1000 ,
"currency" : "USD" ,
"frequency" : "monthly" ,
"channels" : [
2025-04-27 19:27:14 +02:00
"github-sponsors" ,
"yjs-opencollective"
2024-10-19 04:50:46 +02:00
]
} ,
{
"guid" : "gold-sponsor" ,
"status" : "active" ,
"name" : "Gold Sponsor" ,
2024-10-19 17:43:48 +02:00
"description" : "This is the recommended plan for successful companies that build their entire product around Yjs-related technologies." ,
2024-10-19 04:50:46 +02:00
"amount" : 3000 ,
"currency" : "USD" ,
"frequency" : "monthly" ,
"channels" : [
2025-04-27 19:27:14 +02:00
"github-sponsors" ,
"yjs-opencollective"
2024-10-19 04:50:46 +02:00
]
}
] ,
"history" : null
}
2024-10-19 04:39:37 +02:00
}