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 317

  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 57 116

  4. core core Public

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

    TypeScript 58 190

  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 76

Repositories

Showing 10 of 447 repositories
  • 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 10, 2026
  • status Public

    Status checks for tscircuit services

    HTML 0 7 3 3 Updated Sep 10, 2026
  • tscircuit-autorouter Public

    A State of the Art MIT-licensed PCB Autorouter

    tscircuit/tscircuit-autorouter's past year of commit activity
    TypeScript 82 MIT 96 25 65 Updated Sep 10, 2026
  • fanout-solver Public

    BGA fanout solver with coordinated bus escapes for SimpleRouteJson

    tscircuit/fanout-solver's past year of commit activity
    TypeScript 4 MIT 5 3 64 Updated Sep 10, 2026
  • altiumts Public

    TypeScript-first parser and serializer for Altium document formats

    tscircuit/altiumts's past year of commit activity
    TypeScript 3 MIT 4 0 48 Updated Sep 10, 2026
  • pcb-poly-hyper-graph Public

    Construct a poly hyper graph for a Printed Circuit Board routing problem

    tscircuit/pcb-poly-hyper-graph's past year of commit activity
    TypeScript 0 MIT 2 0 2 Updated Sep 10, 2026
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker's past year of commit activity
    TypeScript 22 MIT 35 9 13 Updated Sep 10, 2026
  • tscircuit/autorouter-benchmark-dashboard's past year of commit activity
    JavaScript 0 0 0 1 Updated Sep 10, 2026
  • svg.tscircuit.com Public

    A server that takes encoded tscircuit code and renders it into an SVG suitable for use in docs

    tscircuit/svg.tscircuit.com's past year of commit activity
    TypeScript 4 MIT 27 2 7 Updated Sep 10, 2026
  • tscircuit Public

    Create real electronics with Typescript and React

    tscircuit/tscircuit's past year of commit activity
    TypeScript 2,655 MIT 317 17 10 Updated Sep 10, 2026

Sponsoring

  • @ShiboSoftwareDev
  • @KrishnaX12
  • @GokulPandi-M
  • @AnasSarkiz
  • @Abse2001
  • @ArnavK-09
  • @rushabhcodes
  • @mohan-bee
  • @anil08607
  • @Lathikaa-S
  • @Hero988
  • @DPS0340
  • @yaqwsx
  • @ovidiuch

Top languages

Loading…