This document discusses code generation as a service, where a client can submit modeling artifacts like UML models to a server which will generate code. The server schedules generation jobs, allows clients to check status, and retrieve results. This simplifies generator deployment by eliminating installation on the client side. Potential downsides include network latency, the server becoming a bottleneck, and confidentiality issues. Future work ideas involve supporting other backends, private repositories, synchronous execution, sandboxing, improved job management, and a public deployment.