Hey visitors! If you’re a beginner in WordPress and WP-CLI development, then you should check out my dear friend Bhargav’s Youtube channel! @BuntyWP

So… I’ve been developing a Local by Flywheel addon

For those who don’t want to read and just see the project, here’s the GitHub link: Local WordPress Supercharged add-on

If you work with a lot of sites in Local, you’ve probably felt a bit of friction here and there.

I started building this addon to smooth out some of those rough edges. It’s been evolving over time, and it now includes a handful of features that I personally reach for every day.

Here’s a quick look.

🔍 Site Search

Searching sites by name or URL in Local by Flywheel.
Searching sites by name or URL in Local by Flywheel.

Local doesn’t have a built-in way to search through sites.

This adds a simple search bar that lets you find any site by name or URL, with results updating as you type. It stays pinned at the top, so it’s always accessible.

💾 Database Snapshots

UI of the Database Snapshots tool in Local by Flywheel.
UI of the Database Snapshots tool in Local by Flywheel.

Quickly create and restore database snapshots without leaving Local.

Useful for testing changes, rolling back, or just having a safe checkpoint before trying something risky.

🔐 Vulnerability Scan

Tool to locate vulnerable packages in Local by Flywheel.
Tool to locate vulnerable packages in Local by Flywheel.

Scan your Local sites and environments for known vulnerable npm packages.

It checks lockfiles like package-lock.json, yarn.lock, and pnpm-lock.yaml, digs through node_modules, and even looks at global installs and package caches. Helps catch issues that are easy to overlook.

🔌 Conflict Testing

Plugin conflict testing tool to activate and deactivate without modifying the database.
Plugin conflict testing tool to activate and deactivate without modifying the database.

Test plugin conflicts without modifying the database.

You can toggle plugins on and off at runtime, reset everything instantly, and avoid messing with actual site state.

🐞 Debug Constants

Switches to toggle WP_DEBUG, WP_DEBUG_LOG and WP_DEBUG_DISPLAY and SCRIPT_DEBUG
Switches to toggle WP_DEBUG, WP_DEBUG_LOG and WP_DEBUG_DISPLAY and SCRIPT_DEBUG

Toggle WP_DEBUG and related constants directly from the UI.

No more digging into wp-config.php every time you want to switch debugging on or off.

🌐 One-Click ngrok Tunnels

Control to quickly activate Ngrok tunnels in Local by Flywheel.
Control to quickly activate Ngrok tunnels in Local by Flywheel.

Expose a local site to the internet with a single click.

Start a tunnel, share the URL, and stop it when you’re done. No extra setup needed each time.

Closing thoughts

This started as a small quality-of-life improvement, but it’s turned into something that makes working in Local a bit smoother day to day.

If you spend a lot of time there, you might find it useful too.



Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

Powered by WordPress