diff --git a/src/app/page.tsx b/src/app/page.tsx index 84fb67c..55a14ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,6 +153,123 @@ export default function HomePage() { + {/* Memory Cards */} +
+
+

+ Memory Cards +

+

+ Every note is a Memory Card — a typed, structured unit of knowledge with hierarchy, + properties, and attachments. Designed for round-trip interoperability with Logseq. +

+
+ {/* Card Types */} +
+
+
+ + + +
+

7 Card Types

+
+
+ note + link + task + idea + person + reference + file +
+

Each card type has distinct styling and behavior. Typed notes surface in filtered views and canvas visualizations.

+
+ + {/* Hierarchy & Properties */} +
+
+
+ + + +
+

Hierarchy & Properties

+
+

+ Nest cards under parents to build knowledge trees. Add structured key:: value properties — compatible with Logseq's property syntax. +

+
+
type:: idea
+
status:: doing
+
tags:: #research, #web3
+
+
+ + {/* Logseq Interop */} +
+
+
+ + + +
+

Logseq Import & Export

+
+

+ Export your notebooks as Logseq-compatible ZIP archives. Import a Logseq graph and keep your pages, properties, tags, and hierarchy intact. +

+

Round-trip fidelity: card types, tags, attachments, and parent-child structure all survive the journey.

+
+ + {/* Dual Format */} +
+
+
+ + + +
+

Dual Format Storage

+
+

+ Every card stores rich TipTap JSON for editing and portable Markdown for search, export, and interoperability. Write once, read anywhere. +

+
+ + {/* Attachments */} +
+
+
+ + + +
+

Structured Attachments

+
+

+ Attach images, PDFs, audio, and files to any card with roles (primary, preview, supporting) and captions. Thumbnails render inline. +

+
+ + {/* FUN Model */} +
+
+
+ + + +
+

FUN, Not CRUD

+
+

+ Forget, Update, New — nothing is permanently destroyed. Forgotten cards are archived and can be remembered at any time. +

+
+
+
+
+ {/* Recent notebooks */} {!loading && notebooks.length > 0 && (
@@ -207,6 +324,9 @@ export default function HomePage() {

Part of the r* ecosystem — collaborative tools for communities.

+

+ Built on the Memory Card open spec. +