From CAD file to quote in seconds

Upload STEP, STL, or DXFโ€”or call our APIโ€”to get instant manufacturability checks, cost breakdowns, and lead times. Configure labor, energy, overhead, machines, materials, and finishing. Ship quotes with confidence.

Read the docs
Upload & Analyze
๐Ÿ“
Drop CAD file here
โš ๏ธ Bend radius: 2.5mm min
โœ… Hole size: 6mm OK
Quote Summary
Material & Processing $127.50
Labor (2.3h @ $38/hr) $87.40
Total $214.90
Lead time: 5-7 days
API Integration
// Price a part via RoughDraft API
const res = await fetch("https://api.roughdraft.app/v1/quote", {
  method: "POST",
  headers: { 
    "Authorization": "Bearer YOUR_KEY", 
    "Content-Type": "application/json" 
  },
  body: JSON.stringify({
    file_url: "https://example.com/part.step",
    process: ["laser_cut", "press_brake", "weld"],
    material: { grade: "A36", thickness_mm: 6 },
    machine: { 
      brand: "Bystronic", 
      model: "ByStar Fiber 4020" 
    },
    labor_rate_per_hr: 38,
    energy_cost_per_kwh: 0.11,
    overhead: { 
      rent_monthly: 6500, 
      utilization: 0.72 
    }
  })
});

const quote = await res.json();
console.log(quote.total_price, quote.lead_time_days);

Everything you need to quote faster

โšก

Instant DFM & costing

Automated checks and per-step cost drivers

โš™๏ธ

Configurable pricing model

Tune labor, energy, overhead, machine rates, brand/model specifics

๐Ÿ”—

Supplier integrations

Pull live material pricing; map to your SKUs

๐Ÿ”’

Secure file handling

Encrypted at rest and in transit; granular access controls

๐Ÿ‘ฅ

Team workflows

Roles, approvals, audit trail, and versioned quotes

How it works

1

Upload or connect

Drag-and-drop CAD or hit the API

2

Review insights

See manufacturability flags, process routing, and cost breakdowns

3

Publish the quote

Share a branded, itemized quote with lead time and terms

Quote parts faster. Win more work.