Get Started
Experimental Features
Try upcoming features before they're generally available.
Experimental features let you try upcoming functionality that's still under active development. They're disabled by default and can be toggled on or off at any time.
Experimental features are subject to change, may behave unexpectedly, and could be modified or removed in any update without notice.
Enabling Experiments
From the App
Open Preferences → Advanced. The Experimental Features section shows all available experiments with toggles.
From the CLI
# List all experiments and their status
lawn system config experiments list
# Enable an experiment
lawn system config experiments enable <experiment-id>
# Disable an experiment
lawn system config experiments disable <experiment-id>
Available Experiments
There are no experimental features at this time. Features that were previously experimental have been promoted to stable:
- Local Network Publishing — Now always enabled. Apps are automatically published as
<name>.localon your local network. See Accessing Apps for details.
Good to Know
- Settings persist across app restarts.
- Disabling an experiment turns off its functionality.
Continue reading