Skip to content

Add email waitlist + Discord CTA to wazoo.dev #1

Description

@EthanThatOneKid

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:

  1. Email signup form — captures emails, stores them for follow-up
  2. Discord server linkdiscord.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

  • Create waitlist/index.html styled to match wazoo.dev
  • Add nav link on homepage (index.html)
  • Commit and push to wazootech/wazootech.github.io
  • (Optional) Set up GitHub Pages custom domain redirect if needed

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions