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 width="12mm" height="30mm">
      <USBC
        connections={{
          GND: "net.GND",
          VBUS: "net.VBUS"
        }}
      />
      <led
        name="LED"
        supplierPartNumbers={{
          jlcpcb: ["965799"],
        }}
        color="red"
        footprint="0603"
        pcbY={12}
        schY={2}
      />
      <button pin2=".R1 > .pos" pin3="net.VBUS" schY={-2} />
      <resistor name="R1" footprint="0603" resistance="1k" />

      <trace from=".R1 > .neg" to=".LED .pos" />
      <trace from=".LED .neg" to="net.GND" />
    </board>
  )
}

Popular repositories Loading

  1. tscircuit tscircuit Public

    Create real electronics with Typescript and React

    TypeScript 1k 36

  2. simple-3d-svg simple-3d-svg Public

    An extremely simple 3D SVG renderer (20KB minified)

    TypeScript 63 1

  3. jscad-fiber jscad-fiber Public

    Create 3d CAD models with React using jscad

    TypeScript 43 18

  4. autorouting autorouting Public

    Algorithms and dataset of autorouting problems for developing and benchmarking autorouters

    TypeScript 37 9

  5. 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 36 18

  6. tscircuit.com tscircuit.com Public

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

    TypeScript 30 63

Repositories

Showing 10 of 181 repositories
  • tscircuit.com Public

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

    TypeScript 30 MIT 63 25 3 Updated Jul 18, 2025
  • status Public

    Status checks for tscircuit services

    HTML 0 5 4 0 Updated Jul 17, 2025
  • TypeScript 0 MIT 0 0 1 Updated Jul 18, 2025
  • svg.tscircuit.com Public

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

    TypeScript 1 MIT 3 1 2 Updated Jul 17, 2025
  • maintenance-tracker Public

    Tracks key metrics for evaluating maintenance of CI testing

    HTML 0 2 0 1 Updated Jul 18, 2025
  • simple-3d-svg Public

    An extremely simple 3D SVG renderer (20KB minified)

    TypeScript 63 1 3 0 Updated Jul 17, 2025
  • Python 0 0 0 0 Updated Jul 18, 2025
  • 3d-viewer Public

    3d viewer for printed circuit boards created using tscircuit

    TypeScript 5 MIT 21 27 (1 issue needs help) 6 Updated Jul 17, 2025
  • bpc-graph Public

    Box Pin Color Graph Utility Library

    TypeScript 2 MIT 1 0 1 Updated Jul 17, 2025
  • kicad-component-converter Public

    Convert kicad mod files into Circuit JSON

    TypeScript 6 MIT 7 4 5 Updated Jul 17, 2025

Sponsoring

  • @MustafaMulla29
  • @Anshgrover23
  • @Abse2001
  • @techmannih
  • @ShiboSoftwareDev
  • @ArnavK-09
  • @yaqwsx
  • @ovidiuch
  • @andrasfuchs

Top languages

Loading…

Most used topics

Loading…