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 99

  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 40 27

  3. tscircuit.com tscircuit.com Public

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

    TypeScript 39 85

  4. core core Public

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

    TypeScript 36 88

  5. jscad-electronics jscad-electronics Public

    jscad functions for creating components for electronics

    TypeScript 18 29

  6. runframe runframe Public

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

    TypeScript 10 52

Repositories

Showing 10 of 214 repositories
  • contribution-tracker Public

    Generate a contribution summary for your projects

    tscircuit/contribution-tracker’s past year of commit activity
    TypeScript 16 MIT 21 7 5 Updated Oct 27, 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 27, 2025
  • status Public

    Status checks for tscircuit services

    tscircuit/status’s past year of commit activity
    HTML 0 5 4 1 Updated Oct 27, 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 39 MIT 85 14 13 Updated Oct 27, 2025
  • sparkfun-boards Public

    Sparkfun boards recreated in tscircuit

    tscircuit/sparkfun-boards’s past year of commit activity
    TypeScript 3 MIT 14 10 9 Updated Oct 27, 2025
  • runframe Public

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

    tscircuit/runframe’s past year of commit activity
    TypeScript 10 MIT 52 4 1 Updated Oct 27, 2025
  • cli Public

    Create electronics with React with a local development server

    tscircuit/cli’s past year of commit activity
    TypeScript 13 MIT 43 3 0 Updated Oct 27, 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 25 7 7 Updated Oct 27, 2025
  • kicad-component-converter Public

    Convert kicad mod files into Circuit JSON

    tscircuit/kicad-component-converter’s past year of commit activity
    TypeScript 7 MIT 21 5 11 Updated Oct 27, 2025
  • create-snippet-url Public

    Open tscircuit code on snippets (snippets url creator)

    tscircuit/create-snippet-url’s past year of commit activity
    TypeScript 1 MIT 4 1 2 Updated Oct 27, 2025

Sponsoring

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

Top languages

Loading…

Most used topics

Loading…