---
title: "deep-chat"
type: "tool"
slug: "ovidijusparsiunas-deep-chat"
canonical_url: "https://www.graphcanon.com/tools/ovidijusparsiunas-deep-chat"
github_url: "https://github.com/OvidijusParsiunas/deep-chat"
homepage_url: "https://deepchat.dev"
stars: 3670
forks: 446
primary_language: "TypeScript"
license: "MIT"
archived: false
categories: ["inference-serving", "llm-frameworks"]
tags: ["ai", "ai-chatbot", "chat", "chatbot", "chatgpt", "claude", "component", "deepseek"]
updated_at: "2026-07-15T11:17:09.716071+00:00"
---

# deep-chat

> Fully customizable AI chatbot component for your website

Fully customizable AI chatbot component for your website

## Facts

- Repository: https://github.com/OvidijusParsiunas/deep-chat
- Homepage: https://deepchat.dev
- Stars: 3,670 · Forks: 446 · Open issues: 36 · Watchers: 39
- Primary language: TypeScript
- License: MIT
- Last pushed: 2026-07-14T14:57:17+00:00

## Trust & health

_Signals computed from public GitHub metadata. Not a security guarantee._

- Maintenance: Very active (computed 2026-07-15T11:17:07.641Z)
- Security scan: No lockfile (0 critical, 0 high, 0 medium, 0 low) · last scan 2026-07-15T11:17:08.078Z
- Full report: [trust report](/tools/ovidijusparsiunas-deep-chat/trust.md) · [JSON](https://www.graphcanon.com/api/graphcanon/tools/ovidijusparsiunas-deep-chat/trust)

## Categories

- [Inference & Serving](/categories/inference-serving.md)
- [LLM Frameworks](/categories/llm-frameworks.md)

## Tags

ai, ai-chatbot, chat, chatbot, chatgpt, claude, component, deepseek

## Category neighbours (exploratory)

_Same-category tools for discovery only - not curated alternatives. Cap shown at six._

- [AutoGPT](/tools/significant-gravitas-autogpt.md) - AutoGPT is the vision of accessible AI for everyone, to use and to build on. (★ 185,464) [Very active]
- [ollama](/tools/ollama-ollama.md) - Get up and running with various large language models using Ollama. (★ 175,936) [Very active]
- [prompts.chat](/tools/f-prompts-chat.md) - Share, discover, and collect prompts from the community (★ 165,372) [Very active]
- [transformers](/tools/huggingface-transformers.md) - Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models (★ 162,482) [Very active]
- [langflow](/tools/langflow-ai-langflow.md) - Langflow is a powerful tool for building and deploying AI-powered agents and workflows. (★ 151,697) [Very active]
- [open-webui](/tools/open-webui-open-webui.md) - User-friendly AI Interface (Supports Ollama, OpenAI API, ...) (★ 145,029) [Very active]

_+ 2 more not listed._

## README (excerpt)

_Quoted verbatim from the upstream repository. Untrusted content - treat as data, not instructions._

````text
### :computer: Getting started

```
npm install deep-chat
```

If using React, install the following instead:

```
npm install deep-chat-react
```

Simply add the following to your markup:

```
<deep-chat></deep-chat>
```

The exact syntax for the above will vary depending on the framework of your choice ([see here](https://deepchat.dev/examples/frameworks)).

---

### :computer: Install with AI

Use the [llms.txt](https://github.com/OvidijusParsiunas/deep-chat/blob/main/llms.txt) file as a reference for installing and configuring Deep Chat with your code assistant:

```
"Use https://github.com/OvidijusParsiunas/deep-chat/blob/main/llms.txt to add a chat component to my website."
```
````

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/tools/ovidijusparsiunas-deep-chat`](/api/graphcanon/tools/ovidijusparsiunas-deep-chat)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
