Photo to Part

Snap a photo.
Get the part manufactured.

Repliform turns photos and dimensions into manufactured replacement parts. Geometry inference, CAD reconstruction, DFM checks, quoting, ordering, and shipping. One API call.

Submit a Part Request API Documentation ↓

The Pipeline

Seven stages. Fully autonomous. Human review only when confidence drops.

01

Intake

Photos, dimensions, material preferences, shipping info. That's all we need.

02

Geometry

AI extracts primitive shapes, features, and measurements from your photos.

03

CAD

Parametric templates reconstruct a manufacturing-grade STEP model.

04

DFM

Design for manufacturability checks. Process selection. Risk scoring.

05

Quote

Multi-supplier quoting. Best price and lead time, selected automatically.

06

Order

Autonomous ordering with supplier tracking. Human fallback for edge cases.

07

Ship

Label purchased. Tracking synced. Part arrives at your door.

Today

You need a CAD file

Every on-demand manufacturer requires you to upload a 3D model. If your knob broke, you need to learn Fusion 360 first. Or hire someone who knows it. Then wait.

Repliform

You need a phone camera

Take photos. Tell us the measurements. Pick a material. We handle geometry inference, CAD reconstruction, manufacturing, and delivery. You get your part.

For Developers

API-native from day one

POST /design-requests with photos and dimensions. Get back a quote in minutes. Approve, and we manufacture and ship. Integrate into any product, marketplace, or service desk.

Confidence Scoring

Autonomous, not reckless

Every stage outputs a confidence score. High confidence? Fully automated. Low confidence? Routed to human review. You control the threshold.

Built for speed

From photo to quote in minutes. From approval to shipped in days.

<10m
Photo to quote
for happy-path jobs
60%
Jobs reaching quote
without human intervention
40%
Fully auto-ordered
end to end

MVP Scope

Starting with the parts that break most often

Cylindrical Knobs
Brackets
Caps & Covers
Flat Plates
Enclosures
Drawer Dividers

API Reference

One endpoint to start manufacturing

POST /api/v1/design-requests
{
  "email": "jane@acme.com",
  "name": "Jane Smith",
  "category": "knob",
  "dimensions": {
    "diameter": 35,
    "height": 25
  },
  "material": "Aluminum 6061",
  "finish": "Anodized black",
  "description": "Replacement stove knob, original cracked",
  "shipping_address": {
    "line1": "123 Main St",
    "city": "San Francisco",
    "state": "CA",
    "postal_code": "94102",
    "country": "US"
  },
  "photos": [
    { "filename": "knob-front.jpg", "content_type": "image/jpeg" }
  ]
}
Response includes
Request code Category classification Feasibility score Presigned upload URLs Tracking URL

The entire manufacturing value chain exists in pieces. Repliform stitches it together.

AI geometry inference. Parametric CAD templates. Multi-supplier quoting. Autonomous ordering. End-to-end tracking. One pipeline.