Something about us:
Allun.ga is an italian [open source, succint, vaporwave, material-design] based URL shortner, written in ReactJS.
Allun.ga's name come from an italian verb which means 'to extend', we choose it to create the domain hack and obviously the wordplay.
Allun.ga is against racism, women harassment, pineapple bacon pizza and, of course, light themes in IDEs.
Feel free to use Allun.ga to shorten your url, but remember that we are in beta, so be patient if something doesn't work properly: open an issue on our Github repo, we'll work on it ;)
Top comments (11)
What made you go with a shortner that was JS powered? Since this method will make hitting "back" impossible.
Well we choose JS (specifically React) because
As the back button history, I don't see the issue. After you expand an URL where should you "go back to"? (or maybe you mean something else?)
Best regards :)
Consider a user on twitter interacting with a tweet that has a link from your site. Clicking on this link will result in an HTTP 200 response for the page which will then redirect to the next link in the chain, which will hopefully also return a 200.
Where as, if this was a server side app you would not return a 200 but a 301 making it so that when the user is on site B and hits “back then they would go back to twitter and not your app and get caught in an infinite loop.
Honestly, I did not think about it. But, if I recall correctly, with React-Router you can manage the browser history.
Do you have any tip?
PS: tried it on twitter/gmail and the default behaviour is to open my link on a new tab
you are correct and it does in fact actually work, that's my bad. in that case, making this server side would only increase load time, but cool project overall :)
Glad to know it works well! And thanks for your interest
"Allun.ga is against...pineapple bacon pizza..." You have my un-dying loyalty. :D
Ah, I see you're a man of culture as well
Existed in the same plain of reality. :)
If you don't want "Analytics", checkout my blog post - How to Create Your Own Private URL Shortener for Free
allun.ga/
Some comments may only be visible to logged-in visitors. Sign in to view all comments.