open saas consistency

This commit is contained in:
Franjo Mindek
2025-09-24 14:10:17 +02:00
parent 492f39d405
commit 12921ef92e
8 changed files with 54 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ Here's a video presenting Open SaaS, generated with TurboReel 🐝
## TurboReel's Tech Stack
TurboReel lets users generate short explainer videos with minimal effort. Starting with a single text prompt describing the video's purpose (e.g. “Create a video on building your SaaS with OpenSaaS”), you can produce professional grade TikTok and YT shorts without needing any video editing skills.
TurboReel lets users generate short explainer videos with minimal effort. Starting with a single text prompt describing the video's purpose (e.g. “Create a video on building your SaaS with Open SaaS”), you can produce professional grade TikTok and YT shorts without needing any video editing skills.
<VideoPlayer src={studioInterface} lgWidth="100%" />
@@ -116,7 +116,7 @@ app myApp {
### Out-of-the-box Stripe integration
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.
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 Open SaaS streamlined the process - you just need to add your API key and you're good to go.
> *"Payments are usually a huge headache, but Open SaaS made it so smooth. I didn't have to spend weeks integrating Stripe—it just worked. That gave me more time to focus on TurboReel's core functionality.*"

View File

@@ -145,7 +145,7 @@ You can install the Wasp VSCode extension by searching for "Wasp" in the Extensi
## Setting up your SaaS app
### Cloning the OpenSaaS template
### Cloning the Open SaaS template
From the directory where you'd like to create your new project run:
```sh

View File

@@ -53,7 +53,7 @@ We've structured this full-stack app template vertically (by feature). That mean
Let's check out what's in the `app` folder in more detail:
:::caution[v0.13 and below]
If you are using an older version of the OpenSaaS template with Wasp `v0.13.x` or below, you may see a slightly different file structure. But don't worry, the vast majority of the code and features are the same! 😅
If you are using an older version of the Open SaaS template with Wasp `v0.13.x` or below, you may see a slightly different file structure. But don't worry, the vast majority of the code and features are the same! 😅
:::
```sh