tools

henning/
├── editors/
│ ├── Visual Studio Code # primary editor
│ ├── Cursor # AI-assisted coding
│ ├── Windsurf # AI-assisted coding
│ ├── Google Antigravity # agentic AI coding
│ └── OpenCode # terminal AI client
├── ai/
│ ├── Anthropic Claude Opus / Sonnet # reasoning & coding
│ ├── OpenAI Codex # code generation
│ ├── Mistral # open-weight LLM
│ ├── Flux Pro # image generation
│ ├── Stable Diffusion XL # image generation
│ ├── Replicate API # model inference
│ └── Cloudflare Workers AI # edge inference
├── languages/
│ ├── TypeScript
│ ├── HTML/CSS
│ └── SQL
├── frameworks/
│ ├── Astro # static & SSR
│ ├── TailwindCSS # utility-first CSS
│ ├── Drizzle ORM # database toolkit
│ └── Better Auth # authentication
├── infrastructure/
│ ├── Cloudflare Pages # hosting & CDN
│ ├── Cloudflare D1 # edge database
│ ├── Cloudflare Workers # serverless compute
│ ├── GitHub Actions # CI/CD
│ └── Docker # containerization
└── tools/
├── Git
├── GitHub
├── Terminal (zsh)
├── Joplin # notes & docs
├── Draw.io # diagrams
└── n8n # workflow automation