index 4f5f0c2..6321663 100644
@@ -1,7 +1,42 @@
-# tools-stack
+---
+visibility: public
+---
-catalog of all wiki pages. update on every ingest.
+# Tools Stack
-## pages
+The tools, software, and infrastructure I use day to day.
-(none yet)
+## Development
+
+- **[[Claude Code]]** — AI pair programming, runs autonomously on complex tasks
+- **[[VS Code]]** — primary editor, with Claude Code extension
+- **[[GitHub]]** — version control and collaboration
+- **[[Python]]** + **[[uv]]** — backend language and package/env manager
+- **[[Flask]]** — lightweight web framework for wikihub and other projects
+
+## Infrastructure
+
+- **[[AWS Lightsail]]** — VPS hosting for production deployments
+- **[[PostgreSQL]]** — primary database
+- **[[Cloudflare]]** — DNS, SSL, and CDN
+- **[[nginx]]** — reverse proxy and static file serving
+- **[[systemd]]** — process management on Linux servers
+- **[[gunicorn]]** — WSGI server for Python web apps
+
+## AI & LLMs
+
+- **[[Claude]]** — primary LLM for coding, research, and writing
+- **[[WikiHub]]** — LLM-native wiki platform (this project)
+- **[[MCP]]** — Model Context Protocol for tool integrations
+
+## Productivity
+
+- **[[Obsidian]]** — local-first markdown knowledge base
+- **[[1Password]]** — credential management
+- **[[tmux]]** — terminal multiplexing for persistent sessions
+- **[[beads (bd)]]** — lightweight issue tracking in the repo
+
+## Design
+
+- **[[Figma]]** — occasional design work
+- **CSS custom properties** — design token system (no Tailwind)
\ No newline at end of file