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?