Blog

Writing on self-hosting open-source business applications - what it costs, what breaks, and what the operational work actually involves.

  • 15 min read

    Hostinger + OpenClaw: What One-Click Actually Gives You

    A one-click OpenClaw deployment on a VPS gets the agent running in minutes, and then hands you an unencrypted address made of an IP and a random port, with a firewall rule you opened yourself. Reaching a working HTTPS URL on a domain you control is a separate project involving DNS, a reverse proxy and a certificate. Some providers pre-fill parts of it, which helps until you want your own address. That gap matters more for OpenClaw than for almost any other application, because of what an AI agent holds.

    OpenClawSelf-hostingSecurity
    Read the article
  • 8 min read

    Self-Hosting vs SaaS: What a 20-Person Team Actually Pays

    Per-seat SaaS pricing multiplies by headcount while self-hosted infrastructure does not, which is why the two cross over at a predictable team size. For most tool categories that crossover sits between 10 and 25 people - but the honest version of this comparison also counts the operational cost that self-hosting adds, which is where naive versions go wrong.

    CostSelf-hostingSaaS
    Read the article
  • 7 min read

    What Breaks When You Self-Host Without Managed Backups

    Most self-hosted backup failures are not missing backups. They are backups that exist and cannot be restored: a database snapshot taken separately from its file storage, an archive missing the secrets key that decrypts it, or a retention window shorter than the time it took to notice the problem.

    BackupsOperationsSelf-hosting
    Read the article