Block
Waitlist Page
A gorgeous full conversion registration template with input fields, CTA action mappings, and developer metrics social proofs.
Interactive Preview
Private Beta Access Open
Join the BrutxUI Waitlist Club
Get early developer keys to copy premium blocks, customized theme presets, and unlock deep registry CLI integrations before everyone else.
1,840+ Developers on waitlist
4.9/5 stars rating
Beta Invites sent daily
Registry Installation
pnpm dlx brutx@latest add waitlist-pageUsage Examples
import { WaitlistPage } from "@/components/ui/waitlist-page"
export default function Page() {
return (
<WaitlistPage
title="Secure early builder access to Brutx"
onWaitlistSubmit={(e, email) => {
}}
/>
)
}