# Breadboard Visual Editor

This is the package that contains all necessary infrastructure to run a Breadboard Visual Editor in a web browser.

## Hosted Version

There is a hosted version of the Visual Editor available at https://breadboard-ai.web.app/

## Using the Visual Editor

To get started check out the [Visual Editor guide](https://breadboard-ai.github.io/breadboard/docs/visual-editor/) on the documentation site.

## Running your own instance locally

```bash
npm i
npm run dev
```

This will launch a [Vite](https://vitejs.dev/) server where you can run the Visual Editor locally.
