``` # 🛠️ Toolset > Quick reference for Vibe Coding tools ## 💻 IDEs and Plugins | Tool | Description | |:---|:---| | [VS Code](https://code.visualstudio.com/) | Mainstream editor | | [Windsurf](https://windsurf.com/) | AI IDE, free quota for new users | | [Cursor](https://cursor.com/) | AI-native editor | | [Continue](https://continue.dev/) | Open-source AI code assistant plugin | | Local History | VS Code local history plugin | | Partial Diff | VS Code diff comparison plugin | ## 🤖 AI Models | Model | Description | |:---|:---| | Claude Opus 4.5 | Strong code capabilities | | GPT-5.1 Codex | Complex logic processing | | Gemini 2.5 Pro | Free long context | ## ⌨️ CLI Tools | Tool | Description | |:---|:---| | [Kiro](https://kiro.dev/) | AWS product, free Claude Opus | | [Droid](https://factory.ai/) | Multi-model CLI access | | Claude Code | Anthropic official CLI | | Codex CLI | OpenAI official CLI | | Gemini CLI | Google official CLI, free | ## 🌐 Common Websites | Website | Purpose | |:---|:---| | [AI Studio](https://aistudio.google.com/) | Google Free Gemini | | [ChatGPT](https://chatgpt.com/) | OpenAI Conversation | | [Zread](https://zread.ai/) | AI Repository Reading | | [GitHub](https://github.com/) | Code Hosting | | [Mermaid Chart](https://www.mermaidchart.com/) | Text to Diagram | | [NotebookLM](https://notebooklm.google.com/) | AI Note Tool | | [Google Sheets](https://docs.google.com/spreadsheets/) | Online Spreadsheets | | [Apps Script](https://script.google.com/) | Google Script | | [Z-Library](https://z-lib.fm/) | E-book Resources | | [Bilibili](https://www.bilibili.com/) | Video Tutorials | ## 🔗 More Resources See [External Resources Aggregation](./外部资源聚合.md) ```