--- layout: default nav: communitynav.html title: Tiny Life Community Showcase summary: A fun simulation game where you mess with people's lives ---

💬 Community Showcase

Ever since Tiny Life released into Early Access, the game's community has been growing steadily, and you all have been absolutely amazing. You've released videos, livestreamed gameplay, created mods, households, lots and other custom content, and you've even drawn fan art of pre-made Tinies! We love community contributions, and so we want to dedicate this section to our community and showcase some of the awesome stuff you've created.

As far as we're aware, all content on this page abides by the Tiny Life Content and Community Policy, and you can consider content on this page to be officially endorsed. Nevertheless, please always take care when downloading and installing custom content and mods for Tiny Life.

If you're interested in having your content added to this page, please let us know on the Discord server or submit a pull request.

{% assign sorted_content = site.data.community_content | sort_natural: "name" %} {% for section in site.data.community_sections %}

{{ section.name }}

{{ section.desc }}

{% assign any = false %} {% for content in sorted_content %} {% if content.section == section.slug %} {% assign slug = content.name | slugify %}
{% if section.images %} {% if content.carousel %} {% else %} An image showing off {{ content.name }} {% endif %} {% endif %} {% if section.embeds %}
{% endif %}

{{ content.name }}

Created by {{ content.author }}
{% if content.desc %}
{{ content.desc }}
{% endif %} {% if content.links %}
{% for link in content.links %} {{ link[0] }} {% endfor %}
{% endif %}
{% assign any = true %} {% endif %} {% endfor %} {% unless any %} There's nothing in this section yet. {% endunless %}
{% endfor %}