简介
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 - for products and payments
- 📈 Plausible or Google Analytics
- 🤖 OpenAI - OpenAI API integrated into the app or Replicate (coming soon 👀)
- 📦 AWS S3 - for file uploads
- 📧 SendGrid, MailGun, or SMTP - for email sending
- 💅 TailwindCSS - for styling
- 🧑💼 TailAdmin - admin dashboard & components for TailwindCSS
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 via the CLI to Fly.io, or to other providers like Railway and Netlify.