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.