What's the best place to put your hobby web projects(the web app itself, not the code) ? Typically, the projects are such that:

a) I just want to test out an interesting idea without exploring the business angle to it, just to see how people take it.

b) I don't expect a lot of traffic

c) I don't want to scale immediately

d) I don't want to be tied down to one technology(I want to do different projects to get familiar with various web stacks, langs and libs)

Google app engine seems very restrictive for such exploratory stuff ... Restrictions like no outbound request can go beyond 10 seconds and every request has to return with 30 seconds, etc. annoy me, I know they are needed for scale, but I would like them to be optional.

Amazon EC2 micro nodes are free for a year. But they ask for credit card information which I am not sure if I want to give away when I'm not paying initially.

What other free/cheap alternatives do I have?

link|improve this question

Are you specifically looking for hosting on a cloud? – rubenvdg Nov 28 '10 at 13:02
feedback

3 Answers

up vote 3 down vote accepted

Amazon Free Usage Tier - http://aws.amazon.com/free/ Works well for your purpose!

link|improve this answer
Can only use it for 1 year – The Pixel Developer Dec 3 '10 at 13:51
feedback

Host at home. Use dyndnsto redirect a public real domain to your local changing ip address. Done.

link|improve this answer
I used to do this for years. – Tom O'Connor Nov 28 '10 at 12:47
feedback

Find yourself a cheap VPS. Linode, prgmr.com, whatever.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.