Show HN: my weekend project, Gumroad
41–50 of 215 posts
Re: Show HN: my weekend project, Gumroad
#42Earlier quoted context omitted.
Imagine you have a Fireworks iPhone mockup template. Instead of setting up a store somewhere to list your ONE item, you put the template up on your website and link to it through gumroad. Then, you give out the Gumroad link on Twitter: "Need a sweet Fireworks iPhone UI template? Buy it for a buck: gumroad.url" Your twatting friends click it, give you a dollar, get redirected to your website. They download the templat…
And 2 minutes later the "secret" link is shared on Twitter.
If this really is possible, you'd have to create a user who is somehow whitelisted to get the linked item in question.
Re: Show HN: my weekend project, Gumroad
#43Earlier quoted context omitted.
Imagine you have a Fireworks iPhone mockup template. Instead of setting up a store somewhere to list your ONE item, you put the template up on your website and link to it through gumroad. Then, you give out the Gumroad link on Twitter: "Need a sweet Fireworks iPhone UI template? Buy it for a buck: gumroad.url" Your twatting friends click it, give you a dollar, get redirected to your website. They download the templat…
And 2 minutes later the "secret" link is shared on Twitter.
Re: Show HN: my weekend project, Gumroad
#44Re: Show HN: my weekend project, Gumroad
#45Interesting idea, but I see two main issues with this. First, anyone who pays and gets to the resulting link can trivially share that link; of course, you can always ask them nicely not to do so, and in some contexts that will work, but in general the security model just doesn't work unless you authenticate each paid user at the destination. You need to come up with an answer to this. Second, if you market this as a…
You could get around the link-sharing problem for those that wanted to avoid it by offering single-use URLs, and provide Gumroad either with a way of generating a new single-use URL for your resource, or a way to pull a new URL from your site. Both of these methods would require some degree of control over the resource, however (you wouldn't be able to do this for content hosted by third parties).
For those who aren't fussed about security, you could offer it as a really easy way to optionally pay for content - eg a rapid "Donate" method.
Re: Show HN: my weekend project, Gumroad
#46Over this past weekend I had the idea to build a sort of link shortener but with a payment system built-in. There have been many times in the past where I wanted to share a link - on Twitter or just through IM with a few friends - but did not want to go through the overhead of setting up a whole store. So I built Gumroad. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons o…
Re: Show HN: my weekend project, Gumroad
#47Over this past weekend I had the idea to build a sort of link shortener but with a payment system built-in. There have been many times in the past where I wanted to share a link - on Twitter or just through IM with a few friends - but did not want to go through the overhead of setting up a whole store. So I built Gumroad. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons o…
The 30% cut is way too high though. Especially for higher priced links - I wouldn't want to sell my $99 game engine[1] through your service. I think something like "5%, but at least $0.30" would make more sense. But maybe having such "highly" priced links wasn't your intention in the first place?
[1] http://impactjs.com/ (Can't mention it often enough :))
Re: Show HN: my weekend project, Gumroad
#48Re: Show HN: my weekend project, Gumroad
#49http referrers are easily spoofed, of course, but it'll be enough to prevent most people from sharing secret urls on twitter. You could also pivot and allow people to upload files to your own server, but that's a different story.