• The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked!
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
Supersaas Essentials: Powerful saas starter kit for Nuxt 3

Supersaas Essentials: Powerful saas starter kit for Nuxt 3 1.0

Developer
Fayaz Ahmed
Supersaas Essentials.png

The Simple, Fast & Smart Nuxt 3 Fullstack Kit.​

Cherry-picked their good features and enhanced the areas that needed improvement & added everything you need to build a modern SaaS

Easy Login and User Management​

We're all famililar with the pain of writing auth logic and the amount of use cases that come with it. I wanted to make it stupid simple and easy to use.
  • Email/Password
  • One-time Password
  • Magic Link
  • 15+ Social Logins
  • Passkeys
  • Email Verification
  • Password Reset
  • Link Multiple IDs

Simple Billing Management using a single composable​

Supports Stripe and Lemonsqueezy with one unified method.
usePayment("stripe")
usePayment("lemonsqueezy")
  • Manage Plans
  • Update Payment Methods
  • Cancel Subscriptions
  • Update Plans
  • Webhooks

Manage Profile Settings​

A simple way for users to manage and update their profile settings.
  • Update Name and Avatar
  • Unlink Social Accounts
  • Change Passwords
  • Remove Passkeys

Easy File Storage​

Supports S3 and local files with a simple API.

useFileStorage("S3")
useFileStorage("local")
  • Upload Files from Server
  • Upload Directly to S3
  • Local File Storage
  • Delete Files

Admin Panel​

Manage users, transactions, and waitlists easily.
  • User Management
  • Invite New Users
  • Resend Verification Emails
  • Send Password Reset Emails
  • Ban/Unban Users
  • Filter Users

Easy API Generation​

Generate API endpoints and database queries with a single command. Just run pnpm generate:api posts to create CRUD endpoints for your database table. Security is built-in but customizable.
1.0Version
4 Downloads
46 Views
0.00 star(s) 0 ratings
Last update

More resources from raz0r

Top