diff --git a/README.md b/README.md
index 27708b00..7b1bc1fc 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@

+[](#backers) [](#sponsors)
[](https://travis-ci.org/parse-community/parse-server)
[](https://codecov.io/github/parse-community/parse-server?branch=master)
[](https://www.npmjs.com/package/parse-server)
@@ -378,3 +379,76 @@ We really want Parse to be yours, to see it grow and thrive in the open source c
-----
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
+
+
+# Backers
+
+Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/parse-server#backer)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+# Sponsors
+
+Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/parse-server#sponsor)]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 5a339cb7..fa65e8cc 100644
--- a/package.json
+++ b/package.json
@@ -88,5 +88,10 @@
"optionalDependencies": {
"bcrypt": "1.0.3",
"uws": "^8.14.1"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/parse-server",
+ "logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
}
}