Experimental design laboratory—free and open-source components.
Clone the website locally:
git clone https://github.com/haaarshsingh/www.git
cd www
# Install dependencies
bun install
bun dev
Server should now be running on localhost.
This website uses Resend Broadcasts to manage the newsletter. Sign up for an account, and replace the following API key in .env.EXAMPLE
with your own:
RESEND_API_KEY=""
This project is a collection of experimental components, and it's meant to explore concepts that might not be things you want to put into a production application. That being said, it's licensed under MPL 2.0.