Ask HN: I built a site that just went ridiculously viral. What do I do now?
21–30 of 195 posts
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#22the site got twenty two hundred hits within two hours?
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#23What's your main bottleneck? What's driving that high CPU? Without knowing more about your setup I'd offload assets to S3 and switch from Passenger to Unicorn.
Good tip on Unicorn. Any benchmarks on the performance gain over Passenger+REE?
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#24I was able to sign up and see just enough to get a feel before the site became unresponsive. I like that it's dead simple. I can also see how it's incredibly viral as it asks you to ask others to describe you -- very smart. At first glance it looks to me like something that could enjoy tons of traffic, but which would probably be short-lived. The challenge would be finding a way to have that traffic stick around...
I view this as a bit of a long shot, but I would do a few things. First, you've got to have the site handle the traffic. No advice on how, but find a way to get that done. Next, I would try to become known as the place to get a quick summary on anybody -- even celebrities. I imagine people will receive multiple adjectives from different people, but I'd have the site tally the three most popular and promote those as best describing of the user. :) I see a couple of possible pages for "viewer stickiness". The homepage could feature very popular users. Imagine showing the three most submitted words to describe /paulg or /marrington and other users with large responses... Next, on each user's page it could show their "friends" and the words that describe them. The site also provides the most recently submitted three words on the user's page. This might at least make each user curious about checking back at their own profile to see how people were labeling them. As for monetizing, that's probably with ads, as usual, but you have to be careful about when and where to put them. Like I said, probably a long shot, but who knows? Good luck!
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#25Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#26Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#271. Implement caching. 2. Get faster servers to handle your 'debutant' phase' ex: EC2 3. bask in limelight, enjoy!
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#28This has happened to me a few times and usually the Twitter/social media storm blows over fairly quickly. I suggest getting an extra Linode for now and wait a few days to see what happens. If the numbers do stay up the site will probably be able to pay for itself with ads. Your site is down at the moment so I can't really see what it's about. Edit: Google Cache got it: http://webcache.googleusercontent.com/search?scl…
Re: Ask HN: I built a site that just went ridiculously viral. What do I do now?
#29long term: app engine (just port it to webapp framework)