Prototype · Developer tooling
Tracgen-CAD
The same brief-in, package-out pipeline — pointed at mechanical CAD instead of copper.
Mechanical teams doing the same bracket for the fourth time this quarter.
- Built on
- Rust + TypeScript
- Fits the workflow
- A step in the pipeline, not a replacement for it
- History
- 12 commits, in a private repository
What it is
Tracgen-CAD is the mechanical sibling of Tracgen, built the same way. It takes a mechanical product description in natural language and produces a parametric solid or multi-part assembly, a design-for-manufacturing analysis, a priced bill of materials including off-the-shelf hardware, and a manufacturing output package.
Geometry runs on cadkernel — a Rust kernel compiled twice from one source, once as a native CLI and once for the browser — so the same code produces the parts and previews them.
Capabilities
What it actually does.
Mechanical teams doing the same bracket for the fourth time this quarter.
Parametric solids
Parametric solids and multi-part assemblies from a natural-language brief
One Rust geometry
One Rust geometry kernel compiled to both a native CLI and WebAssembly
DFM analysis
DFM analysis and priced BOM including off-the-shelf hardware
Feature tree
Feature tree, STL and verification reports as the output package
How it works
3 moves, end to end.
This is how Tracgen-CAD works, not a set of steps you can follow yet — it is prototype and not distributed.
Drop it in
Tracgen-CAD attaches to the repository or project you already have.
Give it the job
It takes a concrete task with a defined output, not an open-ended prompt.
Review the result
Everything it produces is a diff, a file or a report you approve before it counts.
Specification
Made of, and made when.
Read from the repository at build time rather than typed onto a marketing page.
- State
- Prototype
- Discipline
- Design automation
- Shape
- Developer tooling
- Started
- Jun 2026
- Last change
- Jun 2026
- Commits
- 12
- Rust
- TypeScript
- Python
- WebAssembly
- Claude API
- TypeScript 36%
- Python 31%
- Rust 30%
Related work
Built alongside Tracgen-CAD
Next
Put Tracgen-CAD in your pipeline
Ask about integrating it with the repositories and agents you already run.