Generate REST API documentation from the code, something similar to Swagger JAX-RS extension, but without all their annotations (they have just too many), which is possible in Ceylon, thanks to its great metaprogramming, reified generics and its support of named, optional and default arguments).
It could be another module that inspects the app and generates an HTML report. Something that could be done in a continuous integration server, for example.