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.
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 →First-order RC low-pass with input source and ground.
Resistor + LED powered from 5 V with ground return.
Two-resistor divider with output tap.
Single-supply inverting amplifier with feedback resistor.
Classic NPN transistor as a low-side switch.
Resistor and inductor in series across a DC source.
circuit · ← Browse all engines · Quick-start guide