Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

What Is Live Mode?

Live Mode is a preview state inside the LanderLab editor that lets you see all JavaScript-powered elements on your landing page exactly as visitors will experience them. The editor normally blocks JavaScript from running. This is intentional. It keeps the editing experience clean and prevents unexpected behaviors while you are building. However, some features, like popups, mouse effects, scroll animations, or any other dynamic interaction, require JavaScript to work. Live Mode is how you see all of that in action without leaving the editor.
Live Mode

When to Use Live Mode

Use Live Mode when you want to:
  • Preview popups, overlays, or modals you have added to the page
  • Check mouse-follow or hover effects
  • Test any custom JavaScript interactions or third-party scripts
  • Review what the AI builder has generated after a refinement, since the AI mode automatically switches you to Live Mode so you can see the full result including any JS effects

How to Enter Live Mode

There are two ways to enter Live Mode:
  1. From the bottom toolbar - Click the Play button (the triangle icon) in the editor toolbar at the bottom of the screen.
  2. Automatically - Whenever the AI mode applies a refinement to your page, the editor switches to Live Mode so you can immediately see the output with all JavaScript running.
Once you are in Live Mode, the editor panel is disabled. You cannot select or edit elements while in this state. This is expected behavior.

How to Go Back to Edit Mode

There are two ways to return to editing:
  1. From the bottom toolbar - Click the Pencil icon in the toolbar. This replaces the Play button when you are in Live Mode.
  2. From the top-right button - Hover over the “Live Mode” button in the top-right corner of the editor. It will change to say “Go to Edit Mode.” Click it to return.

Using AI Mode in Live Mode

You do not need to exit Live Mode to continue working with AI. The AI mode panel stays accessible while Live Mode is active. You can keep sending prompts, requesting changes, or refining your page. Each time the AI applies an update, Live Mode refreshes so you can immediately see the result.