AI Assistant
Describe what you want in plain English. The AI assistant writes the code and updates your 3D model.
Natural Language CAD
The server version of daz-cad includes a built-in AI assistant powered by Claude. Describe your model in plain English — "make a box with honeycomb pattern on top" — and the AI writes the corresponding daz-cad code.
How It Works
The AI assistant receives the full daz-cad API specification and your current code as context. It understands the complete library including patterns, Gridfinity, boolean operations, and edge selection. Responses include working code that runs immediately in the live preview.
- Understands the complete daz-cad API
- Modifies your existing code or creates from scratch
- Explains what it changed and why
- Iterative refinement — keep chatting to adjust the model
Server Version Only
The AI assistant requires the daz-cad server to be running locally (it uses Claude's API). The standalone editor on this website has all the CAD features but without the AI chat. Clone the repo and run ./run serve to get the full experience.
Try AI Assistant in the browser editor
Open Editor