AI CAD
Generator
Text to CAD that shows its work. AI reads your description, builds real DXF geometry, then measures its own output against what you asked — and keeps iterating until the two agree. You can stop it, change it, or download at any draft.
Made with this tool
Every drawing came from one line of text, then was re-parsed and measured to confirm it matches. Each one is a file you can download and check.
- Measured against your dimensions
- Real DXF geometry
- Opens without a plugin
- No account, nothing stored
Not starting from text?
The destination is always the same — a measurable CAD file. Two more doors in, each with its own page, its own converter and its own published numbers.
Two ways it builds
AI CAD drawing generator
Flat profiles for anything that gets cut: plates, flanges, gaskets, panels, bracket outlines, rings and discs — described in text or recognized from an image. Slots are built to the stated overall length and width, measured end to end. Bend lines go on their own layer, never mixed into the profile.
Out: DXF at 1:1 in millimetres, plus SVG. R12 ASCII, the revision with the widest CAM support. Nominal geometry: apply your own kerf compensation and lead-ins in CAM.
All 26 verified parts →AI CAD model generator
Solid geometry described as parametric code, so every stated dimension appears once as a named variable and can be changed. Ask for a 150 mm hole through a 100 mm plate and it tells you that is impossible instead of quietly building something else.
Out: the parametric Python source today. STEP and STL need a geometry worker that is not running yet, so the 2D track is the one to use if you need a file now.
Which format you need →How it works
It shows you what it understood
Before any geometry is built you see every dimension it read from your request, and which ones it had to assume. Silent assumptions are how AI CAD tools produce confidently wrong parts.
It measures, then iterates
The numbers under each result are computed from the generated geometry, not copied from the model's description of it. When a measured number disagrees with a stated one, it redraws and re-measures — and tells you which draft you are looking at. Stop it or download at any point.
It tells you no
A cad ai generator that never refuses is not being careful, it is guessing. This one refuses impossible geometry and says when parametric CAD is the wrong tool for the shape.
Formats
Output is standard interchange geometry, so it opens in whatever you already use. No plugin, no proprietary viewer, no account.
Full detail on what each format is for, and how they differ, is on its own page.