A super simple email collection template and boilerplate to quickly grab the emails of folks interested in your product.
Install with bun
bun install
bun dev # start the development server 🚧
bun run build # build and deploy 🚀Although the template can be configured with any backend service by only changing a few lines of code, this template uses appwrite for collecting emails.
Copy .env.example to .env. You will need the project ID, project name, and endpoint from your appwrite dashboard.
If you are new to appwrite, you can read the quick start documentation with react.