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 88

  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 39 25

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 38 83

  4. core core Public

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

    TypeScript 34 78

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 18 21

  6. runframe runframe Public

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

    TypeScript 10 52

Repositories

Showing 10 of 209 repositories
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 0 Updated Oct 13, 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 Oct 13, 2025
  • circuit-to-svg Public

    Convert Circuit JSON into an Schematic/PCB/Assembly SVGs

    tscircuit/circuit-to-svg’s past year of commit activity
    TypeScript 12 35 21 (1 issue needs help) 1 Updated Oct 13, 2025
  • jscad-to-gltf Public

    Convert a jscad plan to a GLTF file

    tscircuit/jscad-to-gltf’s past year of commit activity
    TypeScript 0 MIT 11 0 0 Updated Oct 13, 2025
  • footprinter Public

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

    tscircuit/footprinter’s past year of commit activity
    TypeScript 12 MIT 27 23 (1 issue needs help) 6 Updated Oct 13, 2025
  • common Public

    Common/community-contributed components

    tscircuit/common’s past year of commit activity
    TypeScript 1 MIT 13 3 2 Updated Oct 12, 2025
  • 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 3 MIT 14 2 7 Updated Oct 12, 2025
  • docs Public

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

    tscircuit/docs’s past year of commit activity
    TypeScript 6 36 6 3 Updated Oct 12, 2025
  • tscircuit Public

    Create real electronics with Typescript and React

    tscircuit/tscircuit’s past year of commit activity
    TypeScript 1,253 MIT 88 147 (4 issues need help) 18 Updated Oct 13, 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 23 8 5 Updated Oct 12, 2025

Sponsoring

  • @techmannih
  • @Heinrich-XIAO
  • @Ayushjhawar8
  • @AnasSarkiz
  • @devroy10
  • @ShiboSoftwareDev
  • @MustafaMulla29
  • @Asymtode712
  • @ArnavK-09
  • @Abse2001
  • @0hmX
  • @MattIPv4
  • @yaqwsx

Top languages

Loading…