Simple portfolio of Phoenix projects

If I want to do a simple liveview site that serves as a portfolio of links to various Phoenix running projects, Is there a good way to have that be under one umbrella?

Maybe, just generate another Phoenix application within your umbrella:

# Creates a new Phoenix web project within an umbrella project
$ mix phx.new.web  ...

Ok I’ll see what happens. Thanks!