Static sites
Static site hosting — fast and simple
Deploy Astro, Next.js exports, Hugo, or plain HTML. Nginx serves it at full speed with SSL. You control everything.
Start freeStatic site features
Nginx static serving
Nginx serves static files with gzip, brotli, and long-lived cache headers.
Auto SSL
Let's Encrypt SSL for every domain. Renewed automatically.
Any framework
Astro, Next.js (exported), Hugo, Jekyll, Gatsby, plain HTML. Anything that outputs static files.
Deploy with rsync or SFTP
Push build output with rsync, SFTP, or scp. CI/CD connects with SSH keys.
Multiple sites per server
Host unlimited static sites on one server via Front Door virtual hosting.
Zero-downtime deploys
Upload to staging, swap with symlink. Site never serves partial updates.
Static site FAQ
Is Simplewala good for static sites?
Yes. Nginx handles tens of thousands of requests per second for static files. Even the smallest server is more than enough.
Can I use a CDN?
Yes. Point Cloudflare or any CDN to your server IP. Simplewala's SSL and Nginx work fine behind a CDN.
How do I deploy from CI/CD?
Add your server SSH key to GitHub Actions or GitLab CI and use rsync or scp in your deploy step.