FastComments.com

LLM 키트

FastComments LLM 키트는 Claude, ChatGPT, Cursor와 같은 AI 코딩 어시스턴트가 간단한 검색 API를 통해 당사의 전체 문서에 접근할 수 있게 하여 FastComments를 이해하고 통합하도록 돕습니다.

프로젝트의 AGENT.md 또는 CLAUDE.md 파일에 스니펫을 추가하면 AI 어시스턴트가 관련 FastComments 문서를 빠르게 검색하고 검색 결과를 가져올 수 있어 구현이 더 빠르고 정확해집니다.

LLM 키트 받기 Internal Link

이 스니펫을 프로젝트의 AI 어시스턴트 구성 파일(AGENT.md 또는 CLAUDE.md 등)에 추가하세요. AI 코딩 어시스턴트가 FastComments 문서를 검색하고 액세스하는 방법을 알려줍니다.

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

이렇게 하면 AI 어시스턴트가 최신 정보를 쉽게 얻고 더 짧은 시간 내에 더 정확한 구현을 제공할 수 있습니다.

사용 예시

Claude Code 또는 Cursor와 같은 AI 어시스턴트를 사용할 때 다음과 같은 질문을 할 수 있습니다:

  • "React에 FastComments를 어떻게 설치하나요?"
  • "FastComments로 SSO를 구성하는 방법을 보여주세요"
  • "FastComments API 인증 옵션은 무엇인가요?"

AI 어시스턴트는 제공된 API 엔드포인트를 사용하여 자동으로 문서를 검색하고 공식 문서를 기반으로 정확하고 최신의 답변을 제공합니다.