DEV Community

Neeraj Kumar
Neeraj Kumar

Posted on

Deploy Static Sites in Seconds — Meet Rollout (Beta)

If you love the simplicity of Surge but crave the performance of Cloudflare, you’ll like Rollout — a CLI-first static-site hosting platform built for developers, not dashboards.

With Rollout, you can deploy a site globally in seconds:

npm install -g @rollout-run/cli
rollout register
rollout deploy
Enter fullscreen mode Exit fullscreen mode

That’s it. Your site goes live instantly at
https://your-project.rollout.run — no YAML, no Git hooks, no friction.

⚡ Why Rollout

Modern hosting tools are powerful but often bloated. Rollout strips away everything except what matters:

  • One-command deployments from the terminal
  • Global CDN powered by Cloudflare
  • Versioned releases with instant rollback
  • Privacy-first analytics
  • Custom domains and HTTPS by default

During the beta, hosting is free for hobby projects.

🧠 How It Works

Under the hood, the Rollout CLI uploads your build to Cloudflare R2, and a Worker serves it worldwide. Each deploy is atomic and versioned, so you can switch between releases instantly — no downtime, no cache hell.

🛠 Try It

  1. Install the CLI
  2. Register an account
  3. Run rollout deploy

Your project is live in seconds.
Docs → rollout.run/docs

💬 Join the Beta

Rollout is in open beta, and we’d love your feedback.
Email hello@rollout.run, open an issue on GitHub, or join our community Discord.

If you build static sites and prefer the terminal to the dashboard, Rollout is made for you.

One command. One deploy. That’s it.

Top comments (0)