diff --git a/LICENSE.md b/LICENSE.md
index 504b82afc..2c106a1b1 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2020, überdosis GbR
+Copyright (c) 2021, überdosis GbR
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 41448be04..f4bf36bca 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ For casual chit-chat with others using the framework:
* [dotCMS](http://dotcms.com/)
* [Restruct](https://restruct.nl/)
* [Bitcrowd](https://bitcrowd.net/)
+* [Reflect](https://reflect.app/)
[mymind](https://mymind.com/),
[DocIQ](https://www.dociq.io/),
diff --git a/docs/src/docPages/examples/collaborative-editing.md b/docs/src/docPages/examples/collaborative-editing.md
index 357407199..c711bda29 100644
--- a/docs/src/docPages/examples/collaborative-editing.md
+++ b/docs/src/docPages/examples/collaborative-editing.md
@@ -22,7 +22,7 @@ Be nice! The content of this editor is shared with other users from the Internet
In case you’re wondering what kind of sorcery you need on the server to achieve this, here is the whole backend code for the demo:
:::warning Request early access
-Our plug & play collaboration backend hocuspocus is still work in progress. If you want to give it a try, [request early access](https://www.hocuspocus.dev).
+Our plug & play collaboration backend hocuspocus is still work in progress. If you want to give it a try, [get early access](https://www.hocuspocus.dev).
:::
```js
diff --git a/docs/src/docPages/guide/collaborative-editing.md b/docs/src/docPages/guide/collaborative-editing.md
index 9aed52c24..3c1f5ab7d 100644
--- a/docs/src/docPages/guide/collaborative-editing.md
+++ b/docs/src/docPages/guide/collaborative-editing.md
@@ -96,7 +96,7 @@ const editor = new Editor({
That example doesn’t work out of the box. As you can see, it’s configured to talk to a WebSocket server which is available under `ws://127.0.0.1:1234` (WebSocket protocol `ws://`, your local IP `127.0.0.1` and the port `1234`). You need to set this up, too.
#### The WebSocket backend
-To make the server part as easy as possible, we provide [an opinionated server package, called hocuspocus](http://hocuspocus.dev/) (not published yet). Let’s go through, how this will work once its released.
+To make the server part as easy as possible, we provide [an opinionated server package, called hocuspocus](http://hocuspocus.dev/) (early access for sponsors). Let’s go through, how this will work once its released.
Create a new project, and install the hocuspocus server as a dependency:
@@ -220,7 +220,7 @@ Yes, it’s magic. As already mentioned, that is all based on the fantastic Y.js
Our collaborative editing backend handles the syncing, authorization, persistence and scaling. Let’s go through a few common use cases here!
:::warning Request early access
-Our plug & play collaboration backend hocuspocus is still work in progress. If you want to give it a try, [request early access](https://www.hocuspocus.dev).
+Our plug & play collaboration backend hocuspocus is still work in progress. If you want to give it a try, [get early access](https://www.hocuspocus.dev).
:::
### The document name
diff --git a/docs/src/docPages/sponsor.md b/docs/src/docPages/sponsor.md
index 176f58be4..23c61f149 100644
--- a/docs/src/docPages/sponsor.md
+++ b/docs/src/docPages/sponsor.md
@@ -1,11 +1,13 @@
-# Become a sponsor 💖
+# About the project
+
+## toc
## Introduction
To deliver a top-notch developer experience and user experience, we put ~~hundreds~~ thousands of hours of unpaid work into tiptap. Your funding helps us to make this work more and more financially sustainable. This enables us to provide helpful support, maintain all our packages, keep everything up to date, and develop new features and extensions for tiptap.
Give back to the open source community and [sponsor us on GitHub](https://github.com/sponsors/ueberdosis)! ♥
-## Your benefits as a sponsor
+## Your benefits as a sponsor 💖
* Get early access to private repositories
* Your issues and pull requests get a `sponsor ♥` label
* Get a sponsor badge in all your comments on GitHub
@@ -29,6 +31,7 @@ Companies betting on tiptap probably want some peace of mind and ensure that we
* [Sponsor Marijn Haverbeke](https://marijnhaverbeke.nl/fund/) (ProseMirror)
* [Sponsor Kevin Jahns](https://github.com/sponsors/dmonad) (Y.js)
+* [Sponsor y-collective](https://opencollective.com/y-collective) (Y.js + tiptap)
## Frequently asked questions
diff --git a/docs/src/layouts/App/index.vue b/docs/src/layouts/App/index.vue
index 71eb71c59..2a59af8fc 100644
--- a/docs/src/layouts/App/index.vue
+++ b/docs/src/layouts/App/index.vue
@@ -9,11 +9,11 @@
-->