Skip to content

Releases: Yupcha/waitless

Waitless v0.1.0

29 Jun 20:20

Choose a tag to compare

First public release of Waitless — an open-source, self-hosted waitlist & launch platform. Bring your own SMTP, own your subscriber list, zero lock-in.

Highlights

  • Launch — public waitlist pages (/w/:slug), an embeddable <script> widget, referral codes, and a coupon engine.
  • Manage — analytics dashboard (signup trends & growth), subscriber search/filter/bulk actions, CSV import/export, unlimited projects.
  • Email — Gmail & Zoho OAuth, any SMTP (Mailgun, SES, SendGrid, Postmark), HTML templates, custom from-name.
  • Platform — REST API with key auth, webhooks, Telegram notifications, and an admin panel.

Run it

git clone https://github.com/Yupcha/waitless
cd waitless
docker compose -f docker/docker-compose.yml up -d

Visit http://localhost:8080 — the first account becomes the admin. See the README for building from source.

Stack: Go 1.25 · React 19 · PostgreSQL 16 · Docker. MIT-licensed.