Skip to content

Latest commit

 

History

History

visual-editor

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 on the documentation site.

Running your own instance locally

npm i
npm run dev

This will launch a Vite server where you can run the Visual Editor locally.