Introduction
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.