A lean, single-page static site deployed the same day the domain was bought. No build step, no framework lock-in — just clean HTML served directly by Caddy on a shared VPS.
A single index.html handles the full site. Change the file, refresh, ship.
Hosted on the same 178.104.105.0 box that runs KlaudeBot, ZIGGY and iForge.
Served as a file_server block. Automatic HTTPS via Let’s Encrypt — no nginx config.
Because a landing page doesn’t need hydration, routing or client state. xPolish exists as a reminder that the simplest thing that works is usually the right thing to ship. Build complexity only when the product needs it.