Handling 500M clicks with a $4 VPS
lizardAugust 23, 2025

Handling 500M Clicks on a Budget: Scaling a Viral Website

Discover how a simple website went viral, handling over 500 million clicks with minimal resources. Learn about effective scaling, backend management, and the lessons learned from running a cheap VPS.

#lizard#elio#lizard click#lizard clicker#web dev

Introduction

In a surprising turn of events, a website I created for fun attracted a staggering number of users, leading me to handle over 600 million requests in just two weeks. This experience not only taught me valuable lessons about web development but also demonstrated that effective scaling can be achieved even with minimal resources. Here’s how I managed to keep things running smoothly on a $4 VPS.

Building the Initial Site

The project began with a simple idea inspired by a viral TikTok trend featuring a playful graphic from Pixar’s Elio. Within ten minutes, I crafted a site called lizard.click, featuring a button that played a sound effect every time it was clicked, complemented by lizard emojis as visual feedback.

Why a Website?

Choosing to create a website over a mobile app allowed for rapid development and an agile response to user feedback. Instead of getting tied up in app store approvals, I could quickly deploy updates and scale my application with ease.

Scaling Challenges

As the site gained traction, the initial server setup—a $4 DigitalOcean droplet—quickly became inadequate. With requests surging to hundreds per second, response times increased significantly, leading to timeouts and failed requests.

Refactoring Code

The solution involved revisiting the code structure. By shifting the request handling to utilize in-memory data storage for click tracking, I drastically reduced server load. Instead of writing to the database with every single click, updates were batched, significantly improving performance and reliability.

The Benefits of Keeping It Simple

In a world often obsessed with scaling, I found that simplicity is key. Most personal projects can thrive on minimal infrastructure, and understanding this can save time and unnecessary costs. My experience emphasizes that robust applications do not always require complex architectures.

Final Thoughts

This journey showed me the power of web development as a platform for creativity and expression. Building and maintaining your own website provides a unique learning experience and a sense of ownership. I encourage other developers to explore their ideas, embrace the simplicity of web projects, and contribute positively to the online ecosystem.

Was this helpful?
Share
Source VideoWatch on YouTube
← Back to Blog
People also readRecomm...or You
How to Reach 10,000 App Users: Beginner Marketing Strategies
Best match

How to Reach 10,000 App Users: Beginner Marketing Strategies

Discover effective strategies to acquire your first 10,000 app users with our no-fluff blueprint. Learn about viral marketing, content creation, and scaling with paid ads.