Code-first engineering CAD
Engineering CAD, reimagined with code
A fundamental new approach to hardware design. Build parametric models with TSX, version control your designs, and unlock AI-native engineering workflows.
circuit.tsx
// Design electronics with TSX
export default () => (
<board width="10mm">
<resistor resistance="10kohm" />
<capacitor capacitance="10uF" />
</board>
)The approach
Hardware design should work like software
Traditional CAD tools are opaque, proprietary, and incompatible with modern development workflows. We are building something different.
Code-first design
Define your hardware as TSX components. Parametric, composable, and type-safe by default.
Version controlled
Your designs live in Git. Branch, merge, diff, and review hardware changes like software.
AI-compatible
Code-based CAD means AI can read, generate, and iterate on your designs natively.