Skip to content

Introduction

LongtermWiki is a monorepo framework for building LLM-assisted knowledge bases. It provides:

  1. Shared UI components (@cairn/ui) - Graph visualizations, shadcn/ui components
  2. Shared design tokens (@cairn/tailwind) - Consistent theming across sites
  3. Site templates - Astro + Starlight configurations
cairn/
├── apps/
│ ├── longterm/ # AI safety knowledge base
│ └── meta/ # This documentation site
├── packages/
│ ├── ui/ # @cairn/ui - shared components
│ └── tailwind/ # @cairn/tailwind - shared theme
└── pnpm-workspace.yaml
Terminal window
# Clone the repo
git clone https://github.com/quantified-uncertainty/cairn
# Install dependencies
pnpm install
# Run the meta docs
pnpm --filter meta dev