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: 289Word Count: 259See All articles From Author

Add Comment

Hardware/Software Articles

1. Proeffico Solutions – Ai, Automation & Intelligent Business Solutions
Author: Proeffico Solution

2. Audit Readiness In Food Manufacturing With Erp Software
Author: Divyani Devgirikar

3. D-tools Agentic Ai: Retrieve Complete Av Project Information Using Simple Prompts
Author: office Hub Tech

4. Common Software Integration Challenges In Av Businesses (and How We Solve Them)
Author: office Hub Tech

5. Advanced Ost To Pst Converter For Outlook Users (2026)
Author: vSoftware

6. Rechnungssoftware Für Steuerberater: Wie Das Datev-system Die Zusammenarbeit Revolutioniert
Author: Uwe Peukert

7. Copilot In Business Central
Author: brainbell10

8. Computer Vision Security Monitoring: How Real-time Detection Improves Response?
Author: Vibrans Allter

9. Epos Direct Launches Cost-effective All-in-one Pos System For Uk Businesses
Author: Manoj Jethwa

10. Ai Monitoring For Ip Cameras: How Real-time Alerts Improve Site Security?
Author: Vibrans Allter

11. “why Hotels Are Switching To Saasaro In 2026”
Author: SaasAro

12. How Iot Is Transforming Ibc Container Rental With Real-time Monitoring And Asset Tracking
Author: Elint Systems

13. Best Ways To Remind Customers To Pay Their Debt
Author: TLR DebtXpert

14. Mikrotik Rb Ccr2004-1g-12s+2xs: A High-capacity Fiber Router For Enterprise Networks
Author: Andy

15. Mikrotik Ccr2004-16g-2s+: A Powerful Enterprise Router For High-performance Networking
Author: Andy

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