Original Summary
Jinx is just links, a small static website on GitHub to share short links to your stuff. Add your links to one file, turn on GitHub Pages, and point your own domain at it. I built it because the options all seemed wrong for a small team: paid shorteners charge monthly for what's essentially a lookup table; free self-hosted ones (YOURLS, Shlink, etc.) still need a server and a database to maintain; and free tiers of hosted services like bitly or tinyurl cap your links or paywall basic features. It’s working well for my team at work.<p>What it does:<p>• Short links on your own domain (yourname.com/thing) that redirect instantly.<p>• A searchable page listing all your links. Typos are redirected to the search page.<p>• QR codes for each link, generated in js in the browser, no external API calls.<p>• Click counts via GoatCounter (free, privacy-preserving, no cookies)<p>• Nested paths if you want them (e.g. contact/email, contact/whatsapp, etc.)<p>• Access control for who can edit links is done through github repo access.<p>Why another link shortener? Paid link shorteners cost money every month for something that's really just a lookup table. Free open-source link shorteners require you to host the app somewhere and pay monthly for that instead. Freemium services like bitly paywall you with limits on the number of links, edit ability, sometimes redirect your QR code to an ad . So I built a link shortening tool focused on simplicity as a static website and open-sourced it.<p>Setup: fork the repo, edit the config and the links, turn on GitHub Pages. Takes about five minutes. MIT licensed, free, no ads, no account required beyond GitHub itself.<p>Live example: jinx.fyi Code: github.com/gdmcdonald/jinx<p>Would love to hear feedback, what do you like or not like, what would make it more useful for you?
中文概览
中文标题: Show HN:Jinx——可免费托管在GitHub Pages上的链接缩短工具
作者发布开源链接缩短工具Jinx,作为GitHub上的静态网站,把链接写入一个文件并开启GitHub Pages即可使用自有域名。支持链接搜索页、浏览器内生成二维码、GoatCounter点击统计、嵌套路径,编辑权限由GitHub仓库控制,MIT许可,无需服务器或数据库。
- 情报分类:开源项目与落地
- 分类依据:Show HN开源静态链接缩短工具,基于GitHub Pages托管
- 信息来源:Hacker News 新项目
- 发布时间:2026/9/18 10:56:04
- 暂无回复