Select the types of activity you want to include in your feed.
fix: bump minimum Node.js engine to 20.10.0
Global WebSocket (used by vit scan and vit firehose) is only available in Node 20.10+. Raise the engine floor so npm/bun enforce the requirement at install time rather than failing at runtime.
···290290291291<h2>what you need</h2>
292292<ul>
293293-<li><strong><a href="https://nodejs.org">Node.js</a> 20+</strong> and <strong>git</strong></li>
293293+<li><strong><a href="https://nodejs.org">Node.js</a> 20.10+</strong> and <strong>git</strong></li>
294294<li><strong>a <a href="https://bsky.app">Bluesky</a> account</strong> — vit publishes to your identity on the <a href="https://atproto.com">AT Protocol</a></li>
295295<li><strong>a coding agent</strong> — <a href="https://claude.ai/code">Claude Code</a>, <a href="https://github.com/openai/codex">Codex CLI</a>, or <a href="https://github.com/google-gemini/gemini-cli">Gemini CLI</a></li>
296296</ul>