Super Admin
Learn how to set up super admin access in your Indie Kit application
Setting up super admin access in your Indie Kit application is simple. This will give you access to waitlist and plan management features.
Prerequisites ✅
Make sure you have:
Quick Setup ⚡
-
Add your admin email to the environment variables:
SUPER_ADMIN_EMAILS=your.email@example.com NEXT_PUBLIC_SIGNIN_ENABLED=true
💡 Tip: You can add multiple admin emails by separating them with commas
SUPER_ADMIN_EMAILS=admin1@example.com,admin2@example.com
-
That's it! Now you can:
- Access the waitlist management dashboard
- Manage subscription plans
Verifying Access ✅
- Sign in with your admin email
- Visit
/super-admin
- You should see the super admin dashboard
- Test waitlist and plan management features
Now you have full administrative access to your Indie Kit application! 🚀