A high-performance technical digital garden designed for deep interconnectedness and "God-Tier" UX.
-
🕸 Interactive Knowledge Graph
- A fully custom visualization engine built with D3-force and HTML5 Canvas.
- Features particle flow animations, manual hit-testing for reliable interaction, and dynamic LOD (Level of Detail).
-
⚡️ "God-Tier" Performance
- Built on Astro v5 (Static Site Generation).
- Zero-runtime CSS via Tailwind v4.
- Smart image optimization with LQIP (Low Quality Image Placeholders) using CSS Grid stacking.
-
📖 Rich Content Experience
- Math: Full LaTeX support via KaTeX.
- Code: Beautiful syntax highlighting with Expressive Code.
- Navigation: Auto-generated TOC, bi-directional backlinks, and keyboard-driven command menu.
-
🛠 Robust Engineering
- Strict Typing: Zero
anypolicy across the codebase. - Centralized Logic:
AppScriptarchitecture to manage state across View Transitions. - Graph Theory: O(N) backlink indexing engine.
- Strict Typing: Zero
- Framework: Astro
- UI Library: React (Used sparingly for interactive islands)
- Styling: Tailwind CSS v4
- Visualization: D3.js
- Search: Pagefind
- Content: MDX, Remark, Rehype
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildPlease refer to GEMINI.md for a comprehensive deep dive into the architecture, file structure, and design philosophy.
MIT