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.3k 118

  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 47 36

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 44 92

  4. core core Public

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

    TypeScript 42 98

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 20 30

  6. runframe runframe Public

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

    TypeScript 13 54

Repositories

Showing 10 of 238 repositories
  • minimal-rp2040 Public

    Minimal RP2040 Circuit made with tscircuit

    tscircuit/minimal-rp2040’s past year of commit activity
    TypeScript 0 1 0 1 Updated Dec 29, 2025
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 1 Updated Dec 29, 2025
  • props Public

    Prop definitions for tscircuit components

    tscircuit/props’s past year of commit activity
    TypeScript 5 MIT 27 0 0 Updated Dec 29, 2025
  • tscircuit-autorouter Public

    A State of the Art MIT-licensed PCB Autorouter

    tscircuit/tscircuit-autorouter’s past year of commit activity
    TypeScript 15 MIT 19 28 1 Updated Dec 29, 2025
  • 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 Dec 29, 2025
  • 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 6 1 5 Updated Dec 28, 2025
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker’s past year of commit activity
    TypeScript 20 MIT 24 8 6 Updated Dec 28, 2025
  • dimension-placement-solver Public

    Solve for the placement of dimension lines for engineering diagrams

    tscircuit/dimension-placement-solver’s past year of commit activity
    TypeScript 0 MIT 1 0 0 Updated Dec 29, 2025
  • circuit-json-to-spice Public

    Convert Circuit JSON into ngspice compatible SPICE netlists

    tscircuit/circuit-json-to-spice’s past year of commit activity
    TypeScript 1 MIT 4 1 2 Updated Dec 29, 2025
  • 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 44 MIT 92 15 1 Updated Dec 28, 2025