FastComments.com

LLM Kit

The FastComments LLM Kit helps AI coding assistants like Claude, ChatGPT, and Cursor understand and integrate with FastComments by providing them access to our complete documentation through a simple search API.

By adding a snippet to your project's AGENT.md or CLAUDE.md file, you enable AI assistants to quickly search and retrieve relevant FastComments documentation, making implementation faster and more accurate.

Get the LLM Kit Internal Link

Add this snippet to your project's AI assistant configuration files (like AGENT.md or CLAUDE.md) that teaches AI coding assistants how to search and access FastComments documentation.

FastComments LLM Kit
Copy Copy
1
2## FastComments Integration
3
4FastComments is an embeddable live commenting platform with libraries for many frontend and backend integrations, along with client and server-side SDKs and APIs.
5
6When working with FastComments, you can search the FastComments documentation by calling this API:
7
8https://docs-search.fastcomments.com/search?query=<search_query>&full=true&tenantId=demo
9
10Replace `<search_query>` with your search terms (URL encoded). The API returns relevant documentation snippets to help with implementation.
11

This way your AI assistant can easily get up-to-date information and provide more accurate implementations in less time.

Usage Example

When using an AI assistant like Claude Code or Cursor, you can ask questions like:

  • "How do I install FastComments on React?"
  • "Show me how to configure SSO with FastComments"
  • "What are the FastComments API authentication options?"

The AI assistant will automatically search the documentation using the provided API endpoint and give you accurate, up-to-date answers based on the official documentation.