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 1.4k 128

  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 53 38

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 47 94

  4. core core Public

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

    TypeScript 46 104

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 21 31

  6. runframe runframe Public

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

    TypeScript 16 57

Repositories

Showing 10 of 251 repositories
  • maintenance-tracker Public

    Tracks key metrics for evaluating maintenance of CI testing

    tscircuit/maintenance-tracker’s past year of commit activity
    HTML 0 1 0 1 Updated Feb 11, 2026
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 2 Updated Feb 11, 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 47 MIT 94 15 1 Updated Feb 11, 2026
  • footprinter Public

    micro-builder and DSL for creating PCB footprints, built for AI

    tscircuit/footprinter’s past year of commit activity
    TypeScript 17 MIT 44 21 (1 issue needs help) 14 Updated Feb 11, 2026
  • docs Public

    docs, tutorials and guides for tscircuit (Electronics with React/Typescript)

    tscircuit/docs’s past year of commit activity
    TypeScript 6 47 2 2 Updated Feb 11, 2026
  • eval Public

    Evaluate tscircuit code to Circuit JSON in browsers, Node, or in web workers

    tscircuit/eval’s past year of commit activity
    TypeScript 3 MIT 28 1 1 Updated Feb 11, 2026
  • core Public

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

    tscircuit/core’s past year of commit activity
    TypeScript 46 MIT 104 12 3 Updated Feb 11, 2026
  • tscircuit/manifold-to-step’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 10, 2026
  • tscircuit-autorouter Public

    A State of the Art MIT-licensed PCB Autorouter

    tscircuit/tscircuit-autorouter’s past year of commit activity
    TypeScript 25 MIT 24 20 3 Updated Feb 10, 2026
  • minimal-rp2040 Public

    Minimal RP2040 Circuit made with tscircuit

    tscircuit/minimal-rp2040’s past year of commit activity
    TypeScript 0 1 0 1 Updated Feb 10, 2026