Skip to content

Commit 36235fb

Browse files
committed
refactor: update landing page copy to emphasize cognitive sovereignty and implement semantic search in MCP retrieval API
1 parent e5c5834 commit 36235fb

9 files changed

Lines changed: 159 additions & 77 deletions

File tree

apps/landing-page/src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import { FounderNote } from "@/components/landing/FounderNote";
1010
import { FinalCTA } from "@/components/landing/FinalCTA";
1111

1212
export const metadata: Metadata = {
13-
title: "Debo | Your Life’s MCP",
13+
title: "Debo | The Sovereign Personal Context Layer",
1414
description:
15-
"The foundational memory layer for personal intelligence. Build a searchable knowledge graph and give your personal AI the context of your entire life.",
15+
"Intelligence is a commodity. Context is the scarcity. Debo is the decentralized personal memory protocol that turns your life's history into a queryable cognitive substrate for personal AI swarms.",
1616
openGraph: {
17-
title: "Debo: The Memory Context Protocol for Humans",
17+
title: "Debo: The Sovereign Human Memory Protocol",
1818
description:
19-
"AI without memory is temporary. Debo provides the permanent context layer that turns your history into a searchable personal intelligence protocol.",
19+
"Every AI session starts from zero. Debo provides the permanent, local-first context layer that grounds autonomous agents in your lifelong reasoning and decisions.",
2020
},
2121
};
2222

apps/landing-page/src/components/landing/FinalCTA.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export function FinalCTA() {
66
<section className="py-32 md:py-40 px-6 bg-landing-surface border-t border-landing-border-light">
77
<div className="mx-auto max-w-2xl text-center space-y-10">
88
<h2 className="font-heading text-landing-3xl md:text-landing-4xl font-semibold tracking-tight text-landing-text-primary">
9-
Build your memory today.
9+
Claim your cognitive sovereignty.
1010
</h2>
1111
<p className="text-landing-lg md:text-landing-xl font-medium text-landing-text-secondary leading-relaxed">
12-
Join 10,000+ founders and researchers building their life&apos;s context layer. Private by default. Sovereign by design.
12+
Join high-agency founders, builders, and pioneers constructing their permanent memory graphs. Private by default. Sovereign by design.
1313
</p>
1414
<div className="pt-2">
1515
<Link

apps/landing-page/src/components/landing/FounderNote.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,17 @@ export function FounderNote() {
1818
<section className="py-24 md:py-32 px-6 bg-landing-bg border-t border-landing-border-light">
1919
<div className="mx-auto max-w-3xl">
2020
<h2 className="font-heading text-landing-2xl md:text-landing-3xl font-semibold tracking-tight text-landing-text-primary mb-8">
21-
Why I&apos;m building Debo
21+
The cognitive bridge: A note from the founder
2222
</h2>
2323
<div className="space-y-6">
2424
<p className="text-landing-base md:text-landing-lg font-medium leading-relaxed text-landing-text-secondary">
25-
I kept losing useful context — voice notes, project ideas, saved links, meeting promises, and thoughts from different apps. AI chats were helpful, but every conversation started from zero.
25+
Every day we generate hundreds of fleeting thoughts, voice memos, code decisions, and strategic goals. We let them leak out into a dozen fragmented corporate applications, losing the compound interest of our own minds.
2626
</p>
2727
<p className="text-landing-base md:text-landing-lg font-medium leading-relaxed text-landing-text-secondary">
28-
Debo is my attempt to build a private memory system that actually remembers the things I choose to save.
28+
As AI capabilities surge, the bottleneck is no longer processing power—it is context. If your personal agents do not have access to the timeline of your past decisions and logic, they are forever shallow calculators. They will never truly understand you.
29+
</p>
30+
<p className="text-landing-base md:text-landing-lg font-medium leading-relaxed text-landing-text-secondary">
31+
Debo is not another utility notes app. We are building the sovereign memory layer for human intelligence—a secure, local-first protocol that preserves your cognitive lineage. So you can capture anything, query your past, and trust every answer.
2932
</p>
3033

3134
<div className="pt-8">

apps/landing-page/src/components/landing/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export function Hero() {
2121
</div>
2222

2323
<h1 className="font-heading text-5xl font-semibold tracking-tight text-landing-text-primary md:text-landing-4xl lg:text-landing-hero max-w-4xl leading-[1.05]">
24-
The memory layer for your life.
24+
The Sovereign Context Layer for Human Intelligence.
2525
</h1>
2626

2727
<p className="mx-auto max-w-2xl text-landing-base md:text-landing-lg font-medium leading-relaxed text-landing-text-secondary">
28-
Debo is foundational infrastructure for personal context. Capture your history, index your decisions, and build the memory substrate for your future AI.
28+
Intelligence is commoditized. Context is the ultimate scarcity. Ground your personal AI agents in a permanent, cryptographically secure memory graph of your entire life.
2929
</p>
3030

3131
<div className="flex flex-col sm:flex-row items-center gap-4 pt-6">

apps/landing-page/src/components/landing/HowItWorks.tsx

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,38 +18,38 @@ type Step = {
1818
const STEPS: Step[] = [
1919
{
2020
num: "01",
21-
title: "Capture",
21+
title: "Ingest",
2222
icon: Mic,
23-
text: "Forward an email, record a voice note, or write a journal entry. Debo ingests the raw data into your private stream.",
24-
examples: ["Voice", "Email", "Docs", "Chat"],
23+
text: "Ingest raw human thought. Stream voice logs, journals, emails, and PDFs directly into your secure personal node.",
24+
examples: ["Voice", "Email", "Logs", "Docs"],
2525
},
2626
{
2727
num: "02",
2828
title: "Synthesize",
2929
icon: Sparkles,
30-
text: "Debo's MCP engine automatically extracts people, events, and logic to build your personal knowledge graph.",
30+
text: "Extract cognitive structure. Automatically parse people, times, logic branches, and decisions to build context schema.",
3131
examples: ["Entities", "Events", "Logic"],
3232
},
3333
{
3434
num: "03",
35-
title: "Connect",
35+
title: "Weave",
3636
icon: Search,
37-
text: "New information is woven into your existing knowledge, connecting today's ideas with your goals from 2022.",
38-
examples: ["Context", "Relationships"],
37+
text: "Weave the memory graph. Connect today's random insight with a project plan or decision context from 2024.",
38+
examples: ["Graph DB", "Clusters"],
3939
},
4040
{
4141
num: "04",
4242
title: "Query",
4343
icon: CheckSquare,
44-
text: "Ask your life anything. Get source-backed answers that explain the 'why' behind every past moment.",
45-
examples: ["Answers", "Citations"],
44+
text: "Expose the context API. Securely query your history in natural language with source-grounded mathematical citations.",
45+
examples: ["MCP", "Vector DB"],
4646
},
4747
{
4848
num: "05",
49-
title: "Empower",
49+
title: "Orchestrate",
5050
icon: ShieldCheck,
51-
text: "Give your personal AI agents the context they need to truly understand you. The foundation for personal AI.",
52-
examples: ["Agents", "APIs"],
51+
text: "Power autonomous agents. Ground your AI developer rules, personal assistants, and swarms in lifelong context.",
52+
examples: ["Agents", "Swarms"],
5353
},
5454
];
5555

@@ -78,15 +78,13 @@ export function HowItWorks() {
7878
<div className="text-center mb-16 md:mb-24 space-y-4">
7979
<div className="inline-flex items-center gap-2 px-3 py-1 rounded-full border border-landing-border bg-landing-surface text-landing-xs font-medium text-landing-text-secondary">
8080
<span className="w-1.5 h-1.5 rounded-full bg-landing-text-primary" />
81-
The Protocol
81+
The Memory Architecture
8282
</div>
8383
<h2 className="font-heading text-landing-3xl md:text-landing-4xl font-semibold tracking-tight text-landing-text-primary">
84-
From memory
85-
<br className="md:hidden" />
86-
<span className="text-landing-text-tertiary"> to intelligence.</span>
84+
The cognitive pipeline.
8785
</h2>
8886
<p className="text-landing-base md:text-landing-lg text-landing-text-secondary max-w-2xl mx-auto leading-relaxed">
89-
Five steps from raw thought to permanent context—building the foundational memory layer for your life.
87+
Five stages of ingestion, synthesis, and retrieval that turn fragmented human thought into a sovereign API for AI agents.
9088
</p>
9189
</div>
9290

apps/landing-page/src/components/landing/Problem.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
export function Problem() {
22
const problems = [
33
{
4-
title: "Scattered context",
5-
text: "Your intelligence is fragmented across 10+ apps. Voice notes, journals, and meetings are silos where data goes to die.",
4+
title: "State fragmentation",
5+
text: "Your intelligence is fragmented across corporate databases. Voice notes, calendar syncs, and Slack threads are data silos. You do not own your history; you are locked in.",
66
},
77
{
8-
title: "Static AI",
9-
text: "ChatGPT doesn't know you. Every session starts from zero because your AI lacks a permanent memory layer.",
8+
title: "The 0-shot bottleneck",
9+
text: "Large AI models start every single conversation from zero. Without a permanent local context protocol, your personal agents are forever generic calculators.",
1010
},
1111
{
12-
title: "Loss of logic",
13-
text: "You remember the 'what', but forget the 'why'. The reasoning behind your past decisions vanishes over time.",
12+
title: "Cognitive decay",
13+
text: "Human memory decays at 10x the speed of the internet. Every key decision you forget represents a loss of compound interest on your own mind.",
1414
},
1515
];
1616

1717
const unfinished = [
18-
"You promised Raj the Q4 budget by Friday.",
19-
"The reasoning behind your Q3 pivot is missing.",
20-
'You mentioned "landing page revamp" in three different voice notes.',
21-
"You have a recurring goal with no logged progress.",
18+
"You promised Raj the Q4 budget by Friday (extracted from Slack).",
19+
"The reasoning behind your Q3 pivot is missing (forgotten logic).",
20+
'You mentioned "landing page overhaul" in three disjointed audio logs.',
21+
"You have a long-term goal with no structured context history.",
2222
];
2323

2424
return (
2525
<section className="py-24 md:py-32 px-6 bg-landing-surface">
2626
<div className="mx-auto max-w-[1120px] space-y-20">
2727
<div className="text-center space-y-6">
2828
<h2 className="font-heading text-landing-3xl md:text-landing-4xl font-semibold tracking-tight text-landing-text-primary">
29-
Information is abundant. Context is extinct.
29+
The tragedy of cognitive decay.
3030
</h2>
3131
<p className="mx-auto max-w-2xl text-landing-base md:text-landing-lg font-medium text-landing-text-secondary leading-relaxed">
32-
We generate thousands of notes, emails, and ideas every month. But without context, they are just digital noise. Debo provides the permanent memory layer that turns scattered data into sovereign intelligence.
32+
We generate gigabytes of thoughts, logs, and decisions every month. Yet we let them vaporize into disjointed corporate vaults. Debo is the cognitive substrate that stops state leakage and builds your sovereign personal brain.
3333
</p>
3434
</div>
3535

apps/landing-page/src/components/landing/Product.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@ export function Product() {
44
const features = [
55
{
66
icon: <Mic className="w-5 h-5 text-landing-text-primary" />,
7-
title: "Omniscient capture",
8-
text: "Ingest journals, voice notes, PDFs, and conversations into one unified stream. Debo takes any input you throw at it.",
7+
title: "Cognitive Ingestion Engine",
8+
text: "Stream voice logs, journal entries, emails, and PDFs directly into a private protocol. Debo captures raw thought without friction.",
99
},
1010
{
1111
icon: <BrainCircuit className="w-5 h-5 text-landing-text-primary" />,
12-
title: "Context synthesis",
13-
text: "Debo automatically extracts people, projects, and decisions to build your personal knowledge graph.",
12+
title: "Semantic Identity Graph",
13+
text: "Automatically extract people, chronological events, decision logic, and causal relationships to map your cognitive footprint.",
1414
},
1515
{
1616
icon: <SearchCheck className="w-5 h-5 text-landing-text-primary" />,
17-
title: "Semantic retrieval",
18-
text: "Ask questions in plain English. Every answer is grounded in your own history and cites the exact source.",
17+
title: "Model Context Protocol",
18+
text: "Interface your memory graph directly with editors and agents. Cursor, Claude, and Cline access secure, low-latency personal context.",
1919
},
2020
{
2121
icon: <ShieldCheck className="w-5 h-5 text-landing-text-primary" />,
22-
title: "Sovereign intelligence",
23-
text: "Your memory is local-first, end-to-end encrypted, and yours to keep. No ads. No public training. No data selling.",
22+
title: "Mathematical Sovereignty",
23+
text: "Your context layer is local-first, cryptographically protected, and owned fully by you. Zero public model training. Zero profiling.",
2424
},
2525
];
2626

2727
return (
2828
<section className="py-24 md:py-32 px-6 border-t border-landing-border-light bg-landing-bg">
2929
<div className="mx-auto max-w-[1120px] space-y-16">
3030
<h2 className="text-center font-heading text-landing-3xl md:text-landing-4xl font-semibold tracking-tight text-landing-text-primary">
31-
Infrastructure for your past.
31+
Sovereign cognitive infrastructure.
3232
</h2>
3333
<div className="grid grid-cols-1 md:grid-cols-2 gap-8 md:gap-12">
3434
{features.map((f, i) => (

apps/landing-page/src/components/landing/UseCases.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
export function UseCases() {
22
const scenarios = [
33
{
4-
title: "Founders",
5-
text: "Index investor logic, customer feedback loops, and product decisions. Build your memory graph before you scale.",
4+
title: "High-Agency Founders",
5+
text: "Index board syncs, product decisions, and investor logs. Trace your logic history so you never repeat past strategic mistakes.",
66
},
77
{
8-
title: "Researchers",
9-
text: "Turn papers, lectures, and data streams into a queryable intelligence protocol. Never start from zero again.",
8+
title: "Researchers & Thinkers",
9+
text: "Synthesize literature nodes, raw audio notes, and research branches. Stop letting your intellectual history leak.",
1010
},
1111
{
12-
title: "Developers",
13-
text: "The foundational context layer for your personal AI agents. Sovereign data, agent-ready infrastructure.",
12+
title: "AI & Developer Pioneers",
13+
text: "Expose your workspace context to local editor sessions and agent swarms. Connect your personal codebase rules directly.",
1414
},
1515
];
1616

0 commit comments

Comments
 (0)