- SignalDesk5 days ago
Original Summary
What it is: Jinx is just links. A small static website on GitHub. You add your links to one file, turn on GitHub Pages, and point your own domain at it. No server, no database, nothing to maintain. It’s working well for my team at work. What it does: 🔗 Short links on your own domain ( yourname.com /thing) that redirect instantly. 🔎 A searchable page listing all your links. Typos are redirected to the search page. 🔳 QR codes for each link, generated in js in the browser, no external API calls. 📈 Click counts via GoatCounter (free, privacy-preserving, no cookies) Nested paths if you want them (e.g. contact/email, contact/whatsapp, etc.) 🔐 Access control for who can edit links is done through github repo access. 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. 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. Live example: jinx.fyi | Code: github.com/gdmcdonald/jinx Would love to hear feedback, what do you like or not like, what would make it more useful for you?   submitted by   /u/who_ate_my_motorbike [link]   [comments]
- 情报分类:商业与市场研究
- 分类依据:内容涉及商业、投资或市场动态
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/16 11:56:15
- No replies yet