---
title: "Welcome to the Knowledge Base"
category: "meta"
tags: ["getting-started", "overview"]
summary: "An introduction to the duyet.net knowledge base — what it covers, how it is organized, and how to navigate it."
updated: "2026-05-26"
---# Welcome to the Knowledge Base

This knowledge base documents the [duyet/monorepo](https://github.com/duyet/monorepo) — a Bun + Turborepo monorepo hosting all personal web apps and shared packages.

## What is here

Articles are organized by category. Each article includes:

- A **summary** shown in listings
- **Links** to related articles (forming a knowledge graph)
- A raw `.md` file served at `/k/<slug>.md` for LLM consumption

## Navigation

- Browse by category at `/c/<category>`
- Read any article at `/k/<slug>`
- Explore the full graph at `/graph`
- Machine-readable index at `/llms.txt`
- Full content dump at `/llms-full.txt`
