LLM Documentation
This documentation site provides LLM-friendly text versions of all documentation pages for use with AI assistants, chatbots, and Model Context Protocol (MCP) servers.
What is this?
Section titled “What is this?”All documentation pages are automatically converted to clean, plain-text .txt files that are optimized for LLM consumption. These files:
- Strip markdown formatting and frontmatter
- Remove unnecessary syntax
- Preserve code examples and content structure
- Are accessible via direct URLs
How to use with your LLM
Section titled “How to use with your LLM”You can provide your AI assistant with access to Verge documentation in two ways:
Option 1: All documentation in one file (Recommended)
Section titled “Option 1: All documentation in one file (Recommended)”Combined URL: https://verge.dynamik.dev/llm/all.txt
This single file (~162KB) contains all documentation with clear section headers. Perfect for:
- Large context window models (Claude, GPT-4, etc.)
- Quick reference and cross-document searching
- Offline usage
- Simple integration
Option 2: Individual files
Section titled “Option 2: Individual files”Index URL: https://verge.dynamik.dev/llm/index.txt
The index lists all 40+ documentation pages with their direct .txt URLs. Use this if you want to:
- Fetch specific sections on-demand
- Build a RAG system with individual chunks
- Minimize initial load time
Example prompts
Section titled “Example prompts”For AI assistants (all docs at once):
Please read the complete Verge documentation at https://verge.dynamik.dev/llm/all.txtand use it to help me build my application.For AI assistants (on-demand):
Please read the Verge documentation index at https://verge.dynamik.dev/llm/index.txtand fetch specific pages as needed to help me.For MCP servers: Configure your MCP server to fetch documentation from:
https://verge.dynamik.dev/llm/Available documentation
Section titled “Available documentation”All sections are available in LLM-friendly format:
- Getting Started
- Modules (Understanding, Creating, Bootstrap)
- Routing (Basics, Groups, Route Files, Sub-Apps, Inspection)
- Drivers (Understanding, Configuration)
- Controllers
- Requests & Responses
- Middleware
- Container & Dependency Injection
- Events
- Caching
- Logging
- Configuration
- Console
- Testing
- Performance
- Deployment
- API Reference (All methods and helpers)
Direct access
Section titled “Direct access”Combined file
Section titled “Combined file”https://verge.dynamik.dev/llm/all.txtAll documentation in one file with section headers.
Individual pages
Section titled “Individual pages”https://verge.dynamik.dev/llm/getting-started.txthttps://verge.dynamik.dev/llm/guides-routing-basics.txthttps://verge.dynamik.dev/llm/modules-framework-bootstrap.txtFile naming convention: directories are separated by hyphens (e.g., guides/routing-basics.md becomes guides-routing-basics.txt)
Index file
Section titled “Index file”https://verge.dynamik.dev/llm/index.txtLists all individual files with their URLs.