Skip to main content
Preview your BRICKS application locally to test changes before deploying.

Start a preview

Click the Preview button in the input bar to start a local preview. The app runs bun preview --show-menu as a background process in your project directory.

Stop a preview

Click Stop preview when a preview is running to terminate the process.

Status

The app checks the preview status every 3 seconds and updates the button state accordingly. Preview processes are tracked per project and cleaned up automatically when the app quits.
Preview requires bun to be installed and available in your PATH.