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.
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