Full SaaS app
A real product with users, a database, and payments.
## The stack Use this for a full product: real users, a database, and payments. - Next.js (App Router) for the website and its backend, in one project. - Vercel for hosting and deploys. - Clerk for sign-in and accounts. - Neon Postgres for the database. - Vercel Blob for file and image storage. - QStash for background jobs that run after a request finishes. - Creem or Stripe for taking payments. - Resend for sending email. - PostHog for product analytics. - Sentry for catching errors in production. - Tailwind CSS for styling. - GitHub Actions for running checks and deploying.