tscircuit is an ecosystem of tools for building circuits in React. In this guide, we'll walk through the basics of running tscircuit. If you have any trouble, ask for help in the Slack channel
This section is still in progress!
Here are some helpful concepts if you're working on tscircuit as a developer.
tscircuit soup: An intermediate JSON format that tscircuit typescript code compiles to. It contains all the elements of the circuit in their fully computed positions
Most of the complex logic in tscircuit doesn't involve React at all. In the tscircuit/builder repo you can build up circuits using a builder pattern and compile them to tscircuit soup. This computes all routes, layouts and positions for both schematics and PCBs.