Skip to content

Commit 4baf5c0

Browse files
refactor: Rename "Empathy Framework" to "Empathy" across website
- Update nav, headers, and CTAs to use shorter "Empathy" branding - Update email templates and product names - Update FAQ, pricing, book, and contributor pages - Update metadata and manifest - Fix pre-order references to reflect book is now available - Keep "Empathy Framework" in legal pages for formal clarity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1419feb commit 4baf5c0

20 files changed

Lines changed: 63 additions & 63 deletions

File tree

website/app/book/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function BookPage() {
1010
<nav className="border-b border-[var(--border)] py-4">
1111
<div className="container flex justify-between items-center">
1212
<Link href="/" className="text-xl font-bold text-gradient">
13-
Empathy Framework
13+
Empathy
1414
</Link>
1515
<div className="flex gap-6">
1616
<Link href="/framework" className="text-sm hover:text-[var(--primary)]">Framework</Link>
@@ -303,7 +303,7 @@ export default function BookPage() {
303303
<div className="border-b border-[var(--border)] pb-6">
304304
<h3 className="text-xl font-bold mb-3">Do I need the book to use the framework?</h3>
305305
<p className="text-[var(--text-secondary)]">
306-
No. The Empathy Framework is open source and documented online. The book provides deeper
306+
No. Empathy is open source and documented online. The book provides deeper
307307
coverage of the philosophy, implementation details, and patterns that aren't in the docs.
308308
</p>
309309
</div>
@@ -328,7 +328,7 @@ export default function BookPage() {
328328
<div className="border-b border-[var(--border)] pb-6">
329329
<h3 className="text-xl font-bold mb-3">Is the Core Framework free?</h3>
330330
<p className="text-[var(--text-secondary)]">
331-
The Empathy Framework uses Fair Source License 0.9. It's free for students, educators, and
331+
Empathy uses Fair Source License 0.9. It's free for students, educators, and
332332
companies with 5 or fewer employees. Commercial licensing ($99/year per developer) is required
333333
for companies with 6+ employees.
334334
</p>

website/app/contact/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function ContactPage() {
136136
<nav className="border-b border-[var(--border)] py-4">
137137
<div className="container flex justify-between items-center">
138138
<Link href="/" className="text-xl font-bold text-gradient">
139-
Empathy Framework
139+
Empathy
140140
</Link>
141141
<div className="flex gap-6">
142142
<Link href="/framework" className="text-sm hover:text-[var(--primary)]">Framework</Link>

website/app/contribute/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import CheckoutButton from '@/components/CheckoutButton';
77

88
export const metadata: Metadata = generateMetadata({
99
title: 'Support Empathy Development',
10-
description: 'Support the ongoing development of the Empathy Framework. Every contribution helps make anticipatory AI accessible to everyone.',
10+
description: 'Support the ongoing development of Empathy. Every contribution helps make anticipatory AI accessible to everyone.',
1111
url: 'https://smartaimemory.com/contribute',
1212
});
1313

website/app/demo/distributed-memory/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function DistributedMemoryDemo() {
9393
<nav className="border-b border-[var(--border)] py-4">
9494
<div className="container flex justify-between items-center">
9595
<Link href="/" className="text-xl font-bold text-gradient">
96-
Empathy Framework
96+
Empathy
9797
</Link>
9898
<div className="flex gap-6">
9999
<Link href="/book" className="text-sm hover:text-[var(--primary)]">Book</Link>
@@ -423,7 +423,7 @@ print(f"Collaboration efficiency: {stats['collaboration_efficiency']:.0%}")`}
423423
Read Chapter 23
424424
</Link>
425425
<Link href="/book" className="btn btn-outline">
426-
Pre-order the Book
426+
Get the Book
427427
</Link>
428428
</div>
429429
</div>

website/app/dev-dashboard/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function DevDashboard() {
3434
Claude Code
3535
</span>
3636
<span className="px-3 py-1 bg-[var(--accent)] text-white rounded-full text-sm font-semibold">
37-
Empathy Framework
37+
Empathy
3838
</span>
3939
<span className="px-3 py-1 bg-[var(--secondary)] text-white rounded-full text-sm font-semibold">
4040
Long-Term Memory
@@ -330,7 +330,7 @@ export default function DevDashboard() {
330330
<div>
331331
<h3 className="text-xl font-bold mb-2">Codebase Analysis</h3>
332332
<p className="text-[var(--text-secondary)]">
333-
Empathy Framework continuously analyzes your codebase, tracking changes, patterns,
333+
Empathy continuously analyzes your codebase, tracking changes, patterns,
334334
dependencies, and code quality metrics in real-time.
335335
</p>
336336
</div>
@@ -406,7 +406,7 @@ export default function DevDashboard() {
406406
We shipped higher quality code, many times faster."
407407
</p>
408408
<footer className="text-sm text-[var(--muted)]">
409-
— Development team using Empathy Framework in production
409+
— Development team using Empathy in production
410410
</footer>
411411
</blockquote>
412412
</div>
@@ -421,7 +421,7 @@ export default function DevDashboard() {
421421
Build Your Own Development Intelligence
422422
</h2>
423423
<p className="text-xl text-[var(--text-secondary)] mb-8">
424-
The Empathy Framework is Fair Source licensed and production-ready.
424+
Empathy is Fair Source licensed and production-ready.
425425
Start building anticipatory AI for software development today.
426426
</p>
427427
<div className="flex flex-col sm:flex-row gap-4 justify-center">

website/app/faq/page.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ const faqData = [
88
category: 'General',
99
questions: [
1010
{
11-
question: 'What is the Empathy Framework?',
12-
answer: 'The Empathy Framework is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 30+ production wizards for software development and healthcare applications.',
11+
question: 'What is Empathy?',
12+
answer: 'Empathy is a production-ready 5-level maturity model for AI-human collaboration. It progresses from reactive responses (Level 1) to Level 4 Anticipatory Intelligence that predicts problems before they happen. It includes 30+ production wizards for software development and healthcare applications.',
1313
},
1414
{
1515
question: 'What are the 5 levels of AI empathy?',
1616
answer: 'Level 1: Reactive - Responds only when asked. Level 2: Guided - Asks clarifying questions. Level 3: Proactive - Notices patterns and offers improvements. Level 4: Anticipatory - Predicts future problems before they happen. Level 5: Transformative - Reshapes workflows to prevent entire classes of problems.',
1717
},
1818
{
1919
question: 'What is Long-Term Memory?',
20-
answer: 'Long-Term Memory is the built-in pattern storage system in the Empathy Framework. It enables AI to remember context, decisions, and patterns across sessions, creating true continuity in your AI-human collaboration and enabling Level 5 Transformative Intelligence.',
20+
answer: 'Long-Term Memory is the built-in pattern storage system in Empathy. It enables AI to remember context, decisions, and patterns across sessions, creating true continuity in your AI-human collaboration and enabling Level 5 Transformative Intelligence.',
2121
},
2222
],
2323
},
2424
{
2525
category: 'Licensing & Pricing',
2626
questions: [
2727
{
28-
question: 'How much does the Empathy Framework cost?',
29-
answer: 'The Empathy Framework is free for students, educators, and teams with 5 or fewer employees under the Fair Source License 0.9. For businesses with 6+ employees, commercial licensing starts at $99/developer/year, covering all environments (workstation, staging, production, CI/CD).',
28+
question: 'How much does Empathy cost?',
29+
answer: 'Empathy is free for students, educators, and teams with 5 or fewer employees under the Fair Source License 0.9. For businesses with 6+ employees, commercial licensing starts at $99/developer/year, covering all environments (workstation, staging, production, CI/CD).',
3030
},
3131
{
3232
question: 'What is the Fair Source License?',
@@ -43,15 +43,15 @@ const faqData = [
4343
questions: [
4444
{
4545
question: 'Which LLM providers are supported?',
46-
answer: 'The Empathy Framework supports multiple LLM providers including Anthropic Claude, OpenAI GPT-4, Google Gemini, and local models via Ollama. The framework is designed to be provider-agnostic, allowing you to choose the best model for your use case.',
46+
answer: 'Empathy supports multiple LLM providers including Anthropic Claude, OpenAI GPT-4, Google Gemini, and local models via Ollama. The framework is designed to be provider-agnostic, allowing you to choose the best model for your use case.',
4747
},
4848
{
4949
question: 'What are wizards?',
50-
answer: 'Wizards are specialized AI agents in the Empathy Framework that anticipate needs and predict problems in specific domains. The framework includes 16+ software development wizards (security, testing, debugging, etc.) and 18+ healthcare wizards (patient monitoring, protocol compliance, etc.).',
50+
answer: 'Wizards are specialized AI agents in Empathy that anticipate needs and predict problems in specific domains. The framework includes 16+ software development wizards (security, testing, debugging, etc.) and 18+ healthcare wizards (patient monitoring, protocol compliance, etc.).',
5151
},
5252
{
5353
question: 'How is the framework tested?',
54-
answer: 'The Empathy Framework has 553 tests with 83.13% overall coverage and 95%+ coverage on core modules. It includes comprehensive unit tests, integration tests, and cross-platform compatibility testing.',
54+
answer: 'Empathy has 553 tests with 83.13% overall coverage and 95%+ coverage on core modules. It includes comprehensive unit tests, integration tests, and cross-platform compatibility testing.',
5555
},
5656
{
5757
question: 'What platforms are supported?',
@@ -63,7 +63,7 @@ const faqData = [
6363
category: 'Use Cases',
6464
questions: [
6565
{
66-
question: 'What can I build with the Empathy Framework?',
66+
question: 'What can I build with Empathy?',
6767
answer: 'You can build anticipatory AI systems for software development (bug prediction, security scanning, test generation), healthcare (patient monitoring, clinical decision support), and any domain where predicting problems before they happen adds value.',
6868
},
6969
{
@@ -97,7 +97,7 @@ const faqData = [
9797

9898
export const metadata: Metadata = generateMetadata({
9999
title: 'FAQ',
100-
description: 'Frequently asked questions about the Empathy Framework, licensing, pricing, and technical details.',
100+
description: 'Frequently asked questions about Empathy, licensing, pricing, and technical details.',
101101
url: 'https://smartaimemory.com/faq',
102102
});
103103

@@ -129,7 +129,7 @@ export default function FAQPage() {
129129
Frequently Asked Questions
130130
</h1>
131131
<p className="text-2xl mb-8 opacity-90">
132-
Everything you need to know about the Empathy Framework
132+
Everything you need to know about Empathy
133133
</p>
134134
</div>
135135
</div>

website/app/framework/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function FrameworkPage() {
77
<nav className="border-b border-[var(--border)] py-4">
88
<div className="container flex justify-between items-center">
99
<Link href="/" className="text-xl font-bold text-gradient">
10-
Empathy Framework
10+
Empathy
1111
</Link>
1212
<div className="flex gap-6">
1313
<Link href="/book" className="text-sm hover:text-[var(--primary)]">Book</Link>
@@ -22,7 +22,7 @@ export default function FrameworkPage() {
2222
<div className="container">
2323
<div className="max-w-4xl mx-auto text-center">
2424
<h1 className="text-5xl font-bold mb-6">
25-
Empathy Framework <span className="text-gradient">Core</span>
25+
Empathy <span className="text-gradient">Core</span>
2626
</h1>
2727
<p className="text-2xl text-[var(--text-secondary)] mb-8">
2828
Fair Source foundation for building Level 4 Anticipatory AI systems
@@ -229,7 +229,7 @@ result = await wizard.analyze({"data": your_data})`}
229229
<div className="max-w-4xl mx-auto text-center">
230230
<h2 className="text-4xl font-bold mb-6">Join the Community</h2>
231231
<p className="text-xl text-[var(--text-secondary)] mb-12">
232-
The Empathy Framework is Fair Source licensed and welcomes contributions from developers worldwide.
232+
Empathy is Fair Source licensed and welcomes contributions from developers worldwide.
233233
</p>
234234

235235
<div className="grid md:grid-cols-3 gap-6">

website/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const levels = [
3131
level: 4,
3232
name: 'Anticipatory',
3333
description: 'Predicts future problems before they happen',
34-
example: 'Empathy Framework',
34+
example: 'Empathy',
3535
highlight: true,
3636
},
3737
{
@@ -172,10 +172,10 @@ export default function Home() {
172172
</p>
173173

174174
<div className="grid md:grid-cols-3 gap-6 max-w-6xl mx-auto">
175-
{/* Empathy Framework */}
175+
{/* Empathy */}
176176
<div className="bg-[var(--background)] p-6 rounded-xl border-2 border-[var(--primary)] border-opacity-30 hover:border-opacity-100 transition-all">
177177
<div className="text-4xl mb-4">🧠</div>
178-
<h3 className="text-xl font-bold mb-2">Empathy Framework</h3>
178+
<h3 className="text-xl font-bold mb-2">Empathy</h3>
179179
<p className="text-sm text-[var(--muted)] mb-3">The intelligence layer</p>
180180
<p className="text-[var(--text-secondary)] text-sm mb-4">
181181
5-level maturity model with 45+ specialized wizards for healthcare,

website/app/plugins/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function PluginsPage() {
77
<nav className="border-b border-[var(--border)] py-4">
88
<div className="container flex justify-between items-center">
99
<Link href="/" className="text-xl font-bold text-gradient">
10-
Empathy Framework
10+
Empathy
1111
</Link>
1212
<div className="flex gap-6">
1313
<Link href="/framework" className="text-sm hover:text-[var(--primary)]">Framework</Link>

website/app/pricing/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function PricingPage() {
5353
<div className="space-y-3 mb-8">
5454
<div className="flex items-start gap-2">
5555
<span className="text-[var(--success)] mt-1"></span>
56-
<span className="text-sm">Full Empathy Framework access</span>
56+
<span className="text-sm">Full Empathy access</span>
5757
</div>
5858
<div className="flex items-start gap-2">
5959
<span className="text-[var(--success)] mt-1"></span>
@@ -209,7 +209,7 @@ export default function PricingPage() {
209209
What counts as a "developer"?
210210
</h3>
211211
<p className="text-[var(--text-secondary)]">
212-
A developer is anyone who uses the Empathy Framework in their development environment.
212+
A developer is anyone who uses Empathy in their development environment.
213213
One license covers all environments for that developer (workstation, staging, production, CI/CD).
214214
</p>
215215
</div>
@@ -288,7 +288,7 @@ export default function PricingPage() {
288288
Ready to Get Started?
289289
</h2>
290290
<p className="text-xl text-[var(--text-secondary)] mb-8">
291-
Start using the Empathy Framework today. Free for small teams, fair pricing for everyone else.
291+
Start using Empathy today. Free for small teams, fair pricing for everyone else.
292292
</p>
293293
<div className="flex flex-col sm:flex-row gap-4 justify-center">
294294
<a

0 commit comments

Comments
 (0)