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 ⚡

  1. 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
  2. That's it! Now you can:

    • Access the waitlist management dashboard
    • Manage subscription plans

Verifying Access ✅

  1. Sign in with your admin email
  2. Visit /super-admin
  3. You should see the super admin dashboard
  4. Test waitlist and plan management features

Now you have full administrative access to your Indie Kit application! 🚀