Top 3 Keys to Viral Apps on Facebook

We see thousands of Facebook applications. Over 4,000 developers run their Facebook apps on Joyent Facebook Accelerators. We have seen people grow from 10 users to 10,000,000. And, we have seen great apps go nowhere.

Tonight, I was talking with SocialMedia’s Nick Gonzalez. Nick said that the Facebook app space is a microcosm of the web. He’s right. A radically sped up microcosm. From a position like Joyent’s, we get to see the whole ecosystem evolve in a way that is like watching a film from a stop motion camera.

And from this perspective, we can see the keys to Virality. Here they are in order:

#1 Your application must load fast

Virality is very tenuous. If someone invites you to an app, and when you check it out, it loads slowly, or doesn’t load at all, you give up and, more than likely, you will never check it again.

Look through the facebook app directory, you will see beautiful, well designed, rich applications fail to go viral because they have not solved this speed problem.

This doesn’t mean the whole app has to be super fast. But the first page had better be.

Technically, this means using every trick in the book to help make the page load quickly. Start by writing code that generates the front page as a highly static html file. Update that file every few minutes if you need to. Then use something like Nginx, for example, to kick out these small html files lightning fast. Making smart use of hardware load balancers means requests for more dynamic pages can to sent to different ports with different services, such as Apache or Mongrel.

Joyent can help you with some of the speed issues. We can arm you with more Accelerators at the app layer and bigger Accelerators at the DB layer. Our hardware load balancers help tremendously, as does the fact that our data center is peered with Facebook’s. But, none of that can fully make up for an application design and a deployment architecture that is not geared towards speed. If you run everything through one app server and dynamically generate each front page, your application is going to be slower than it could be otherwise. Thinking about designing for speed right from the beginning will help tremendously.

#2 People like showing off

This is a less technical point, but it reflects what we have been seeing. People like to show off. Apps that call for user created content are often more viral. If you generate content by posting a photo, a sticker or even fill out a personal survey, you are more likely to invite your friends to the application so you can show off what you have created.

#3 Start Simple, Add Complexity

Apps that require only the simplest initial user participation tend to be more viral. This is similar to the first criteria in that it relates to speed. But here, instead of speedy page load time, the focus is on user understanding.

Your first page has to be understood instantly. If your app’s objective can be described in only its name, or just one sentence, you are golden.

A Great Example: Where I’ve Been

Where I’ve Been is a great example. The name says it all. You know what the application is as soon as you seen the invite from a friend. The app requires users to create a map showing all the countries they have visited. That gives you something to show off, which in turn motivates you to invite friends to the application. And finally, the team that has created it has put together an application that is super fast.

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

5 Responses

Comment this article