Skip to content

Commit e24af2b

Browse files
GeneAIclaude
andcommitted
feat: Enhance MemDocs integration and company branding
Improved the landing page to better emphasize: MemDocs Product Description: - Changed subtitle to "Project-Specific Memory System" - Emphasized "persistent project-specific memory" that works with Empathy Framework - Added bullet: "Integrated with Empathy Framework for Level 5 intelligence" - Highlighted "Context continuity across development sessions" - Made it clear MemDocs enables persistent memories across sessions Transformative Stack Section: - Added new subsection "How MemDocs & Empathy Work Together" - Explained: Empathy provides intelligence levels, MemDocs provides persistent memory - Highlighted that together they create "Level 5 Transformative Intelligence" - Improved flow showing the synergy between both products The landing page now clearly positions Smart AI Memory as the company with two complementary products that work together. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 20819be commit e24af2b

File tree

1 file changed

+37
-10
lines changed

1 file changed

+37
-10
lines changed

website/app/page.tsx

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,28 @@ export default function Home() {
103103
<div className="text-4xl">📚</div>
104104
<h3 className="text-2xl font-bold">MemDocs</h3>
105105
</div>
106-
<p className="text-sm text-[var(--muted)] mb-4">Long-term Memory Integration</p>
106+
<p className="text-sm text-[var(--muted)] mb-4">Project-Specific Memory System</p>
107107
<p className="text-[var(--text-secondary)] mb-6">
108-
Persistent context and memory system for AI applications. Enables AI to maintain
109-
long-term memory across sessions, learn from historical interactions, and build
110-
continuity in conversations.
108+
Persistent project-specific memory that works seamlessly with Empathy Framework.
109+
MemDocs enables AI to remember context, decisions, and patterns across sessions,
110+
creating true continuity in your AI-human collaboration.
111111
</p>
112112
<div className="space-y-3 mb-6">
113113
<div className="flex items-start gap-2">
114114
<span className="text-[var(--success)] mt-1"></span>
115-
<span className="text-sm"><strong>Persistent memory</strong> across sessions</span>
115+
<span className="text-sm"><strong>Project-specific memories</strong> that persist across sessions</span>
116116
</div>
117117
<div className="flex items-start gap-2">
118118
<span className="text-[var(--success)] mt-1"></span>
119-
<span className="text-sm"><strong>Pattern learning</strong> from historical data</span>
119+
<span className="text-sm"><strong>Integrated with Empathy Framework</strong> for Level 5 intelligence</span>
120120
</div>
121121
<div className="flex items-start gap-2">
122122
<span className="text-[var(--success)] mt-1"></span>
123-
<span className="text-sm"><strong>Seamless integration</strong> with Empathy Framework</span>
123+
<span className="text-sm"><strong>Pattern learning</strong> from historical interactions</span>
124+
</div>
125+
<div className="flex items-start gap-2">
126+
<span className="text-[var(--success)] mt-1"></span>
127+
<span className="text-sm"><strong>Context continuity</strong> across development sessions</span>
124128
</div>
125129
</div>
126130
<div className="flex gap-3">
@@ -145,15 +149,15 @@ export default function Home() {
145149
</p>
146150

147151
<div className="bg-[var(--background)] p-8 rounded-lg border-2 border-[var(--accent)] border-opacity-20">
148-
<div className="grid md:grid-cols-2 gap-8">
152+
<div className="grid md:grid-cols-2 gap-8 mb-8">
149153
<div>
150154
<h3 className="text-xl font-bold mb-4 flex items-center gap-2">
151155
<span>🚀</span> Development Velocity
152156
</h3>
153157
<p className="text-[var(--text-secondary)] mb-4">
154158
Build production-quality applications <strong>10x faster</strong> with AI that
155159
anticipates your needs, prevents bugs before they happen, and maintains context
156-
across sessions.
160+
across sessions with MemDocs.
157161
</p>
158162
</div>
159163

@@ -169,7 +173,30 @@ export default function Home() {
169173
</div>
170174
</div>
171175

172-
<div className="mt-6 pt-6 border-t border-[var(--border)]">
176+
<div className="mb-6 p-6 bg-[var(--border)] bg-opacity-20 rounded-lg">
177+
<h3 className="text-lg font-bold mb-3 flex items-center gap-2">
178+
<span>📚</span> How MemDocs & Empathy Work Together
179+
</h3>
180+
<div className="grid md:grid-cols-2 gap-4 text-sm">
181+
<div>
182+
<p className="text-[var(--text-secondary)]">
183+
<strong>Empathy Framework</strong> provides the intelligence levels—from reactive
184+
to anticipatory AI that predicts problems before they happen.
185+
</p>
186+
</div>
187+
<div>
188+
<p className="text-[var(--text-secondary)]">
189+
<strong>MemDocs</strong> provides persistent project-specific memory, enabling
190+
the framework to remember context, patterns, and decisions across sessions.
191+
</p>
192+
</div>
193+
</div>
194+
<p className="text-sm text-[var(--muted)] mt-4 text-center">
195+
Together, they create <strong>Level 5 Transformative Intelligence</strong> that learns and evolves with your projects.
196+
</p>
197+
</div>
198+
199+
<div className="pt-6 border-t border-[var(--border)]">
173200
<p className="text-sm text-[var(--muted)] italic text-center">
174201
"The framework transformed our AI development workflow. Instead of discovering
175202
issues weeks later during debugging, the wizards alerted us to emerging problems

0 commit comments

Comments
 (0)