100 gigabytes of storage. Free SSL certificates. Global CDN. Server-side scripting. Three websites. Zero dollars.

People sometimes ask if this is a loss leader — a marketing tactic to acquire users and upsell them later. It is not. The free tier exists because the platform’s architecture makes it economically viable.


The math

A standard VPS costs roughly $5 per month. It gives you 25GB of storage and enough CPU to serve a few hundred concurrent users. To offer 100GB of storage to a single user, you would need a $20+ server — and that is before factoring in bandwidth costs.

Wapka serves tens of thousands of users on shared infrastructure. The key differentiator is not discounted hardware. It is software efficiency.

Lua — running inside PHP LuaSandbox on Wapka — runs with minimal resource consumption. Thousands of scripts execute concurrently on a single modest server. Memory: kilobytes per execution. Startup: microseconds. Every other language in common use for web development has orders of magnitude more overhead.


The structural advantage

This efficiency is not something a competitor can replicate by optimizing their Node.js or Python stack. Lua was designed for exactly this use case: safe, isolated, high-density execution. A competitor who wants to match Wapka’s free tier would need to either:

  • Build on Lua (which they would not, because the ecosystem is smaller)
  • Absorb massive compute costs (which they cannot, because that breaks the business model)
  • Offer a dramatically reduced free tier (which is what most platforms do)

This is the moat. Not marketing. Not pricing strategy. Architecture.


What community impact looks like

For many users — students, creators, small business owners across the world — the free tier is the difference between building something and building nothing. A $20/month VPS should not be the barrier to creating on the web. The platform removes that barrier entirely.

This is the platform the community helped shape. People who contributed ideas, tested features, pushed the limits of what the free tier could do — they made this possible. The free tier is not a gift from a company. It is the result of years of shared effort and shared vision.


Continue reading: Why compute costs near zero → Self-host vs managed →