Editor Basics
The circuit editor is where you design your electronic circuits. This page covers the editor interface, how to add and connect components, and how to configure their properties.
Editor layout
When you open a board, the editor consists of:
- Top toolbar — menus (Project, Add, View), board name, and action buttons (Share, Present, Simulate)
- Canvas — the main working area where you place and connect components
- Side panels (optional) — collaborators list and circuit components panel, toggled from the View menu
Top toolbar menus
Project menu
| Action | Description |
|---|---|
| Save | Manually save the current circuit |
| Load Board | Open a previously saved board |
| Export JSON | Download the circuit as a JSON file |
| Import JSON | Load a circuit from a JSON file |
| Clear | Remove all components and wires from the canvas |
| Back to Dashboard | Return to My Page |
Add menu
Add components to your circuit by category:
Sources
- Battery — DC power source with configurable voltage, capacity, and chemistry type
- Ground — Reference ground node
- Sine Generator — AC signal source with adjustable frequency, amplitude, and impedance
- Square Generator — Square wave source with configurable frequency, duty cycle, and voltage levels
Passive Elements
- Resistor — Fixed resistor with configurable resistance, power rating, material, and physical dimensions
- Rheostat — Variable resistor (potentiometer) with adjustable position, taper type, and control style
- Capacitor (Polarized) — Electrolytic-style capacitor with polarity, ESR, and leakage current
- Capacitor (Non-Polarized) — Ceramic/film capacitor without polarity constraints
- Inductor — Coil with configurable inductance, DC resistance, and max current
- Transformer — Coupled inductors with turns ratio and core properties
Active Elements
- Diode — Standard diode with full SPICE model parameters (saturation current, ideality factor, breakdown voltage)
- LED — Light-emitting diode with color selection, forward voltage, and efficiency modeling
- NPN Transistor — Bipolar NPN with current gain (hFE), voltage limits, and power rating
- PNP Transistor — Bipolar PNP with the same configurable parameters as NPN
- N-MOSFET — N-channel MOSFET with threshold voltage, RDSon, and gate limits
- P-MOSFET — P-channel MOSFET with equivalent parameters
- Optocoupler — Optical isolation component with LED and phototransistor parameters
- Relay — Electromechanical switch with coil voltage, contact type, and switching specs
Switches
- Push Button — Momentary contact switch
- Toggle Switch — On/off switch
- SPDT Switch — Single Pole Double Throw selector
- Multi-Position Switch — Rotary-style switch with multiple positions
Measuring Instruments
- Ammeter — Measures current through a point in the circuit
- Voltmeter — Measures voltage across two points
Outputs
- Bulb — Incandescent lamp with power and voltage ratings
Other
- Junction — Connection point for joining multiple wires
Click any component in the menu to place it on the canvas.
View menu
| Option | Description |
|---|---|
| Users List | Toggle the active collaborators panel (visible when others are editing) |
| Circuit Components | Toggle the side panel that lists all components currently on the board |