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 71

  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 36 23

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 36 65

  4. core core Public

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

    TypeScript 33 61

  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 49

Repositories

Showing 10 of 200 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 22, 2025
  • status Public

    Status checks for tscircuit services

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

    View circuit json online

    tscircuit/circuitjson.com’s past year of commit activity
    TypeScript 2 MIT 2 2 3 Updated Sep 22, 2025
  • kicad-component-converter Public

    Convert kicad mod files into Circuit JSON

    tscircuit/kicad-component-converter’s past year of commit activity
    TypeScript 6 MIT 13 4 5 Updated Sep 22, 2025
  • runframe Public

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

    tscircuit/runframe’s past year of commit activity
    TypeScript 9 MIT 49 5 4 Updated Sep 22, 2025
  • 3d-viewer Public

    3d viewer for printed circuit boards created using tscircuit

    tscircuit/3d-viewer’s past year of commit activity
    TypeScript 7 MIT 27 28 (1 issue needs help) 7 Updated Sep 22, 2025
  • cli Public

    Create electronics with React with a local development server

    tscircuit/cli’s past year of commit activity
    TypeScript 9 MIT 32 14 11 Updated Sep 22, 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 65 15 2 Updated Sep 22, 2025
  • props Public

    Prop definitions for tscircuit components

    tscircuit/props’s past year of commit activity
    TypeScript 4 MIT 17 18 1 Updated Sep 21, 2025
  • 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.

    tscircuit/circuit-json’s past year of commit activity
    TypeScript 36 23 9 6 Updated Sep 21, 2025

Sponsoring

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

Most used topics

Loading…