yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Virality and network effects drive organic growth.


less than 1m read
·Nov 3, 2024

The best consumer companies incorporate both virality and network effect, which are different concepts but very closely related, in order to grow their user base organically.

Virality is the idea that one user using your product introduces it to other users somehow in the use of your product, whereas network effect is the idea that the product gets better the more nodes in the network exist.

I'll give you an example from Facebook's early days. So, when you took a picture on Facebook and uploaded it, you were prompted to tag your friends, even if they weren't already on Facebook. Those friends would get an email saying, "Hey, someone's tagged a photo of you; sign up to view the photo." That's a viral mechanic.

By uploading the photo and tagging your friends, you spread it to new users. A network effect comes from Metcalfe's Law: the value of the network is the square of the nodes in a network.

What that basically means is the more people who use this thing, the more valuable it gets. So, WhatsApp is a great example of this.

More Articles

View All
Example plotting corners of rectangle
The four corners of a rectangle are located at the points (11, 7), (11, 0), (2, 0), and (2, 7). Plot the four corners of the rectangle on the coordinate plane below, and they have these dots, and we can actually move these around for the four corners of o…
15 Ways to Buy Back Your Freedom
Freedom is more than money, but money definitely contributes to you buying your freedom. The truth is, most people get it twisted: money doesn’t buy happiness, but neither does being broke. If you know how to use it, money buys freedom, and freedom gives …
The elements of a story | Reading | Khan Academy
Hello readers! I’m going to draw you a map right now, and it’s going to look like I’ve drawn a mountain. But it’s not a map of a mountain; it’s a map of a story. What you’re saying: how do you map a story? What makes a story pointy? These are great quest…
Curvature formula, part 4
So, we’ve been talking about curvature, and this means, uh, you’ve got some sort of parametric curve that you might think of as parameterized by a vector-valued function s of t. Curvature is supposed to measure just how much this curve actually curves. So…
How Does The Earth Spin?
[Music] If I, uh, apply a force to the globe, I can actually get it spinning in roughly the same way that the Earth spins. But it is tricky. There’s very little friction on the bottom because of it being supported on this thin layer of water. You can see …
Tracing function calls | Intro to CS - Python | Khan Academy
What exactly happens when the computer executes a function call? Well, let’s trace a program with a function definition to find out. When we run the program, the computer, as normal, reads the program line by line starting at the top of the file. When th…