From 628a57b4421bf36e59d8252b88e76955d04506dd Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 28 Sep 2025 12:34:10 -0700 Subject: [PATCH] Feat: Add concise project README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..499dbb0 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 4ev.link + +A simple, permanent URL shortener built on Cloudflare Workers, D1, and KV. + +## Features + +- Custom slugs & user accounts. +- Fast redirects using Cloudflare's edge network. +- Secure with reCAPTCHA. + +## Deployment + +1. Clone this repository. +2. Configure secrets in your Cloudflare dashboard: + - `RECAPCHA_KEY`: Your Google reCAPTCHA v2 secret key. + - Bind a D1 database as `D1_EV`. + - Bind a KV namespace as `KV_EV`. +3. Deploy with `wrangler deploy`.