• Blog
  • Documentation
  • Courses
  • Changelog
  • AI Starters
  • UI Kit
  • FAQ
  • Supamode
    New
  • Pricing

Launch your next SaaS in record time with Makerkit, a React SaaS Boilerplate for Next.js and Supabase.

Makerkit is a product of Makerkit Pte Ltd (registered in the Republic of Singapore)Company Registration No: 202407149CFor support or inquiries, please contact us

About
  • FAQ
  • Contact
  • Verify your Discord
  • Consultation
  • Open Source
  • Become an Affiliate
Product
  • Documentation
  • Blog
  • Changelog
  • UI Blocks
  • Figma UI Kit
  • AI SaaS Starters
License
  • Activate License
  • Upgrade License
  • Invite Member
Legal
  • Terms of License

Announcing the Waitlist plugin

Jun 24, 2024

The waitlist plugin is a new feature that allows your users to sign up for early access to your app.

changelog

I am happy to announce the release of the new waitlist plugin for Makerkit 🎉

The waitlist plugin allows your users to sign up for early access to your app, making it easier for you to build a list of interested users before your app is even launched.

This was one of the most requested additions to Makerkit, and I'm excited to finally be able to share it with you! 🚀

How does the Waitlist plugin work?

Here is a short summary of how the waitlist plugin works:

  1. Waitlist form: The waitlist plugin adds a form to your app that allows users to sign up for early access. You can add this anywhere in your app, and customize the trigger to fit your design.
  2. Waitlist collection: The users who sign up for early access are added to the waitlist table in your database.
  3. Marking users as invited: To invite users to your app, you can mark them as approved from the Supabase dashboard, or by updating the approved field in the waitlist table with a query (such as, customers subscribed before a certain date)
  4. Email notifications: Our Database trigger will send an email to the user when they are marked as approved - letting them know they can now access the app.

The signup form will look like the below image:

How to install the waitlist plugin into your Kit

Please follow the documentation to install the Waitlist Plugin. This will guide you through the process of adding the plugin to your app and setting up the database migrations.

Some other posts you might like...
Aug 29, 2025Introducing Custom Dashboards in Supamode: Build Dynamic Analytics InterfacesCreate powerful Supabase dashboard interfaces with Supamode's custom analytics platform. Build personalized Supabase analytics views with drag-and-drop widgets and real-time data visualization.
Aug 21, 2025Makerkit 2.13.0: Components Showcase, Next.js 15.5 & Advanced Data TablesNext.js 15.5 upgrade, Component Showcase, enhanced Table component directly from Supamode to the SaaS Kit
Jul 10, 2025Introducing Supamode, the enterprise-grade Super Admin for SupabaseIntroducing Supamode, a self-hosted enterprise-grade Super Admin for Supabase, turning your database into a powerful, flexible, and secure CMS.
Jun 13, 2025Makerkit 2.11.0: Building Better Authentication ExperiencesDeep dive into the new authentication features: Identity Linking, OTP Sign-In, Smart User Hints, and Legacy Plans support. Learn how these features solve real user problems and reduce support overhead.
Apr 29, 2025Multi-Platform Deployment: Docker, Cloudflare & Self-Hosting Now Available in MakerkitDeploy your Makerkit SaaS projects anywhere with our new first-class support for Docker, Cloudflare, and self-hosting on VPS. Generate configuration files with a single command and follow our comprehensive guides to get up and running quickly.
Mar 10, 2025Introducing the React Router 7 SaaS Starter KitAnnouncing the release of our React Router 7 + Supabase SaaS Boilerplate! The SaaS template for shipping your SaaS with React Router 7.
Mar 1, 2025Using OTP Verification in MakerkitLearn how to implement OTP verification in Makerkit to add extra security to your application.