--- layout: layouts/default.njk title: Home description: Building a better future together ---

Welcome to Rebuild

We're building a community of makers, creators, and innovators working together to shape a better future.

Our Approach

Through collaboration, shared learning, and collective action, we're reimagining how we build together.

Next Gathering

{% set nextEvent = events.events[0] %} {% if nextEvent %}

{{ nextEvent.title }}

{{ nextEvent.location }} · {{ nextEvent.date | dateFormat }}

{% set targetDate = nextEvent.date %} {% set title = "Time until " + nextEvent.title %} {% include "components/countdown.njk" %}
{% set text = "View Event Details" %} {% set url = "/gatherings/" %} {% set variant = "outline" %} {% include "components/buttons.njk" %}
{% endif %}