SaaS template for building web apps with AI features
Top 51.0% on sourcepulse
This repository provides a deprecated SaaS template built with the Wasp framework, integrating GPT API, Google Authentication, Tailwind CSS, and Stripe Payments. It's designed as a free, opinionated starting point for developers to rapidly build full-stack applications, leveraging a PERN (Postgres, Express, React, Node) stack with TypeScript.
How It Works
The template utilizes Wasp as a full-stack framework to abstract away boilerplate and configuration. Wasp allows developers to define core features in a main.wasp
configuration file, which then generates a React-Express-Prisma application. This approach simplifies integration of features like Google Authentication and email newsletters (via SendGrid), and streamlines payment processing with Stripe's subscription model.
Quick Start & Requirements
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
wasp new <project-name> -t saas
wasp start db
(if using Docker), wasp db migrate-dev
, wasp start
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
This template is explicitly marked as deprecated, recommending users migrate to OpenSaaS.sh for improved features and usability. The README does not detail specific limitations of this older version.
1 year ago
1+ week