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.2k 73

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

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 36 70

  4. core core Public

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

    TypeScript 33 62

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 17 15

  6. runframe runframe Public

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

    TypeScript 9 50

Repositories

Showing 10 of 201 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 Sep 26, 2025
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 0 Updated Sep 26, 2025
  • tscircuit Public

    Create real electronics with Typescript and React

    tscircuit/tscircuit’s past year of commit activity
    TypeScript 1,229 MIT 73 135 (4 issues need help) 7 Updated Sep 26, 2025
  • easyeda-converter Public

    Convert easyeda JSON PCB footprints into tscircuit json

    tscircuit/easyeda-converter’s past year of commit activity
    TypeScript 6 MIT 11 18 (6 issues need help) 11 Updated Sep 26, 2025
  • docs Public

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

    tscircuit/docs’s past year of commit activity
    TypeScript 4 17 21 3 Updated Sep 26, 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 36 MIT 70 16 4 Updated Sep 26, 2025
  • browser-preview.tscircuit.com Public

    Create a preview of tscircuit code

    tscircuit/browser-preview.tscircuit.com’s past year of commit activity
    TypeScript 1 MIT 1 2 1 Updated Sep 26, 2025
  • 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 19 8 5 Updated Sep 25, 2025
  • cli Public

    Create electronics with React with a local development server

    tscircuit/cli’s past year of commit activity
    TypeScript 9 MIT 33 11 1 Updated Sep 25, 2025
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker’s past year of commit activity
    TypeScript 16 MIT 15 7 4 Updated Sep 25, 2025