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.
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?
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?