Text-to-CAD

AI says it can design your parts, but the comments are already side-eyeing the demo

TLDR: Text-to-CAD is an open-source tool that lets AI helpers create 3D designs from written instructions and preview them locally. Commenters love the idea but are split between impressed tinkerers and skeptics who say the real test is whether it understands basic mechanical parts — and whether humans can even describe them properly.

A new open-source project called Text-to-CAD is pitching a very sci-fi dream: describe an object in plain words, let an AI coding helper build it, then view and export the 3D model on your own computer. It promises a whole mini workshop in a box — generating models, previewing them in a local viewer, exporting files for printing or manufacturing, and even keeping edits neatly saved so you can tweak things later. On paper, it sounds like “just talk, and the machine makes the part.” Naturally, the internet showed up with both applause and popcorn.

The biggest mood in the comments? Excited, but deeply suspicious. One person praised these projects in general while warning that language models still seem shaky at real design work, basically saying the dream is cool but the reality is still wobbly. Another commenter immediately went into detective mode, asking where the actual engine was hiding — only to answer their own question after a little repo spelunking, in a very classic internet “wait… haha, found it” moment. Then came the sharpest jab: a user said you can judge the tool by the fact that it apparently doesn’t understand servo motors in the demo, which is the sort of comment that lands like a reality-show confessional.

Still, not everyone came to roast. One builder said they made a similar tool with Claude and were surprised by how well it could fix complicated shapes by looking at screenshots and trying again. Another pointed out the real chaos agent here is the human, noting that most people simply don’t have the words to clearly describe everyday objects. In other words: the AI may be learning design, but the crowd thinks humans are still terrible at giving directions — and that might be the funniest plot twist of all.

Key Points

  • Text-to-CAD is an open-source harness for generating 3D CAD models with coding agents such as Codex and Claude Code.
  • The tool supports exporting outputs in STEP, STL, DXF, GLB, topology data, and URDF robot description formats.
  • It includes a local CAD Explorer viewer for inspecting geometry and supports stable `@cad[...]` references for geometry-aware follow-up edits.
  • The project bundles separate CAD and URDF skills for CAD generation and robot-description tasks, with documentation and standalone repository options.
  • The setup process involves cloning the GitHub repository, installing Python and viewer dependencies, running the viewer locally, and accessing it through `http://localhost:4178`.

Hottest takes

"You’ll know how incapable it is when it doesn’t seem to understand how servo motors work" — lsch1033
"Not sure I understand ... no mention of an actual CAD engine backend ... did I miss it?" — ur-whale
"how little vocabulary the ordinary person has to compose a good picture of any real item" — Eisenstein
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.