A comprehensive, interconnected knowledge base of Joe Hudson's teachings from the Art of Accomplishment YouTube channel — built as a Zettelkasten-style digital garden.
This project transforms Joe Hudson's entire YouTube catalog into a searchable, browsable knowledge graph. Each video becomes a reference note with full transcript, while key concepts are extracted into atomic literature notes that cross-link throughout the knowledge base.
Why this exists:
- Joe Hudson's teachings span hundreds of videos covering self-development, emotional processing, relationships, leadership, and more
- Finding specific concepts or tracing ideas across videos was difficult
- A Zettelkasten structure enables serendipitous discovery and deep exploration of interconnected ideas
- 298 Videos Processed — Every video from the Art of Accomplishment channel
- 300 Reference Notes — Each with embedded video, summary, key concepts, and full transcript
- 1,245 Literature Notes — Atomic concept notes with cross-references
- 10 Topic Categories — Curated entry points into major themes
- Full-Text Search — Find any concept across the entire knowledge base
- Knowledge Graph — Visual exploration of how ideas connect
- YouTube Integration — Direct links and embedded players for source material
joe-hudson-zettelkasten-site/
├── content/
│ ├── index.md # Homepage
│ ├── reference-notes/ # 300 video reference notes
│ ├── literature-notes/ # 1,245 concept notes
│ └── topics/ # 10 curated topic pages
├── transcripts/ # Source transcript files
├── quartz/ # Quartz framework
├── quartz.config.ts # Site configuration
└── quartz.layout.ts # Layout configuration
| Type | Count | Description |
|---|---|---|
| Reference Notes | 300 | Source-linked video notes with transcripts |
| Literature Notes | 1,245 | Atomic concept notes with cross-links |
| Topics | 10 | Curated entry points by theme |
- Purpose & Meaning
- Presence & Authenticity
- Emotions & Emotional Processing
- Self-Awareness & Self-Discovery
- Relationships & Connection
- Shame & Self-Criticism
- Anger & Boundaries
- Fear & Anxiety
- Leadership & Business
- Node.js v20+
- npm or yarn
# Clone the repository
git clone https://github.com/YOUR_USERNAME/joe-hudson-zettelkasten-site.git
cd joe-hudson-zettelkasten-site
# Install dependencies
npm install# Start local development server
npx quartz build --serve
# Build for production
npx quartz buildThe site will be available at http://localhost:8080.
This site can be deployed to any static hosting service:
# Build the site
npx quartz build
# Output is in the `public/` directorySee the Quartz hosting documentation for platform-specific guides (GitHub Pages, Vercel, Netlify, etc.).
Key configuration files:
quartz.config.ts— Site title, base URL, plugins, and featuresquartz.layout.ts— Page layout and component arrangement
Each reference note corresponds to a single YouTube video and contains:
- Embedded YouTube player
- Video metadata (duration, date, topics)
- AI-generated summary
- Links to extracted concept notes
- Key quotes
- Full transcript
Literature notes are atomic concept notes following Zettelkasten principles:
- One idea per note
- Heavily cross-linked to related concepts
- Back-linked to source reference notes
- Written in accessible language
Quartz automatically generates an interactive knowledge graph showing how notes connect, enabling visual exploration of Joe Hudson's interconnected teachings.
Contributions are welcome! Here are some ways to help:
- Report Issues — Found a broken link or error? Open an issue
- Improve Notes — Submit PRs to clarify or expand literature notes
- Add Cross-Links — Help connect related concepts
- Fix Transcripts — Correct transcription errors
Please read AUTHORING.md for content guidelines.
This project is licensed under the MIT License — see LICENSE.txt for details.
Note: The content of Joe Hudson's teachings remains his intellectual property. This project is a fan-made educational resource for navigating and studying his publicly available YouTube content.
- Joe Hudson — For sharing his profound teachings freely on YouTube
- Art of Accomplishment — Source of all video content
- Quartz — The excellent static site generator powering this digital garden
- Zettelkasten Method — The note-taking philosophy behind the structure
Made for the Art of Accomplishment community