Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/testimonials/BuildToLaunch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ logo: "https://substackcdn.com/image/fetch/$s_!-Gdw!,w_1360,c_limit,f_webp,q_aut
draft: false
---

Profile memory is my favorite part. I've been storing and retrieving many of my articles through MemMachine, and the way it handles personalization is beautiful. Instead of creating another slash command or digging through every file I've saved, the profile memory just knows. It's there when I need it. What I really love is that they've abstracted all the complexity away while leaving the flexibility to use pieces independently. That's the sweet spot - powerful but not overwhelming.
<i>"Profile memory is my favorite part. I've been storing and retrieving many of my articles through MemMachine, and the way it handles personalization is beautiful. Instead of creating another slash command or digging through every file I've saved, the profile memory just knows. It's there when I need it. What I really love is that they've abstracted all the complexity away while leaving the flexibility to use pieces independently. That's the sweet spot - powerful but not overwhelming."</i>
15 changes: 15 additions & 0 deletions data/examples.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- title: Character Engine
icon: "fa-solid fa-chess-board"
text: "Persistent AI advisors who learn your patterns, challenge your strategy, and make sure you're building the right thing BEFORE you execute."
url: "https://characterengine.ai/"

- title: Teamate
icon: "fa-solid fa-mug-hot"
text: "Your Proactive AI Teammate that Lives in Your Workspace — Teamate understands conversations, and steps in with the right action at just the right moment."
url: "https://www.teamate.app/"

- title: Build to Launch
icon: "fa-solid fa-rocket"
text: "Turn AI ideas into shipped products. Proven systems and showcase opportunities for builders who launch."
url: "https://buildtolaunch.substack.com/"

- title: Your CRM Assistant
icon: "fa-solid fa-user"
text: "Your agent can recall a client's entire history and deal stage, proactively helping your sales team build relationships and close deals faster."
Expand Down
2 changes: 1 addition & 1 deletion themes/memmachine/layouts/_partials/home-sections.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="title">
</div>

<!-- Hero Chat Simulation -->
<div class="hero-chat mx-850">
<div style="display:none;" class="hero-chat mx-850">
<div class="hero-chat-list" id="chatList" style="height: 700px;"></div>
<div class="hero-chat-input" id="chatInputContainer">
<input
Expand Down