{"id":28533503,"url":"https://github.com/epam/ai-dial-chat","last_synced_at":"2026-04-21T15:05:39.576Z","repository":{"id":197256734,"uuid":"688398751","full_name":"epam/ai-dial-chat","owner":"epam","description":"A default UI for AI DIAL","archived":false,"fork":false,"pushed_at":"2025-07-02T16:32:33.000Z","size":25435,"stargazers_count":337,"open_issues_count":611,"forks_count":40,"subscribers_count":19,"default_branch":"development","last_synced_at":"2025-07-02T16:38:48.968Z","etag":null,"topics":["ai-dial","llm"],"latest_commit_sha":null,"homepage":"https://chat.lab.epam.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-07T09:11:16.000Z","updated_at":"2025-07-02T14:46:52.000Z","dependencies_parsed_at":"2024-02-11T21:29:31.732Z","dependency_job_id":"fd001648-441a-49e1-8c32-cd081d8a9458","html_url":"https://github.com/epam/ai-dial-chat","commit_stats":{"total_commits":1055,"total_committers":31,"mean_commits":34.03225806451613,"dds":0.7497630331753555,"last_synced_commit":"eafafa5c783a4ac5c3440ad412ac17292e34c478"},"previous_names":["epam/ai-dial-chat"],"tags_count":147,"template":false,"template_full_name":null,"purl":"pkg:github/epam/ai-dial-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fai-dial-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fai-dial-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fai-dial-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fai-dial-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epam","download_url":"https://codeload.github.com/epam/ai-dial-chat/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fai-dial-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263331776,"owners_count":23450156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-dial","llm"],"created_at":"2025-06-09T17:07:18.835Z","updated_at":"2026-04-21T15:05:39.558Z","avatar_url":"https://github.com/epam.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n         DIAL Chat\n    \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e\n        \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://dialx.ai/\"\u003e\n          \u003cimg src=\"https://dialx.ai/logo/dialx_logo.svg\" alt=\"About DIALX\"\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\u003ch4 align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/ukzj9U9tEe\"\u003e\n        \u003cimg src=\"https://img.shields.io/static/v1?label=DIALX%20Community%20on\u0026message=Discord\u0026color=blue\u0026logo=Discord\u0026style=flat-square\" alt=\"Discord\"\u003e\n    \u003c/a\u003e\n\u003c/h4\u003e\n\n- [Overview](#overview)\n- [Documentations 📄](#documentations-)\n- [Development 🛠️](#development-️)\n  - [Install](#install)\n  - [Build](#build)\n  - [Serve](#serve)\n  - [Tests](#tests)\n  - [Publish](#publish)\n    - [Dry Mode](#dry-mode)\n\n---\n\n## Overview\n\n**DIAL Chat** is a default UI for [DIAL](https://dialx.ai). DIAL can be used as headless system, but UI is recommended to learn the capability.\n\nOriginally forked from [chatbot-ui](https://github.com/mckaywrigley/chatbot-ui) and then completely reworked and published under [apache 2.0 license](./LICENSE), while code taken from original repository is still subject to [original MIT license](./license-original). Due to rework we introduced lots of new features such as various IDP support, model side-by-side compare, [DIAL extensions](https://dialx.ai/extension-framework) support, conversation replays, branding and many more.\n\n![ai-dial-chat](./docs/ai-dial-chat.png)\n\n\u003e [!IMPORTANT]\n\u003e This repository is managed as monorepo by [NX](https://nx.dev/) tools.\n\n---\n\n## Documentations 📄\n\n- `DIAL Chat` documentation placed [here](./apps/chat/README.md).\n- `DIAL Chat Theming` documentation is placed [here](./docs/THEME-CUSTOMIZATION.md).\n- `DIAL Overlay` documentation is placed [here](./libs/overlay/README.md).\n- `DIAL Chat Visualizer Connector` documentation is placed [here](./libs/chat-visualizer-connector/README.md).\n- `DIAL Visualizer Connector` documentation is placed [here](./libs/visualizer-connector/README.md).\n- `DIAL Custom Viewers` documentation is placed [here](./docs/CUSTOM-VIEWERS.md).\n- `Isolated view mode` is described in [documentation](https://github.com/epam/ai-dial/blob/main/docs/tutorials/0.user-guide.md#isolated-view-mode).\n\n\u003e [!TIP]\n\u003e In [DIAL repository](https://github.com/epam/ai-dial/blob/main/docs/tutorials/0.user-guide.md), you can find a user guide for the DIAL Chat application.\n\n---\n\n## Development 🛠️\n\nTo work with this repo we are using NX.\n\n_Note: All commands could be found in scripts section in [package.json](./package.json)._\n\n### Install\n\n```bash\nnpm i\n```\n\n### Build\n\nRun this command to build all projects which support this target (`chat`, `overlay-sandbox`):\n\n```bash\nnpm run build\n```\n\n### Serve\n\nTo run the project, it is recommended to use `npm run nx serve` with the specified project name:\n\n```bash\nnpm run nx serve project-name\n```\n\n### Tests\n\nRun this command to run tests for the full repository:\n\n```bash\nnpm run test\n```\n\n### Publish\n\nRun this command to initiate npm publish for all publishable libraries:\n\n```bash\nnpm run publish -- --ver=*.*.* --tag=* --dry\n```\n\nParameters (all optional):\n\n```\nver - version to publish\ntag - distribution tag to publish with (default: 'next')\ndry - dry run\n```\n\n#### Dry Mode\n\nIn `dry` mode, nothing is published, just displayed on the screen:\n\n```bash\nnpm run publish -- --dry\n```\n\nor\n\n```bash\nnpm run publish:dry\n```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fai-dial-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepam%2Fai-dial-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fai-dial-chat/lists"}