Getting Started
Three Steps to a Faster WordPress Site
Step 1
Export Your Site
Install Simply Static and click Generate. Your entire WordPress site becomes a folder of static HTML, CSS, and images — ready for optimization.
wp plugin install simply-static --activate

Step 2
Run Pageflare
Point pageflare at your export directory. 12+ optimizations are applied automatically — HTML minification, image optimization, font self-hosting, and more.
npx @pageflare/cli ./static-export --in-placeStep 3
Deploy Anywhere
Upload to Vercel, Cloudflare Pages, Netlify, S3, or any static host. Your optimized site is production-ready.
cd ./static-export && vercel
Ready to get started?
Follow the guide and have your optimized WordPress site deployed in minutes.