All demosLive demo
Test Files
DXF Gate checks a design file against the same rejection rules a laser or CNC shop applies before they'll cut it, so the file gets fixed before it's sent, not after it bounces back.
What we built
- Runs a shop's real rejection checks right in the browser: open contours, missing or ambiguous units, duplicate and overlapping lines, tiny stray segments, self-intersections.
- Returns a clear pass / warn / fail verdict with the specific findings and coordinates, not just a yes or no.
- Nothing is uploaded or stored: the file is parsed in memory for the length of the check and then it's gone.
Browser UIPython geometry engineVercel serverless