Show HN: We served 5k dynamic websites from a 2-vCPU, 4 GB VPS

Posted by zguoqi 2 days ago

Counter8Comment3OpenOriginal

Comments

Comment by zguoqi 1 day ago

Good point. Kooboo can be self-hosted without feature limitations, or you can use our cloud service. A complete website or application can be exported and moved to another Kooboo instance.

AI is optional. You can bring your own API key or use the AI services integrated into our cloud.

We should make this clearer in our documentation.

Comment by brumbelow 1 day ago

The traditional approach to industrial espionage involved spies. SaaS has really improved the developer experience.

Comment by spinhire 1 day ago

The admission that all 5,000 sites are identical clones matters more than it looks. Identical content means one shared working set in the OS page cache, so this mostly measures template rendering, not the memory behaviour of 5,000 different datasets — which is the thing that actually decides whether a small box survives. The number I'd stare at is p95 = 1.43s at 146 rps with CPU peaking at 81%. That's the point where a small VPS stops being comfortably idle and becomes one background job away from trouble. We run a much smaller site on a similar box, and what breaks latency there has never been traffic — it's the crawler and image generation competing for the same two cores. Is that server serving only, or does it also run the background work for those sites?

Comment by zguoqi 2 days ago

[flagged]