Is it possibile to see some example of something built in Habitat?

Hello, I was wondering if anyone had already built something with Habitat that could be shared with the community.
Thanks,
Fosca

The only thing I know of right now is Habitat itself.

Many of the components in the components directory of the source have an habitat directory where the plan for that component is stored, for example, the builder-web plan is the plan for the static web app fronted with nginx, and the builder-api plan is for the API service.

You can also have a look in the terraform directory to see how we deploy the services to AWS.