Waiting lists you and your customers will love
Hype is an open-source platform for developers to manage their demand for early access to their products. Easily add waitlists, referals, onboarding and payments with Hype.
We handle all the boring stuff, saving you hours of development time.
Manage your prospects in one place. From our dashboard you can see, filter, communicate with and even onboard your prospects.
Signed Up | Last Messaged | Access Granted | ||
---|---|---|---|---|
jamie@example.com | 5 minutes ago | Never | Pending | |
tim@example.com | 38 minutes ago | Never | Verified | |
alice@example.com | 2 days ago | Yesterday | Verified | |
bob@example.com | 3 days ago | Never | Bounced |
Hype has a strong focus on developer experience. We believe in giving developers time to focus on their product. Integrating should take minutes, not hours.
import {
Waitlist,
WaitlistEmail,
WaitlistSubmit,
WaitlistSuccess,
} from "@buildhype/react";
export function App() {
return (
<Waitlist apiKey="your-api-key">
<WaitlistEmail />
<WaitlistSubmit />
<WaitlistSuccess />
</Waitlist>
);
}
Learn how to use Hype with your favorite framework.
Stay up to date with the latest Hype updates.
Svelte SDK
Add a waitlist to your Svelte application with a few lines of code.
9/4/2025Prospect Notes
Keep track of your conversations with prospects.
9/3/2025Email Verification
Verify the email address of your prospects.
9/3/2025Prospect Notifications
Recieve notifications when a prospect joins your waitlist.
9/3/2025Better Auth Plugin
Control access to your app with our Better Auth plugin.
9/2/2025React SDK
Add a waitlist to your React application with a few lines of code.