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.4k 134

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

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 47 95

  4. core core Public

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

    TypeScript 47 105

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 22 31

  6. runframe runframe Public

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

    TypeScript 16 58

Repositories

Showing 10 of 256 repositories
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 2 Updated Feb 18, 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 Feb 18, 2026
  • circuit-json-to-kicad Public

    Convert Circuit JSON to KiCad

    tscircuit/circuit-json-to-kicad’s past year of commit activity
    TypeScript 5 14 3 12 Updated Feb 18, 2026
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker’s past year of commit activity
    TypeScript 20 MIT 25 8 5 Updated Feb 18, 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 57 39 8 19 Updated Feb 18, 2026
  • cli Public

    Create electronics with React with a local development server

    tscircuit/cli’s past year of commit activity
    TypeScript 16 MIT 54 10 1 Updated Feb 18, 2026
  • basefold-sketch Public

    2D Sketch System in Typescript

    tscircuit/basefold-sketch’s past year of commit activity
    TypeScript 0 0 2 0 Updated Feb 18, 2026
  • docs.basefold.com Public

    Basefold library documentation

    tscircuit/docs.basefold.com’s past year of commit activity
    TypeScript 0 0 0 0 Updated Feb 18, 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 3 MIT 19 2 8 Updated Feb 18, 2026
  • tscircuit Public

    Create real electronics with Typescript and React

    tscircuit/tscircuit’s past year of commit activity
    TypeScript 1,427 MIT 134 140 (4 issues need help) 4 Updated Feb 18, 2026

Sponsoring

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

Most used topics

Loading…