@luke_nukem A basic sales model, just placing orders and people can buy devices, and customize their orders through a React frontend. Users can pay us to maintain the device or do it themselves.
Using Braintree as a payments system, React for clientside rendering (I might add serverside to that with a node server in addition to the Rust API server). TypeScript as the main frontend language (I use it on https://alain.xyz, way better than babel/js imho).