Show HN: hink - Link Shortener for Hackers

1 ccbikai 0 8/13/2025, 1:03:56 PM github.com ↗
The principle is to use the hash of a Git empty commit as the unique identifier for a short link, storing the original long link in the commit message. When the short link is accessed, the system retrieves the long link by requesting the corresponding .patch file from GitHub and performs a redirect. Combined with the analytics dashboard of a WAF (Web Application Firewall), this creates a link shortening service with access statistics.

Currently, this solution has been tested and works on the following platforms:

Cloudflare Workers/Snippets + Cloudflare WAF (Pro) Tencent EdgeOne (Free) Alibaba Cloud ESA (Free)

Comments (0)

No comments yet