diff --git a/opensaas-sh/blog/src/content/docs/general/admin-dashboard.mdx b/opensaas-sh/blog/src/content/docs/general/admin-dashboard.mdx
index 59c5601a..b0e6b028 100644
--- a/opensaas-sh/blog/src/content/docs/general/admin-dashboard.mdx
+++ b/opensaas-sh/blog/src/content/docs/general/admin-dashboard.mdx
@@ -2,7 +2,7 @@
title: Admin Dashboard
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import dbStudio from '@assets/stripe/db-studio.png';
diff --git a/opensaas-sh/blog/src/content/docs/general/user-overview.md b/opensaas-sh/blog/src/content/docs/general/user-overview.md
index 95201ca1..76a740e3 100644
--- a/opensaas-sh/blog/src/content/docs/general/user-overview.md
+++ b/opensaas-sh/blog/src/content/docs/general/user-overview.md
@@ -2,7 +2,7 @@
title: User Overview
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
This reference will help you understand how the User entity works in this template.
diff --git a/opensaas-sh/blog/src/content/docs/guides/analytics.md b/opensaas-sh/blog/src/content/docs/guides/analytics.md
index 9dea09a5..95054865 100644
--- a/opensaas-sh/blog/src/content/docs/guides/analytics.md
+++ b/opensaas-sh/blog/src/content/docs/guides/analytics.md
@@ -2,7 +2,7 @@
title: Analytics
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
This guide will show you how to integrate analytics for your app. You can choose between [Google Analytics](#google-analytics) and [Plausible](#plausible).
diff --git a/opensaas-sh/blog/src/content/docs/guides/authentication.md b/opensaas-sh/blog/src/content/docs/guides/authentication.md
index 6634a126..c62f52a5 100644
--- a/opensaas-sh/blog/src/content/docs/guides/authentication.md
+++ b/opensaas-sh/blog/src/content/docs/guides/authentication.md
@@ -2,7 +2,7 @@
title: Authentication
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
Setting up your app's authentication is easy with Wasp. In fact, it's already set up for you in the `main.wasp` file:
diff --git a/opensaas-sh/blog/src/content/docs/guides/authorization.md b/opensaas-sh/blog/src/content/docs/guides/authorization.md
index 071fd0d5..442700bd 100644
--- a/opensaas-sh/blog/src/content/docs/guides/authorization.md
+++ b/opensaas-sh/blog/src/content/docs/guides/authorization.md
@@ -2,7 +2,7 @@
title: Authorization
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
This guide will help you get started with authorization in your SaaS app.
diff --git a/opensaas-sh/blog/src/content/docs/guides/cookie-consent.mdx b/opensaas-sh/blog/src/content/docs/guides/cookie-consent.mdx
index 25b96168..ff68aa0b 100644
--- a/opensaas-sh/blog/src/content/docs/guides/cookie-consent.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/cookie-consent.mdx
@@ -2,7 +2,7 @@
title: Cookie Consent Modal
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import cookieBanner from '@assets/cookie-consent/cookiebanner.png';
diff --git a/opensaas-sh/blog/src/content/docs/guides/deploying.mdx b/opensaas-sh/blog/src/content/docs/guides/deploying.mdx
index b9e189fa..3e27214f 100644
--- a/opensaas-sh/blog/src/content/docs/guides/deploying.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/deploying.mdx
@@ -2,7 +2,7 @@
title: Deploying
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import npmVersion from '@assets/stripe/npm-version.png';
@@ -76,6 +76,12 @@ Here are a list of all of them (some of which you may not be using, e.g. Analyti
- [ ] `AWS_S3_FILES_BUCKET`
- [ ] `AWS_S3_REGION`
+:::tip[Deployed? Get some swag! 👕]
+
+Do you have an Open SaaS app running in production? If yes, we'd love to send some swag your way! All you need to do is fill out [this form](https://e44cy1h4s0q.typeform.com/to/EPJCwsMi) and we'll make it happen.
+
+:::
+
### Deploying to Fly.io
[Fly.io](https://fly.io) is a platform for running your apps globally. It's a great choice for deploying your SaaS app because it's free to get started, can host your entire full-stack app in one place, scales well, and has one-command deploy integration with Wasp.
diff --git a/opensaas-sh/blog/src/content/docs/guides/email-sending.mdx b/opensaas-sh/blog/src/content/docs/guides/email-sending.mdx
index 7aad1cfe..e10c60e4 100644
--- a/opensaas-sh/blog/src/content/docs/guides/email-sending.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/email-sending.mdx
@@ -2,7 +2,7 @@
title: Email Sending
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Tabs, TabItem } from '@astrojs/starlight/components';
diff --git a/opensaas-sh/blog/src/content/docs/guides/file-uploading.mdx b/opensaas-sh/blog/src/content/docs/guides/file-uploading.mdx
index 3de74c86..0907f400 100644
--- a/opensaas-sh/blog/src/content/docs/guides/file-uploading.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/file-uploading.mdx
@@ -2,7 +2,7 @@
title: File Uploading
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import findS3 from '@assets/file-uploads/find-s3.png';
diff --git a/opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx b/opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
index a4a56c38..df9c0c7a 100644
--- a/opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
@@ -2,7 +2,7 @@
title: Payments Integration
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import testApiKeys from '@assets/stripe/api-keys.png';
diff --git a/opensaas-sh/blog/src/content/docs/guides/seo.mdx b/opensaas-sh/blog/src/content/docs/guides/seo.mdx
index 197c13f5..3bb077a7 100644
--- a/opensaas-sh/blog/src/content/docs/guides/seo.mdx
+++ b/opensaas-sh/blog/src/content/docs/guides/seo.mdx
@@ -2,7 +2,7 @@
title: SEO
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import { Image } from 'astro:assets';
import openSaaSGoogle from '@assets/seo/open-saas-google.png';
diff --git a/opensaas-sh/blog/src/content/docs/guides/tests.md b/opensaas-sh/blog/src/content/docs/guides/tests.md
index a2eba3bc..6669a251 100644
--- a/opensaas-sh/blog/src/content/docs/guides/tests.md
+++ b/opensaas-sh/blog/src/content/docs/guides/tests.md
@@ -2,7 +2,7 @@
title: Tests
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
This guide will show you how to use the included end-to-end (e2e) tests for your Open SaaS application.
diff --git a/opensaas-sh/blog/src/content/docs/index.mdx b/opensaas-sh/blog/src/content/docs/index.mdx
index 7c18c7eb..2d74d6f0 100644
--- a/opensaas-sh/blog/src/content/docs/index.mdx
+++ b/opensaas-sh/blog/src/content/docs/index.mdx
@@ -2,7 +2,7 @@
title: Introduction
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import HiddenLLMHelper from '../../components/HiddenLLMHelper.astro';
diff --git a/opensaas-sh/blog/src/content/docs/start/getting-started.mdx b/opensaas-sh/blog/src/content/docs/start/getting-started.mdx
index e821f272..266f6b90 100644
--- a/opensaas-sh/blog/src/content/docs/start/getting-started.mdx
+++ b/opensaas-sh/blog/src/content/docs/start/getting-started.mdx
@@ -2,7 +2,7 @@
title: Getting Started
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
import VideoPlayer from '../../../components/VideoPlayer.astro';
diff --git a/opensaas-sh/blog/src/content/docs/start/guided-tour.md b/opensaas-sh/blog/src/content/docs/start/guided-tour.md
index c022f127..b0bea0bd 100644
--- a/opensaas-sh/blog/src/content/docs/start/guided-tour.md
+++ b/opensaas-sh/blog/src/content/docs/start/guided-tour.md
@@ -2,7 +2,7 @@
title: Guided Tour
banner:
content: |
- Open SaaS is now running on Wasp v0.16!
⚙️
If you're running an older version and would like to upgrade, please follow the migration instructions.
+ Have an Open SaaS app in production? We'll send you some swag! 👕
---
Awesome, you now have your very own SaaS app up and running! But, first, here are some important things you need to know about your app in its current state: