Waitlist API
atroui/api-waitlistFreeItem
POST /api/waitlist - Resend audience or SMTP via atroui/api/waitlist.
Install it
npx shadcn@latest add https://atroui.com/r/api-waitlist.jsonSource
1import { handleWaitlistPost } from "atroui/api/waitlist"23export const runtime = "nodejs"45export async function POST(req: Request) {6 return handleWaitlistPost(req)7}
What it pulls in
npm packages
Files it writes
More from atroui
All 81 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Contact APIapi-contact | atroui | Other | Free | 1 dep | |
| OG Generate APIapi-generate | atroui | Other | Free | 1 dep | |
| Newsletter APIapi-newsletter | atroui | Other | Free | 1 dep | |
| Scope Chat APIapi-scope | atroui | Other | Free | 1 dep | |
| Thumbnail APIapi-thumbnail | atroui | Other | Free | 1 dep |
