mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-24 16:06:42 +01:00
open saas consistency
This commit is contained in:
@@ -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.*"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user