diff --git a/docs/content/sponsor.md b/docs/content/sponsor.md
new file mode 100644
index 000000000..91ad38541
--- /dev/null
+++ b/docs/content/sponsor.md
@@ -0,0 +1,57 @@
+---
+title: "Sponsor"
+description: "Sponsor the rclone project."
+type: page
+aliases:
+- donate
+---
+
+# {{< icon "fa fa-heart heart" >}} Sponsor the rclone project
+
+Rclone is a free open-source project with thousands of contributions
+from volunteers all round the world and I would like to thank all of
+you for donating your time to the project.
+
+However, maintaining rclone is a lot of work - it is **my full time
+job**. Nothing stands still in the world of cloud storage. Rclone
+needs constant attention adapting to changes by cloud providers,
+adding new providers, adding new features, keeping the integration
+tests working, fixing bugs and many more things!
+
+I love doing the work and I'd like to keep doing it - your support
+helps make rclone possible.
+
+Thank you :-)
+
+{{< nick >}}
+
+## Business users
+
+If your business or your customers rely on rclone then it would make
+sense to sponsor rclone to ensure that the open source project you
+need stays healthy and well maintained.
+
+Sponsorship can include support contracts, advertising deals and
+consultancy.
+
+Please see our business site [rclone.com](https://rclone.com) for
+details.
+
+{{< bizbutton >}}
+
+## Personal users
+
+If you are a personal user and you would like to support the project
+with sponsorship as a way of saying thank you that would be most
+appreciated. {{< icon "fa fa-heart heart" >}}
+
+{{< monthly_donations >}}
+
+If you don't want to contribute monthly then of course we'd love a one
+off donation.
+
+{{< one_off_donations >}}
+
+## Current sponsors
+
+...Will appear here...
diff --git a/docs/layouts/chrome/menu.html b/docs/layouts/chrome/menu.html
index 3f9ea6bf5..e242c3ce9 100644
--- a/docs/layouts/chrome/menu.html
+++ b/docs/layouts/chrome/menu.html
@@ -34,7 +34,7 @@
Rclone forum
GitHub project
Rclone Wiki
- Donate
+ Sponsor
@njcw