123ArticleOnline Logo
Welcome to 123ArticleOnline.com!
ALL >> Hardware-Software >> View Article

Getting Started With Open Saas

Profile Picture
By Author: Ricardo Batista
Total Articles: 1
Comment this article
Facebook ShareTwitter ShareGoogle+ ShareTwitter Share

When building [AI Blog Articles](https://getaiblogarticles.com/) and [Meeting Reminders](https://meeting-reminders.com/), I decided to get started as fast as possible. So I looked for a free boilerplate and stumbled upon Open SaaS, which used YC-backed Wasp. It is a full-stack React + NodeJS + Prisma that takes 8 hours to get started with.

Their documentation is brilliant, and great support over Discord. I decided to list here the full walkthrough on how to set up the development environment so that it is a simple copy-paste for you.

For frontend deployment, I used Netlify (for the generous free package) and the recommended fly.io for server + database (also cheap package).

Run development commands

Start development database:
cd app && wasp start db

View development database in Prisma:
wasp db studio

Start development app:
cd app && wasp start

Start development blog:
cd blog && npm install && npm run dev

Run frontend deployment commands

Locate the folder:
cd .wasp/build/web-app

Install dependencies:
...
... npm install && REACT_APP_API_URL={your-server-URL} npm run build

Deploy preview:
netlify deploy

Deploy to production:
netlify deploy --prod

Every time there is a Wasp app rebuild (with wasp build), it will remove your .wasp/build/ directory. Until the GitHub issue is fixed, you need to update netlify.toml’s publish line to:

publish = ".wasp/build/web-app/build"

Run backend & db deployment commands

Locate the folder:
cd .wasp/build/

Deploy preview:
flyctl deploy --remote-only --config ../../src/shared/fly-server.toml
Every time there is a Wasp app rebuild (with wasp build), it will remove your .wasp/build/ directory. That’s why there is a copy of the file in app/src/shared/.

Run blog deployment commands

Locate the folder:
cd blog

Build the app:
npm run build

Deploy preview:
netlify deploy

Deploy to production:
netlify deploy --prod


Good luck with building, hopefully it will be faster now!

Other projects from the Founder:

- [Tramitit](https://tramitit.com/)
- [FidForward](https://fidforward.com/)

Total Views: 98Word Count: 259See All articles From Author

Add Comment

Hardware/Software Articles

1. Hose Pipe & Coupling Branch Pipe - Manxpower
Author: MANXPOWER

2. Why Reliable It Support Services Are Essential For Modern Businesses
Author: Entrust Network Services

3. Understanding The Cost Of Custom Software Development: What To Expect And How To Budget
Author: Herbert

4. Is It Time To Migrate Your Visual Basic 6 App? Here's How To Do It Right
Author: Adam Green

5. Expense Management Software Vs. Manual Expense Tracking: A Comparative Analysis
Author: Hourglass IT

6. Online Classroom Management Software
Author: Aditya Sharma

7. How To Develop Your Ability To Think Design
Author: ayush

8. Why Is Purchase Order Management Software Essential For Your Business?
Author: Kiran

9. Revolutionizing Business Efficiency With Smart Tech Solutions: Erp, Ai, And Beyond
Author: Digiprima

10. How Custom Software Development Empowers Businesses
Author: Giorgi Jaxel

11. A Step-by-step Guide To Setting Up Inverter, Battery, And Ups Systems
Author: Sonic Distributors

12. Comprehensive It Services For Nonprofits: Why Entrust Network Is Your Trusted Partner
Author: Entrust Network Services

13. 2025 Creative Review Software: Increasing Cooperation And Productivity
Author: ayush

14. Utilizing Website Proofing Tools To Simplify Web Development
Author: ayush

15. Transforming Business Operations With Cutting-edge Mobile App Development
Author: Digitallyever

Login To Account
Login Email:
Password:
Forgot Password?
New User?
Sign Up Newsletter
Email Address: