
building made-to-measure into the ordering flow instead of a size chart, is it a good idea?
ok so fast fashion sizing has never once fit me and I finally got fed up. I’m trans and I wanted to start a clothing brand making stuff on demand, and originally I just wanted a little preview thing so people could see how something would sit on their body before ordering. that snowballed way past what I planned.
(not sure this is the right sub for this, couldn’t really find a better one.)
for context I sew, I used to do clothing design and sim for VFX in MD, and I’m a programmer.
so instead of picking a size you just put in your tape measurements, and it builds a body out of them and drafts the pattern to that. I’ve been testing it against ~20k people’s measurements from ANSUR and every girth you enter lands on the mesh exactly. there’s an easy mode where you start with height and weight and a few basics and it guesses the rest, and then every measurement you add makes it more specific about where the mass sits and whether it’s fat or muscle. 42 measurements max, but you’d never need most of them. if the estimates keep matching what you enter, it means it’s close and you can stop.
(it’s still not great and I’ve just started, you can see in the screenshot. there’s a lot to be done.)
what I’m actually stuck on is whether any of this is worth doing. it takes a lot of time and a lot of trial and error to get right. does it already exist and I just haven’t found it? FreeSewing does parametric made-to-measure but every design has to be written as a program by someone who codes, and the commercial CAD stuff does it but it’s studio software, nothing you’d ever put in an ordering flow.
and if I’m making my own clothes anyway, is profiling customers actually worth it? measure once and everything they order from me fits, the patterns get adjusted without any manual input. is the measuring step enough to make people give up, and how badly do people measure themselves in practice?
or would it be more useful as something other designers use, where you link your own pattern and it comes out fitted per customer? idk. Patterns might be too personal to hand over to someone else’s system (but I can probably link it to any app that supports a good python api).
doing all this around a full time job so I’d honestly rather hear “this doesn’t work because X” now than in a few months. thanks ^^