Step 1: Open Your Project in Woz
- Go to withwoz.com and sign in.
- Navigate to the project you want to preview.
Step 2: Open Dev Tools
- Inside your project, open the Dev Tools menu.
- Connect your preferred editor:
- Claude Code
- Cursor
- VS Code
Step 3: Copy the Live Preview Command
- In the Dev Tools menu, find “Add a live, app preview window.”
- Copy the full command sequence shown.
Step 4: Run the Command Locally
- Open a local terminal on your machine.
- Paste the copied command and press Enter.
- When prompted, enter the password provided in the Dev Tools menu.
Step 5: Choose How to View the Preview
Once the preview is running, you can choose how to view your app:- To preview on an iOS simulator:
- Press s, then press i
- *note this requires having Xcode installed on your laptop
- To preview in a browser:
- Press w
You’re All Set
Live Preview is now running. Keep the terminal open while you work to continue seeing updates in real time. If you run into issues, double-check that:- You are running the command locally (not in a remote terminal)
- The password was entered correctly
- Your editor connection is active in Dev Tools