
this is a waitlist app. it uses redis. and arcjet to validate emails.
To get this running on your machine:
Clone it:
Install dependencies:
Set up environment variables:
You'll need API keys/URLs. Create a .env.local file in the root directory and dd these variables:
Run the dev server:
Open in browser: http://localhost:3000
/api/waitlist/)./api/waitlist/count) reads the length of the Redis list to get the current signup count.Issues and PRs welcome.