Quickstart
Get the most out of Vibe Coder Docs in under 5 minutes.Navigating the Docs
Browse by Topic
Use the sidebar to explore topics. Start with areas most relevant to what you’re building right now.
Where to Start
Not sure where to begin? Here’s a guide based on what you’re doing:| If you’re… | Start with |
|---|---|
| Building your first app | General Programming |
| Deploying something | General IT |
| Worried about security | Security Overview |
| Working with a database | Databases & Storage |
| Building with AI APIs | Building AI Applications |
| Handling user data | Data Theory |
Integrating with Your AI Coding Tool
These docs are designed to be consumed by both humans and AI agents. Here’s how to get the most out of them with your AI tool:Point Your Agent Here
When starting a new project or encountering a topic covered in these docs, you can:- Share a link — Copy the URL of a relevant page and paste it into your AI chat
- Reference concepts — Tell your AI assistant: “Follow the guidance from Vibe Coder Docs on [topic]”
- Use as a checklist — Before shipping, walk through the relevant sections with your AI to verify you haven’t missed anything
Add to Your Project Context
For tools that support project-level context (like Claude Code’sCLAUDE.md), you can reference these docs:
Connect via MCP Server
This site automatically provides an MCP (Model Context Protocol) server that AI coding tools can connect to directly, giving your agent searchable access to all of our documentation.Claude Code
Claude Code
Cursor
Cursor
Open the command palette (
Cmd+Shift+P / Ctrl+Shift+P), search “Open MCP settings”, and add:VS Code
VS Code
Create or edit
.vscode/mcp.json in your project:Use llms.txt for Direct Context
This site provides machine-readable documentation files that you can feed directly to any AI tool:| File | URL | Use Case |
|---|---|---|
llms.txt | /llms.txt | Navigation index — lets AI tools discover what topics are available |
llms-full.txt | /llms-full.txt | Full content — all documentation in a single file for pasting into AI chats |