Skip to content

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.

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

You can provide your AI assistant with access to Verge documentation in two ways:

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

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

For AI assistants (all docs at once):

Please read the complete Verge documentation at https://verge.dynamik.dev/llm/all.txt
and 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.txt
and fetch specific pages as needed to help me.

For MCP servers: Configure your MCP server to fetch documentation from:

https://verge.dynamik.dev/llm/

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)
https://verge.dynamik.dev/llm/all.txt

All documentation in one file with section headers.

https://verge.dynamik.dev/llm/getting-started.txt
https://verge.dynamik.dev/llm/guides-routing-basics.txt
https://verge.dynamik.dev/llm/modules-framework-bootstrap.txt

File naming convention: directories are separated by hyphens (e.g., guides/routing-basics.md becomes guides-routing-basics.txt)

https://verge.dynamik.dev/llm/index.txt

Lists all individual files with their URLs.