I recently attempted to launch a startup in bioprocess analytics software, together with a colleague with a background in biology. Our initial product was software that simulates a complete bioprocess, allowing biological lab technicians to get an initial estimate of a viable bioprocess recipe for a given cultivation before running (expensive) physical experiments. Or, in marketing terms: a digital twin for bioprocesses.
The startup did not move forward, so I am releasing the prototype code – stripped of the underlying biological model (it now generates random values) – as a demo of modern software architecture. It features a database, a CRUD-based backend, and a web-based UI, all runnable with Docker.
As this is my first attempt at frontend development, I am looking forward to receiving constructive feedback.