Supersaas – A fast, modern, and easy to use Nuxt 3 starter kit.



This content originally appeared on DEV Community and was authored by Fayaz Ahmed

Supersas.dev A fast, modern, and easy to use Nuxt 3 starter kit. Made for people who want to build fast

🔒 Authentication – Email/Password, OTP, Magic Link, Passkeys, Social Logins
💳 Stripe & Lemonsqueezy payments – Unified payment hook usePayment
📁 File storage – S3, Local files, Nuxthub R2
📦 Database – Turso, Postgres, Cloudflare D1, Drizzle ORM
✉ Emails
🌎 Works on the Edge – Cloudflare workers, Nuxthub, vercel

I had actually built a bare minimum version of Supersaas a couple of months ago, dog fooded it with my clients products and I learned what it lacked. Rewrote it again from scratch and made several improvements, now its feature packed and I have literally a lot of time trying to make this as easy as possible to start new projects.

I talked to users on how to improve it and added lemonsqueezy support, made it nuxthub ready and I even went ahead and purchased a bunch of boilerplates to understand what they lacked, most of those templates tried too hard and made it too complex to understand, which kinda makes me proud of how simple I made mine

No trpc, no complex types, just plain old rest apis with a solid foundation and architecture which I have learned working at multiple companies over the years.


This content originally appeared on DEV Community and was authored by Fayaz Ahmed