Skip to content

Commit c89f3fb

Browse files
add examples and testimonial (#37)
Signed-off-by: gauri-nagavkar <gauri.nagavkar@memverge.com> LGTM.
1 parent d146e40 commit c89f3fb

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

content/en/testimonials/BuildToLaunch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ logo: "https://substackcdn.com/image/fetch/$s_!-Gdw!,w_1360,c_limit,f_webp,q_aut
88
draft: false
99
---
1010

11-
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.
11+
<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>

data/examples.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- title: Character Engine
2+
icon: "fa-solid fa-chess-board"
3+
text: "Persistent AI advisors who learn your patterns, challenge your strategy, and make sure you're building the right thing BEFORE you execute."
4+
url: "https://characterengine.ai/"
5+
6+
- title: Teamate
7+
icon: "fa-solid fa-mug-hot"
8+
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."
9+
url: "https://www.teamate.app/"
10+
11+
- title: Build to Launch
12+
icon: "fa-solid fa-rocket"
13+
text: "Turn AI ideas into shipped products. Proven systems and showcase opportunities for builders who launch."
14+
url: "https://buildtolaunch.substack.com/"
15+
116
- title: Your CRM Assistant
217
icon: "fa-solid fa-user"
318
text: "Your agent can recall a client's entire history and deal stage, proactively helping your sales team build relationships and close deals faster."

themes/memmachine/layouts/_partials/home-sections.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1 class="title">
3434
</div>
3535

3636
<!-- Hero Chat Simulation -->
37-
<div class="hero-chat mx-850">
37+
<div style="display:none;" class="hero-chat mx-850">
3838
<div class="hero-chat-list" id="chatList" style="height: 700px;"></div>
3939
<div class="hero-chat-input" id="chatInputContainer">
4040
<input

0 commit comments

Comments
 (0)