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 103

  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 41 31

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 40 87

  4. core core Public

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

    TypeScript 37 91

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 18 29

  6. runframe runframe Public

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

    TypeScript 10 51

Repositories

Showing 10 of 217 repositories
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 1 Updated Nov 9, 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 Nov 9, 2025
  • jscad-electronics Public

    jscad functions for creating components for electronics

    tscircuit/jscad-electronics’s past year of commit activity
    TypeScript 18 MIT 29 3 (1 issue needs help) 4 Updated Nov 9, 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 40 MIT 87 10 2 Updated Nov 9, 2025
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker’s past year of commit activity
    TypeScript 16 MIT 24 8 4 Updated Nov 9, 2025
  • common Public

    Common/community-contributed components

    tscircuit/common’s past year of commit activity
    TypeScript 1 MIT 18 2 1 Updated Nov 9, 2025
  • jlcsearch Public

    Find parts from JLCPCB matching design constraints (resistance values, capacitance, tolerance etc.)

    tscircuit/jlcsearch’s past year of commit activity
    TypeScript 15 MIT 19 9 7 Updated Nov 9, 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 25 7 8 Updated Nov 9, 2025
  • core Public

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

    tscircuit/core’s past year of commit activity
    TypeScript 37 MIT 91 31 3 Updated Nov 9, 2025
  • tscircuit-autorouter Public

    A State of the Art MIT-licensed PCB Autorouter

    tscircuit/tscircuit-autorouter’s past year of commit activity
    TypeScript 10 MIT 19 15 3 Updated Nov 9, 2025

Sponsoring

  • @Quanta-Naut
  • @Heinrich-XIAO
  • @techmannih
  • @nailoo
  • @divanshu-go
  • @RaghavArora14
  • @Omar8345
  • @MustafaMulla29
  • @Ayushjhawar8
  • @Asymtode712
  • @ArnavK-09
  • @0hmX
  • @MattIPv4

Top languages

Loading…

Most used topics

Loading…