Meta

1 min read
This section contains notes about this website itself — how it's built, the philosophy behind it, and the tools I use to maintain it.
It's a recursive loop: code about the code that displays the code. Here you'll find articles about the architecture of this digital garden, design decisions (like why I chose a graph view), and the "how to" of my personal knowledge management system.

Tech Stack

This garden is primarily built with:
  • Next.js (App Router) as the core framework.
  • Tailwind CSS for styling, utilizing a semantic theming system (Light, Dark, Warm).
  • D3.js / React Force Graph for the interactive knowledge graph visualization.
  • MDX for content authoring, allowing React components directly inside notes.
Everything here is open source. You can explore the implementation details in the notes below or check the repository directly.