claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Examples & Templates

open-saas

A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, slack, MS), Email sending, Background jobs, Landi…

Actively maintained
100/100
last commit 7 days ago
last release 28 days ago
releases 7
open issues 102
// install
git clone https://github.com/wasp-lang/open-saas

Welcome to your new SaaS App! 🎉

Open SaaS 2.0 - Free, open-source SaaS starter kit with superpowers | Product Hunt Open SaaS 2.0 - Free, open-source SaaS starter kit with superpowers | Product Hunt

https://github.com/user-attachments/assets/3856276b-23e9-455e-a564-b5f26f4f0e98

You've decided to build a SaaS app with the Open SaaS template. Great choice!

This template is:

  1. fully open-source
  2. completely free to use and distribute
  3. comes with a ton of features out of the box!
  4. ready to work with your favorite AI coding tool or agent (Claude Code, Cursor, Codex, OpenCode, etc.)

🧑‍💻 Check it out in action here: OpenSaaS.sh 📚 Check out the Docs here: Open SaaS Docs

What's inside?

The template itself is built on top of some very powerful tools and frameworks, including:

  • 🐝 Wasp - a full-stack React, NodeJS, Prisma framework with superpowers
  • 🚀 Astro - Astro's lightweight "Starlight" template for documentation and blog
  • 💸 Stripe, Polar.sh, or Lemon Squeezy - for products and payments
  • 💅 ShadCN UI - for components & styling (plus admin dashboard!)
  • 🤖 AI-Ready - Custom Plugins, Skills, & Rules for AI-assisted coding with Claude Code, Cursor, or your favorite AI-assisted coding tool
  • 📈 Plausible or Google Analytics
  • 🤖 OpenAI - OpenAI API w/ function calling example
  • 📦 AWS S3 - for file uploads
  • 📧 SendGrid, MailGun, or SMTP - for email sending
  • 🧪 Playwright - end-to-end tests with Playwright

Because we're using Wasp as the full-stack framework, we can leverage a lot of its features to build our SaaS in record time, including:

  • 🔐 Full-stack Authentication - Email verified + social Auth in a few lines of code.
  • End-to-end Type Safety - Type your backend functions and get inferred types on the front-end automatically, without the need to install or configure any third-party libraries. Oh, and type-safe Links, too!
  • 🤖 Jobs - Run cron jobs in the background or set up queues simply by defining a function in the config file.
  • 🚀 One-command Deploy - Easily deploy your DB, Server, & Client with one commaned to Railway or Fly.io via the CLI. Or deploy manually to any other hosting serivce of your choice.

You also get access to Wasp's diverse, helpful community if you get stuck or need help.

Getting Started

Simple Instructions

First, to install the latest version of Wasp on macOS, Linux, or Windows with WSL, run the following command:

npm i -g @wasp.sh/wasp-cli

Then, create a new SaaS app with the following command:

wasp new -t saas

This will create a clean copy of the Open SaaS template into a new directory, and you can start building your SaaS app right away!

Detailed Instructions

For everything you need to know about getting started and using this template, check out the Open SaaS Docs.

We've documented everything in great detail, including installation instructions, pulling updates to the template, guides for integrating services, SEO, deployment, and more. 🚀

Getting Help & Providing Feedback

There are two ways to get help or provide feedback (and we try to always respond quickly!):

  1. Open an issue
  2. Wasp Discord -- please direct questions to the #🙋questions forum channel

Development Tools

Code Quality Tools

This repository includes comprehensive code quality tooling to help maintain code standards:

Prettier (Code Formatting)

Prettier is configured for automatic code formatting across all JavaScript, TypeScript, and other supported files.

# Check if files are formatted correctly
npm run prettier:check

# Automatically format all files
npm run prettier:format

ESLint (Code Linting)

ESLint is configured with TypeScript and React support to catch potential bugs and enforce code quality standards.

# Run ESLint to check for issues
npm run lint

# Automatically fix fixable issues
npm run lint:fix

The ESLint configuration includes:

  • TypeScript support with @typescript-eslint
  • React and React Hooks linting
  • Sensible defaults tuned for a SaaS application
  • Automatic support for CommonJS (.cjs), ES Modules (.mjs), and TypeScript files

Both Prettier and ESLint checks are automatically run in CI/CD pipelines to ensure code quality.

For information about other development tools used to maintain derived projects (like opensaas.sh and template-test), see tools/README.md.

Contributing

Note that we've tried to get as many of the core features of a SaaS app into this template as possible, but there still might be some missing features or functionality.

We could always use some help tying up loose ends: contributions are welcome! Check out CONTRIBUTING.md for more details.

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageTypeScript

// faq

What is open-saas?

A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, slack, MS), Email sending, Background jobs, Landing page, Payments (Stripe, Polar.sh), Shadcn UI, S3 file upload. AI-ready with tailored AGENTS.md, skills, and Claude Code plugin. One cmd deploy. Powered by Wasp full-stack framework.. It is open-source on GitHub.

Is open-saas free to use?

open-saas is open-source under the MIT license, so it is free to use.

What category does open-saas belong to?

open-saas is listed under skills in the Claudeers registry of Claude-compatible tools.

0 views
14,837 stars
unclaimed
updated 15 days ago

// embed badge

open-saas on Claudeers
[![Claudeers](https://claudeers.com/api/badge/open-saas.svg)](https://claudeers.com/open-saas)

// retro hit counter

open-saas hit counter
[![Hits](https://claudeers.com/api/counter/open-saas.svg)](https://claudeers.com/open-saas)

// reviews

// guestbook

0/500

// related in Examples & Templates

🔓

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!

// templatesant-design/TypeScript38,502MIT[ claude ]
🔓

Claude Code skill that removes signs of AI-generated writing from text

// templatesblader/27,909MIT[ claude ]
🔓

Clone any website with one command using AI coding agents

// templatesJCodesMore/TypeScript26,241MIT[ claude ]
🔓

Claude Code for academics — skills, agents, and setup guides

// templateschrisblattman/JavaScript418MIT[ claude ]

// built by

1 of its contributors also build on official projectsclaude-cookbooks, claude-quickstarts

→ see how open-saas connects across the ecosystem