{"id":50931656,"url":"https://github.com/zeitgg/zeitlist","last_synced_at":"2026-06-17T05:02:49.220Z","repository":{"id":286951177,"uuid":"963061614","full_name":"zeitgg/zeitlist","owner":"zeitgg","description":"Simple Waitlist app with Upstash Redis \u0026 Arcjet Email Validation","archived":false,"fork":false,"pushed_at":"2025-12-25T17:27:52.000Z","size":4992,"stargazers_count":5,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T19:47:37.355Z","etag":null,"topics":["arcjet","nextjs","redis","upstash","upstash-redis","vercel","waitlist"],"latest_commit_sha":null,"homepage":"https://zeitlist-one.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeitgg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-09T05:16:28.000Z","updated_at":"2026-01-27T13:36:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"774bfbf3-8ea6-460d-8df0-3f7cd30056a0","html_url":"https://github.com/zeitgg/zeitlist","commit_stats":null,"previous_names":["1w6ts/waitlist-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeitgg/zeitlist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeitgg%2Fzeitlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeitgg%2Fzeitlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeitgg%2Fzeitlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeitgg%2Fzeitlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeitgg","download_url":"https://codeload.github.com/zeitgg/zeitlist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeitgg%2Fzeitlist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcjet","nextjs","redis","upstash","upstash-redis","vercel","waitlist"],"created_at":"2026-06-17T05:02:44.619Z","updated_at":"2026-06-17T05:02:49.212Z","avatar_url":"https://github.com/zeitgg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeitlist\n\nthis is a waitlist app. it uses redis. and arcjet to validate emails.\n\n![](zeitlist.gif)\n\n## Core Functionality\n\n- Provides a simple form for users to submit their email.\n- Validates submitted emails using Arcjet before processing.\n- Stores valid emails in a Redis list managed by Upstash.\n- Displays a live count of total signups.\n\n## Tech Used\n\n- **Framework:** Next.js\n- **Database:** Upstash (Redis)\n- **Email Validation:** Arcjet\n- **Styling:** Tailwind CSS\n- **Language:** TypeScript\n\n## Local Setup\n\nTo get this running on your machine:\n\n1.  **Clone it:**\n\n    ```bash\n    git clone ``https://github.com/zeitgg/zeitlist.git`\n    cd zeitlist\n    ```\n\n2.  **Install dependencies:**\n\n    ```bash\n    bun i\n    ```\n\n3.  **Set up environment variables:**\n    You'll need API keys/URLs. Create a `.env.local` file in the root directory and dd these variables:\n\n    ```plaintext\n    # Get from your Upstash dashboard\n    UPSTASH_REDIS_REST_URL=\"YOUR_UPSTASH_REDIS_URL\"\n    UPSTASH_REDIS_REST_TOKEN=\"YOUR_UPSTASH_REDIS_TOKEN\"\n\n    # Get from your Arcjet dashboard\n    ARCJET_SITE_KEY=\"YOUR_ARCJET_SITE_KEY\"\n    ```\n\n4.  **Run the dev server:**\n\n    ```bash\n    bun dev\n    ```\n\n5.  **Open in browser:** `http://localhost:3000`\n\n## How it Works (Quick Overview)\n\n1.  User submits their email via the frontend.\n2.  The submission hits an API route (e.g., `/api/waitlist/`).\n3.  This API route first passes the email to Arcjet for validation.\n4.  If Arcjet approves, the email is added to a list in Redis using the Upstash SDK.\n5.  A separate API route (e.g., `/api/waitlist/count`) reads the length of the Redis list to get the current signup count.\n6.  The frontend fetches from the count endpoint and displays the number.\n\n## Contributing\n\nIssues and PRs welcome.\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeitgg%2Fzeitlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeitgg%2Fzeitlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeitgg%2Fzeitlist/lists"}