Self-Hosted

Your server,

optimized.

pageflare optimizes your site, you deploy it wherever you want. Nginx, Apache, Caddy, or any static file server. Full control, maximum performance.

Any server
Nginx Apache Caddy
Full control
Your infrastructure
Zero vendor lock-in
Deploy anywhere
Deploy in 3 steps

Build. Optimize.
Deploy.

1

Install pageflare

npm install -g pageflare

npm install -g pageflare
2

Build and optimize

Run your framework build, then pageflare.

your-framework build && pageflare ./dist
3

Deploy to your server

Push to production with one command.

rsync -avz ./dist/ user@server:/var/www/html/
Why Self-Hosted

Your server,
maximum performance.

Optimized for Caching

Content-hashed filenames make it easy to set aggressive cache headers in your server config. Set immutable caching in one line.

Docker Friendly

Copy pageflare's output into your Docker image. Optimized at build time, served from your container.

CI/CD Integration

Add pageflare to any CI/CD pipeline. Jenkins, GitLab CI, CircleCI — it's just one command in your build script.

No Vendor Lock-In

Your optimized files are plain HTML, CSS, JS. Switch servers anytime — the output is fully portable and platform-agnostic.

Full Optimization Pipeline

Same optimizations as cloud platforms. Self-hosting doesn't mean compromising on performance.

Get started

Your server, maximum speed.

Install the CLI, point it at your build output, and see results in under two seconds.