Skip to content
@tscircuit

tscircuit

Create Electronics with React

tscircuit - Create Electronics with Typescript

tscircuit code turns into real electronics that you can preview and order

import { USBC } from "@tsci/seveibar.smd-usb-c"

export default () => {
  return (
    <board>
      <USBC
        connections={{
          GND: "net.GND",
          VBUS: "net.VBUS"
        }}
      />
      <led
        name="LED"
        color="red"
        footprint="0603"
      />
      <button pin2=".R1 > .pos" pin3="net.VBUS" />
      <resistor name="R1" footprint="0603" resistance="1k" />

      <trace from=".R1 > .neg" to=".LED .pos" />
      <trace from=".LED .neg" to="net.GND" />
    </board>
  )
}

Pinned Loading

  1. tscircuit tscircuit Public

    Create real electronics with Typescript and React

    TypeScript 2.7k 320

  2. circuit-json circuit-json Public

    Circuit JSON a low-level circuit representation. Visually represent schematic, PCB, produce Gerber files, produce bill of materials, run SPICE simulations, view warnings and more.

    TypeScript 88 63

  3. tscircuit.com tscircuit.com Public

    The main website, playground and online development environment for tscircuit (React Electronics)

    TypeScript 58 116

  4. core core Public

    Create electronics with Typescript and React. Compile Typescript to Circuit JSON

    TypeScript 58 199

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 24 44

  6. runframe runframe Public

    Runs tscircuit code inside a webworker, view PCBs, schematics and 3D previews

    TypeScript 18 77

Repositories

Showing 10 of 455 repositories
  • status Public

    Status checks for tscircuit services

    tscircuit/status's past year of commit activity
    HTML 0 7 3 3 Updated Sep 17, 2026
  • maintenance-tracker Public

    Tracks key metrics for evaluating maintenance of CI testing

    tscircuit/maintenance-tracker's past year of commit activity
    HTML 1 2 0 1 Updated Sep 17, 2026
  • circuit-json-webgpu Public

    WebGPU-accelerated Circuit JSON PCB renderer with browser visual snapshot tests

    tscircuit/circuit-json-webgpu's past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Sep 17, 2026
  • pcb-viewer Public

    React PCB Viewer for Circuit JSON

    tscircuit/pcb-viewer's past year of commit activity
    TypeScript 22 MIT 143 26 202 Updated Sep 17, 2026
  • tscircuit.com Public

    The main website, playground and online development environment for tscircuit (React Electronics)

    tscircuit/tscircuit.com's past year of commit activity
    TypeScript 58 MIT 116 2 5 Updated Sep 17, 2026
  • runframe Public

    Runs tscircuit code inside a webworker, view PCBs, schematics and 3D previews

    tscircuit/runframe's past year of commit activity
    TypeScript 18 MIT 77 1 4 Updated Sep 17, 2026
  • cli Public

    Create electronics with React with a local development server

    TypeScript 18 MIT 87 6 5 Updated Sep 17, 2026
  • core Public

    Create electronics with Typescript and React. Compile Typescript to Circuit JSON

    tscircuit/core's past year of commit activity
    TypeScript 58 MIT 199 63 71 Updated Sep 17, 2026
  • circuit-to-canvas Public

    Draw Circuit JSON into a Canvas- works with any canvas object (Node/Vanilla)

    tscircuit/circuit-to-canvas's past year of commit activity
    TypeScript 0 MIT 15 1 16 Updated Sep 17, 2026
  • circuit-json Public

    Circuit JSON a low-level circuit representation. Visually represent schematic, PCB, produce Gerber files, produce bill of materials, run SPICE simulations, view warnings and more.

    tscircuit/circuit-json's past year of commit activity
    TypeScript 88 63 10 101 Updated Sep 17, 2026