diff --git a/apps/docs/self-hosting/docker-compose.mdx b/apps/docs/self-hosting/docker-compose.mdx
index 55d15e4a2..5098556cd 100644
--- a/apps/docs/self-hosting/docker-compose.mdx
+++ b/apps/docs/self-hosting/docker-compose.mdx
@@ -13,7 +13,7 @@ Before you get started you will need to have a server that has the following:
- Docker
- x86-64 Architecture
-_You will also need to have access to an external SMTP server to send emails._
+_You will also need to have access to an SMTP server to send emails._
## Setup Instructions
diff --git a/apps/docs/self-hosting/introduction.mdx b/apps/docs/self-hosting/introduction.mdx
index cd84fa5ad..f79a42b10 100644
--- a/apps/docs/self-hosting/introduction.mdx
+++ b/apps/docs/self-hosting/introduction.mdx
@@ -20,9 +20,9 @@ If you want to have access to the latest features and bug fixes, you should cons
we do not provide support for this.
-## Demo
+## Live Demo
-If you want to try out Rallly before self-hosting it, you can try the official managed service at [rallly.co](https://app.rallly.co).
+If you want to try out Rallly before self-hosting it, you can try the official managed service at [app.rallly.co](https://app.rallly.co).
This version differs slightly from the self-hosted version in that it allows guest users to create polls without having to create an account
and is updated more frequently but it's still a good way to get a feel for the app.
diff --git a/apps/landing/public/locales/en/home.json b/apps/landing/public/locales/en/home.json
index 4b3f95570..f66371106 100644
--- a/apps/landing/public/locales/en/home.json
+++ b/apps/landing/public/locales/en/home.json
@@ -34,8 +34,7 @@
"freeSchedulingPollTitle": "Looking for a free scheduling poll?",
"freeSchedulingPollDescription": "Rallly let's you create beautiful and easy to use scheduling polls so you can find the best time for your next event.",
"new": "New",
- "julyRecap": "July Recap",
- "pricingUpdates": "Pricing Updates",
"metaTitle": "Rallly - Schedule Group Meetings",
- "metaDescription": "Create polls and vote to find the best day or time. A free alternative to Doodle."
+ "metaDescription": "Create polls and vote to find the best day or time. A free alternative to Doodle.",
+ "selfHostingBlog": "Rallly 3.0 Self-Hosting"
}
diff --git a/apps/landing/public/static/images/splash.png b/apps/landing/public/static/images/splash.png
new file mode 100644
index 000000000..799eaa593
Binary files /dev/null and b/apps/landing/public/static/images/splash.png differ
diff --git a/apps/landing/src/components/home/hero.tsx b/apps/landing/src/components/home/hero.tsx
index 434d64a7a..a9cd195c8 100644
--- a/apps/landing/src/components/home/hero.tsx
+++ b/apps/landing/src/components/home/hero.tsx
@@ -103,21 +103,17 @@ export const MarketingHero = ({
>
-
-
-
-
-
+
diff --git a/apps/landing/src/posts/rallly-3-0-self-hosting.md b/apps/landing/src/posts/rallly-3-0-self-hosting.md
new file mode 100644
index 000000000..14597d02a
--- /dev/null
+++ b/apps/landing/src/posts/rallly-3-0-self-hosting.md
@@ -0,0 +1,25 @@
+---
+title: Rallly 3.0 Self-Hosting
+date: "2023-09-13"
+excerpt: An exciting announcement for self-hosters.
+---
+
+Rallly 3.0 was launched [back in June](/blog/rallly-3-0) and since then it has only been available for users on the cloud-hosted version here on [rallly.co](/). Today, I'm excited to announce the official release of Rallly 3.0 for self-hosting making Rallly the best self-hostable alternative to Doodle.
+
+
+
+## How to use
+
+For information on how to self-host your own instance of Rallly, check out the [self-hosting docs](https://support.rallly.co/self-hosting) which include step-by-step instructions for running Rallly on your own server.
+
+## Pricing
+
+This update is [available for free](https://support.rallly.co/self-hosting/pricing) and allows users to enjoy all the features available here on their own self-hosted instance. If you are willing and able, there is an option to pay a one-time free which will help support further development of this project.
+
+## Upgrading from 2.x
+
+If you are already self-hosting Rallly you can have a look at the [release notes](https://github.com/lukevella/rallly/releases/tag/v3.0.0) for instructions and information about breaking changes.
+
+I hope you enjoy this update and as always please let me know if you have any [feedback](feedback@rallly.co).
+
+Cheers!