LeonLab features

Everything you need to control WordPress by chat.

Create custom capabilities, publish targeted changes, and run recurring WordPress tasks without constantly switching between a code editor, FTP, and wp-admin.

Leon · Chat Machine
Create a maintenance banner that says we're closed until May 15. Deploy it to all 3 of my connected sites.
L
Done — I've generated the maintenance snippet and deployed it to all 3 connected sites.
maintenance-banner.php
1 add_action('wp_footer', function() {
2 echo '<div class="leon-banner">Closed until May 15</div>';
3 });

Deploy results

🇩🇪leon-de.show
deployed
🇬🇧leon-en.shop
deployed
🇫🇷leon-fr.shop
deployed

3 sites · 1 snippet · just now

Four paths. One platform.

Choose the right path for your WordPress task.

From a new plugin idea to a direct action on a connected website, Leon helps you create, review, and run changes in a controlled way.

Create once. Publish with intent.

Publish the same change to one or more websites.

Your plugins, snippets, and theme adjustments stay stored in LeonLab. Choose which connected projects should receive a version.

  • Select one project or multiple websites
  • Review deployment results per project
  • Trace earlier versions
  • Distribute recurring changes faster
Deploy panel

maintenance-banner.php

Generated just now · 1 snippet

Ready

Connected projects

🇩🇪

leon-de.show

DE store

🇬🇧

leon-en.shop

EN shop

🇫🇷

leon-fr.shop

FR shop

Last deploy: 3 sites · 0 errors · 2 min ago

Orientation

Not sure where to start?

Browse typical WordPress tasks and start from a ready example.

View use cases

LeonLab feature FAQ

Quick answers about which workflow fits which WordPress task.

When should I create a plugin?

Create a plugin for larger or reusable functionality: REST endpoints, shortcodes, admin tools, WooCommerce extensions, or logic that should stay independent from the theme.

When is a PHP snippet enough?

A snippet is enough for small, clearly scoped changes such as hooks, redirects, role logic, or short adjustments that do not need a full plugin.

What are Live Actions?

Live Actions are prepared and verified tasks Leon runs on a connected WordPress site, such as managing users, checking data, or starting recurring workflows.

Can I publish the same change to multiple websites?

Yes. Choose which connected projects should receive a version and review the result for each project.

Can I review changes before deployment?

Yes. You can inspect generated code, use relevant tests or previews, and publish changes only when they are ready for your project.

Next task

Which WordPress task do you want to handle next?

Describe your goal. Leon helps you choose the right workflow and make the change in a controlled way.