top | item 25870504

Show HN: I built Multy – Generate a short URL to share a list of websites

128 points| Etheon | 5 years ago |multy.me

60 comments

order
[+] kickscondor|5 years ago|reply
Another great example of how miniature personal directories are experiencing a comeback.

* https://tray.club - like this, but allows subpages and notes areas.

* https://gossipsweb.net - pay $1 to be in this directory ('cozy web'-type vibe)

* https://terra.finzdani.net - personal directory

* https://marijn.uk/linkroll/ - another one

* https://href.cool/ - mine

But I love the simplicity of Multy - dump your links and click create. Great work.

[+] codazoda|5 years ago|reply
It's not immediately obvious to me what href.cool is.
[+] abhinav22|5 years ago|reply
This is an obvious subtle example of thread high jacking, masquerading as a helpful comment, but aimed at getting traffic to your website.

Should be against the rules. I don’t have the ability to report, hence posting here

[+] Etheon|5 years ago|reply
Hello HN :)

For the record, I learned how to code less than 2 years ago, next to my full time job.

I rarely have the time to complete a side project, so I challenged myself to make a functional website in a weekend.

The idea was simple, to be able to create a short URL to share a list of websites. It's not revolutionary, but I was surprised not to find more sites to do that. Bit.ly had such a system a few years ago called "Bundles", which they shut down.

I often see interesting lists on Twitter or in articles, but keeping track of all this is sometimes complicated. That's where I got the idea.

So I created Multy over a weekend and was thrilled to see that I could make a functional site, no matter how small, in such a short period of time.

I still have a lot of ideas to improve it, such as adding private links, or a very simple statistics system. I would like as much as possible not to create an authentication system and keep the concept as simple as possible. I haven't necessarily thought about monetization, but there may be some ideas! I didn't create it to make a fortune anyway.

I would like to have your opinion on its current version, and on the evolutions I could bring to it.

Thank you for reading me and taking the time to test Multy!

[+] kybernetikos|5 years ago|reply
This looks perfect for remote learning. Teachers typically have a bunch of resources that they want to use for the class they're teaching, and sometimes their link is going to be in printed material that the student will have to type in. This seems like a nice solution to that problem.

Currently I use bit.ly for this, but it means generating lots of links. What is helpful on bit.ly is the bookmarklet. Being able to add a link to a bundle from a bookmarklet would be quite nice if you haven't done it already.

[+] primitivesuave|5 years ago|reply
Really nice project! I love that you built and launched something over the weekend. I remember how liberating the feeling was when I realized I could make some corner of the Internet my own.

Also minor suggestion - I might list a couple more examples with links or make the link more prominent, as my eye didn't immediately catch the "see an example" button. The overall UI is fantastic.

[+] maskys|5 years ago|reply
Awesome first project; if you need those other features you mentioned you could just use pastebin.com iirc
[+] zuhayeer|5 years ago|reply
This is awesome, I'm using it to group links for different cool TLDs (.fyi, .career, .fund, .finance)
[+] adambware|5 years ago|reply
I use a Chrome Extension called OneTab that allows me to collapse all of my tabs into a list. You can also "Share as webpage" but the design leaves a lot to be desired. Congrats on the project!
[+] Etheon|5 years ago|reply
Thank you :) Didn't know OneTab but it looks really useful for a guy like me with 100 open tabs.

I will check if I can create my own browser extension!

[+] danvayn|5 years ago|reply
ctrl+f'ed for OneTab before I posted incase it was a dupe. It is a great extension and you make a good point. Ideally it'd be as easy to edit as this.
[+] tux1968|5 years ago|reply
This is such a great idea. So much nicer to include a single link at the bottom of a comment for all mentioned references. For that usage it might be nice to be able to refer to each link as say [1], [2], [3] and have those numbers also show up in the multi-link page.
[+] Etheon|5 years ago|reply
Thank you :)

So for example multy.me/xXere-1 and you'll be able to go directly to the link?

[+] gnicholas|5 years ago|reply
Pretty cool; reminds me of Insight Browser's multiple tab behavior. [1] For example, the browser has a functionality that when you load HN, it automatically opens the first few links in separate tabs.

I don't know if there's enough overlap in what you do that you could work with them (maybe via deep linking with fallback?), but it'd be interesting! They're a cool group of founders (YC W19, I think), and their extensible mobile browser is now my go-to on iOS.

1: https://insightbrowser.com/

[+] Etheon|5 years ago|reply
Thanks! And yes this is interesting.

For a few days now I've been thinking about an API system allowing users to create lists directly, without going through Multy. With a POST that would return a unique link to a JSON. This would allow people to integrate their own system to their site/application. If I had to monetize a part of Multy, maybe it would be this API, I don't know what you think?

[+] filt|5 years ago|reply
Some bugs:

When clicking the grid view, it does not work with åäö. And probably other character as well.

https://multy.me/x7R7AB

If I add two urls, most of the time, the last one does not show up.

If i add a URL that has a 301 to another url, it's the target url, not the one i entered, that get's published.

When clicking "create list" it takes 5-8 seconds before the list is created. This seems like a long time for such a simple operation.

[+] Etheon|5 years ago|reply
Thank you for your report, I'll try to fix the issues you mentioned. For the last one, it takes some times because I verify the metadata from the URLs, and check if the website exists. I don't know if it's a good idea but this is how it works right now. And this is why you see the target url with a 301.

I don't want users to do link cloaking on Multy and if people click on something on Multy, they are aware of where they're going. This is why I do that, and this is why I also want to integrate a domain blacklist.

[+] ljf|5 years ago|reply
Looks great. Congratulations on getting it out so fast. I wish I had your drive (and skills).

What is your plan to deal with spam or abuse of the service?

[+] Etheon|5 years ago|reply
Good question and right now I don't have an answer... I thought about checking a blacklist before create any list but I had trouble to find a good domain blacklist.

We can always handle spam with checking IP / number of requests but it's easy to say ;)

[+] jamescampbell|5 years ago|reply
I would love a browser add-on to go with this to gather up the links as you browse. I used to do this with mailephant (now defunct) that allowed me to queue up links and snippets of text related to links in a nice list to email along with an email template. good work and definitely useful.
[+] Etheon|5 years ago|reply
Hey that's a great idea!

I never built an add-on for a browser so it will make a good challenge. Maybe for this week-end ^^

[+] d33lio|5 years ago|reply
Any plans to open source?
[+] Etheon|5 years ago|reply
Well as it's one of my first "big" project as a developper, it can be scary, but my github project is public https://github.com/Etheonor/multy.me

Feel free to check it and I will be happy to have some feedback on my code. Since I'm self-taught, I'm sure I make big mistakes!