Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions themes/memmachine/layouts/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ <h1 class="title">
COMMUNITY
=========================================================-->
<div class="container mt-192">
<!-- Culture Statement -->
<div class="row mb-5">
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
<h2 class="title-2">Our <span class="highlight-text-gradient">Culture Statement</span></h2>
<div class="mx-850 text-center">
<p>
<h3 class="title-3"><span class="highlight-text-gradient">HIPPOS</span>: Humility, Impact, People, Partnership, Openness, Simplicity</h3>
</p>
<ul style="text-align:left">
<li><span class="highlight-text-gradient">Humility</span>: We lead with humility in everything we do. We are new kids on the block and do not take that lightly. Every misstep is a lesson, every challenge a chance to grow.
</li>
<li><span class="highlight-text-gradient">Impact</span>: Impact comes before profit, always. The work we do matters because of the difference it makes, not the revenue it generates. Our users pay not just for tools, but for meaningful, measurable change in their workflows, communities, and lives.
</li>
<li><span class="highlight-text-gradient">People</span>: We value people first. In an age dominated by AI, our edge isn’t just code, but it’s authentic connection. We are relentlessly people-first, designing systems and experiences that honor human creativity, curiosity, and collaboration.
</li>
<li><span class="highlight-text-gradient">Partnership</span>: Great ideas never happen in isolation. They emerge at the intersection of human insight and AI intelligence. We facilitate everything we do in a spirit of collaboration and mutual growth.
</li>
<li><span class="highlight-text-gradient">Openness</span>: Openness is both our philosophy and our practice. We are open-source, platform-agnostic, and believe in open communication and feedback between people of all backgrounds, ages, and titles.</li>
<li><span class="highlight-text-gradient">Simplicity</span>: Radical accessibility is non-negotiable. Whether it’s someone vibe-coding for the first time or an AI researcher at Caltech, MemMachine should feel intuitive, delightful, and instantly empowering. Simplicity means everyone can meaningfully engage without friction.</li>
</ul>
</div>
</div>
</div>

<!-- Contributors -->
<div class="row mb-5">
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
Expand Down