diff --git a/src/app/page.tsx b/src/app/page.tsx index e72d3ad..643dba3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import Link from 'next/link'; import { NotebookCard } from '@/components/NotebookCard'; import { SearchBar } from '@/components/SearchBar'; import { UserMenu } from '@/components/UserMenu'; +import { TranscriptionDemo } from '@/components/TranscriptionDemo'; interface NotebookData { id: string; @@ -43,16 +44,16 @@ export default function HomePage() { - Notebooks + Demo - New Note + Create Notebook @@ -76,8 +77,8 @@ export default function HomePage() { Find Anything

- Notes, clips, bookmarks, code, images, and files — all in one place. - Organize in notebooks, tag freely, and collaborate on a visual canvas shared across r*Spaces. + Notes, clips, voice recordings, and live transcription — all in one place. + Speak and watch your words appear in real time, or drop in audio and video files to transcribe offline.

+ {/* Try it — live transcription */} +
+
+

Try Live Transcription

+

+ Hit the mic and start talking. Your speech is transcribed live in the browser — no account needed. +

+ +
+
+ {/* How it works */}

How It Works

-
+
- +
-

Capture

-

Notes, web clips, bookmarks, code snippets, images, and files. Every type of content, one tool.

+

Live Transcribe

+

Speak and watch your words appear in real time. WebSocket streaming with live timestamps.

- +
-

Organize

-

Notebooks for structure, tags for cross-cutting themes. Full-text search finds anything instantly.

+

Audio & Video

+

Drop in audio or video files and get a full transcript. Powered by NVIDIA Parakeet — runs entirely in your browser.

- +
-

Collaborate

-

Pin notes to a visual canvas. Share notebooks across r*Spaces for real-time collaboration.

+

Notebooks & Tags

+

Organize transcripts into notebooks alongside notes, clips, code, and files. Tag freely, search everything.

+
+
+
+ + + +
+

Private & Offline

+

Parakeet.js runs entirely in the browser. Your audio never leaves your device — full offline support.

@@ -164,17 +185,22 @@ export default function HomePage() {

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