X Tutup
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.5k 142

  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 64 38

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 48 97

  4. core core Public

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

    TypeScript 47 112

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 22 33

  6. runframe runframe Public

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

    TypeScript 16 56

Repositories

Showing 10 of 268 repositories
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 2 Updated Mar 10, 2026
  • 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 Mar 10, 2026
  • docs Public

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

    tscircuit/docs’s past year of commit activity
    TypeScript 6 52 1 4 Updated Mar 10, 2026
  • tscircuit/builtin-footprints’s past year of commit activity
    0 0 0 0 Updated Mar 10, 2026
  • tscircuit-autorouter Public

    A State of the Art MIT-licensed PCB Autorouter

    tscircuit/tscircuit-autorouter’s past year of commit activity
    TypeScript 49 MIT 28 10 6 Updated Mar 10, 2026
  • skill Public

    Claude Code Skill for tscircuit

    tscircuit/skill’s past year of commit activity
    TypeScript 2 MIT 4 1 1 Updated Mar 10, 2026
  • 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 64 38 8 21 Updated Mar 9, 2026
  • core Public

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

    tscircuit/core’s past year of commit activity
    TypeScript 47 MIT 112 4 5 Updated Mar 9, 2026
  • cli Public

    Create electronics with React with a local development server

    tscircuit/cli’s past year of commit activity
    TypeScript 16 MIT 55 9 6 Updated Mar 9, 2026
  • checks Public

    Validity and Design Rule checks for Circuit JSON

    tscircuit/checks’s past year of commit activity
    TypeScript 4 12 4 (1 issue needs help) 5 Updated Mar 9, 2026

Sponsoring

  • @Heinrich-XIAO
  • @zalo
  • @techmannih
  • @shehaban
  • @rushabhcodes
  • @nailoo
  • @ShiboSoftwareDev
  • @Devesh36
  • @ArnavK-09
  • @AnasSarkiz
  • @Abse2001
  • @MattIPv4
  • @yaqwsx

Top languages

Loading…

X Tutup