Problem
wazoo.dev currently has no way to capture interested users who want early access. We need a waitlist so we can notify people when something is ready for them to try.
Proposed Solution
Add a /waitlist page (or integrate into existing landing page) with:
- Email signup form — captures emails, stores them for follow-up
- Discord server link —
discord.gg/GJwuGpcqKb for community discussion
Technical Approach
- Static site hosted on GitHub Pages (Deno-based, no SSR)
- Create
waitlist/index.html that posts to a capture endpoint
- Form submits to
https://etok.zo.space/api/waitlist (email storage API already built)
- Style to match existing site: IBM Plex Mono, dark theme (#040404), orange accent (#ff9800)
- Add nav link from homepage to
/waitlist
Assets Already Built
- API endpoint:
https://etok.zo.space/api/waitlist (GET returns count, POST with { email } adds subscriber)
- Email storage:
/home/workspace/waitlist-emails.json
- Zo Space page (reference):
https://etok.zo.space/waitlist
Todo
Problem
wazoo.dev currently has no way to capture interested users who want early access. We need a waitlist so we can notify people when something is ready for them to try.
Proposed Solution
Add a
/waitlistpage (or integrate into existing landing page) with:discord.gg/GJwuGpcqKbfor community discussionTechnical Approach
waitlist/index.htmlthat posts to a capture endpointhttps://etok.zo.space/api/waitlist(email storage API already built)/waitlistAssets Already Built
https://etok.zo.space/api/waitlist(GET returns count, POST with{ email }adds subscriber)/home/workspace/waitlist-emails.jsonhttps://etok.zo.space/waitlistTodo
waitlist/index.htmlstyled to match wazoo.devindex.html)wazootech/wazootech.github.io