LuisCloud

Edit · View history

The LuisCloud login screen
The LuisCloud login screen

LuisCloud is a real, multi-user cloud hosting platform giving each account its own genuinely isolated Linux user on a shared virtual machine, styled visually after Cloudflare's own dashboard.

Hosting methods

Tiers and quotas

Accounts are Free, Pro, or Ultra, each with separate general file storage and database storage quotas plus a concurrent tunnel limit. Ultra is not a paid tier -- it is a free usage-milestone reward, automatically granted once an account has hosted enough apps. AI generation is rate-limited to a flat number of generations per hour, applied equally regardless of tier.

Other features

Architecture

Like LuisSearch, LuisCloud runs as a Python stdlib http.server backend with SQLite for accounts and host records, fronted by a Cloudflare Pages deployment whose _worker.js proxies API traffic to the real backend running behind a cloudflared tunnel. Real compute happens on a KVM-based virtual machine reachable over SSH, where each account's Linux user and hosted processes actually live.