Skip to main content

Project Menu

How to create, save, load, export, and manage your circuit boards.

Opening the project menu

Click the board name (top-left area of the editor) or the project icon to open the project menu dropdown.

Board operations

Create a new board

Select New Board from the project menu. Enter a name for your board and confirm. The new board opens on a blank canvas.

Rename a board

Click directly on the board name in the top bar and type the new name.

Switch between boards

Open the project menu and click any board in your board list. Unsaved changes on the current board are auto-saved before switching.

Delete a board

Open the project menu, find the board in the list, and click the delete icon next to it. Deletion is permanent.

Saving

Boards are auto-saved as you work — every change is persisted to the server within a few seconds. There is no manual save button; you can close the tab at any time without losing work.

Export

Export JSON saves the current circuit as a .json file to your computer. The file contains all components, their positions, properties, and wiring.

Use export to:

  • Back up a circuit before making big changes
  • Transfer a circuit to another account
  • Share the raw circuit data

Import

Import JSON loads a circuit from a previously exported .json file. The imported circuit replaces the current board contents.

caution

Importing overwrites the current board. Export first if you want to keep the existing circuit.

Clear board

Clear removes all components and wires from the current canvas, leaving a blank board. This action can be undone with Ctrl+Z immediately after.