Skip to content

Commit 244a00e

Browse files
committed
add proper banner to turboreel
1 parent 7f73a44 commit 244a00e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

opensaas-sh/blog/src/content/docs/blog/2024-12-10-turboreel-os-ai-video-generator-built-with-open-saas.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ import reddit200Upvotes from '../../../assets/turboreel/reddit-200-upvotes.webp'
1818

1919
Peter is the creator of [**TurboReel**](https://turboreelgpt.tech/), an open-source platform with a paid SaaS layer, that transforms how creators generate short-form video content. With just a prompt, users can produce polished TikToks and YouTube Shorts in moments.
2020

21-
<div style="background-color: #FFD700; padding: 1rem; text-align: center; font-size: 1.2rem; font-weight: bold; border-radius: 8px;">
22-
⭐️ Star <a href="https://github.com/opensaas" style="color: #0000FF; text-decoration: underline;">Open SaaS Repo</a> and support tools that help you build fast!
23-
</div>
24-
2521
But like any SaaS founder, Peter faced the challenge of turning his vision into reality without getting bogged down in repetitive technical setup. That's where [**Wasp's Open SaaS boilerplate**](https://opensaas.sh/) came in.
2622

2723
In this post, we'll cover three main things: what inspired Peter to kickstart the project, how he chose the tech stack to build on, and finally, how he made his first $100. Let's dive in!
@@ -114,6 +110,10 @@ app myApp {
114110
}
115111
```
116112

113+
<div style="background-color: #FFD700; padding: 1rem; text-align: center; font-size: 1.2rem; font-weight: bold; border-radius: 8px; color: black;">
114+
⭐️ Star <a href="https://github.com/wasp-lang/open-saas" style="color: #0000FF; text-decoration: underline;">Open SaaS repo</a> and support tools that help you build fast!
115+
</div>
116+
117117
### Out-of-the-box Stripe integration
118118

119119
Another significant advantage for Peter was how Open SaaS handled third-party integrations. Setting up services like [**Stripe for payments**](https://docs.opensaas.sh/guides/payments-integration/) often requires a lot of effort, but Wasp's OpenSaaS streamlined the process - you just need to add your API key and you're good to go.

0 commit comments

Comments
 (0)