Docs · Engines

Circuit schematic

Native electrical schematic capture. Declare components (resistor, capacitor, inductor, diode, LED, transistor, op-amp, source, ground, switch, junction) at grid coordinates with values, then wire them together. Renders with standard IEC / ANSI-style symbols and labelled values. Ideal for textbook circuits, lab notes, and small-design documentation; not a substitute for KiCad on a real PCB.

Templates
74
Source language
plaintext
Workstation
Studio
Engine id
circuit

In the same space

Most users come to Circuit schematic from CircuitLab (sketches) or Hand-drawn schematics. Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

component V V1 5V at (0,1) orient h
component R R1 1k at (2,1) orient h
component C C1 100n at (4,1) orient v
wire (0,1) (4,1)

Paste this in the Studio code pane to see Circuit schematic render live. The full grammar is at the upstream-docs link above.

Sample templates

All 74
Engine reference: circuit · ← Browse all engines · Quick-start guide