{"id":14994729,"url":"https://github.com/dyte-io/ui-kit","last_synced_at":"2025-09-25T15:30:45.925Z","repository":{"id":257564328,"uuid":"858596937","full_name":"dyte-io/ui-kit","owner":"dyte-io","description":"Dyte's UI library for creating meeting interfaces. This repository has been archived and moved to https://github.com/dyte-io/realtimekit-ui/","archived":false,"fork":false,"pushed_at":"2025-08-07T07:16:46.000Z","size":9462,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"staging","last_synced_at":"2025-09-07T23:18:37.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ui-kit-core.vercel.app","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/dyte-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-17T07:30:46.000Z","updated_at":"2025-08-07T07:16:50.000Z","dependencies_parsed_at":"2025-06-24T10:28:58.194Z","dependency_job_id":"4d949d54-0661-4df5-9c1a-384456f3b9d1","html_url":"https://github.com/dyte-io/ui-kit","commit_stats":null,"previous_names":["dyte-io/ui-kit"],"tags_count":144,"template":false,"template_full_name":null,"purl":"pkg:github/dyte-io/ui-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyte-io%2Fui-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyte-io%2Fui-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyte-io%2Fui-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyte-io%2Fui-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyte-io","download_url":"https://codeload.github.com/dyte-io/ui-kit/tar.gz/refs/heads/staging","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyte-io%2Fui-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276940016,"owners_count":25732224,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-09-24T16:08:21.880Z","updated_at":"2025-09-25T15:30:44.816Z","avatar_url":"https://github.com/dyte-io.png","language":"TypeScript","funding_links":[],"categories":["Table of contents"],"sub_categories":["Third Party Components"],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://dyte.io\"\u003e\n    \u003cimg src=\"https://assets.dyte.io/logo-outlined.png\" alt=\"Logo\" width=\"120\" /\u003e\n  \u003c/a\u003e\n\n  \u003ch2 align=\"center\"\u003eUI Kit by dyte\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A set of UI components to truly customize your meeting UI\n    \u003cbr /\u003e\n    \u003ca href=\"https://docs.dyte.io\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://app.dyte.io\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://community.dyte.io\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://community.dyte.io\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [About](#about)\n- [License](#license)\n- [Contributing](#contributing)\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started\n\n\u003e There are separate UI Kit packages for React and Angular because they don't fully support Web Components natively yet. Check out the links to the packages below\n\n\u003e [React UI Kit](https://npmjs.com/package/@dytesdk/react-ui-kit) · [Angular UI Kit](https://npmjs.com/package/@dytesdk/angular-ui-kit)\n\nFirst, you will need to install the ui-kit along with the [web-core](https://npmjs.com/package/@dytesdk/web-core) package:\n\n```sh\nnpm i @dytesdk/ui-kit @dytesdk/web-core\n```\n\nThe `web-core` package is the package which handles all the low level logic required for a meeting by interating with our servers. Use it to create a meeting object, which you can pass along to the UI Kit components.\n\n## Usage\n\nYou'll need to initialize a meeting object first.\n\n```js\nconst meeting = await DyteClient.init({\n  roomName: '\u003croom-name\u003e',\n  authToken: '\u003cauth-token\u003e',\n  defaults: {\n    video: true,\n    audio: true,\n  },\n});\n```\n\nYou can now pass this object to most of the components, like so (with Vanilla JS, HTML):\n\n```html\n\u003c!-- Load the component --\u003e\n\u003cdyte-meeting id=\"my-meeting\"\u003e\u003c/dyte-meeting\u003e\n\n\u003cscript\u003e\n  const init = async () =\u003e {\n    const meeting = await DyteClient.init({\n      authToken: '\u003cauth-token\u003e',\n      roomName: '\u003croom-name\u003e',\n      defaults: {\n        video: true,\n        audio: true,\n      },\n    });\n\n    const meetingEl = document.getElementById('my-meeting');\n    meetingEl.meeting = meeting;\n  };\n\n  init();\n\u003c/script\u003e\n```\n\n## About\n\n`ui-kit` is created \u0026 maintained by Dyte, Inc. You can find us on Twitter - [@dyte_io](https://twitter.com/dyte_io) or write to us at `dev [at] dyte.io`.\n\nThis is a monorepo for all of Dyte's UI Kit packages.\n\nHere is a short description for all the packages:\n\n| Path                                             | Description                                                                                       |\n| ------------------------------------------------ | ------------------------------------------------------------------------------------------------- |\n| [`packages/core`](./packages/core)               | The main source code for all Stencil components. You will write code primarily in this directory. |\n| [`packages/react`](./packages/react-library)     | The React UI Kit wrapper package                                                                  |\n| [`packages/angular`](./packages/angular-library) | The Angular UI Kit wrapper package                                                                |\n| [`packages/vue`](./packages/vue-library)         | The Vue UI Kit wrapper package                                                                    |\n\n## License\n\nThis package is licensed under Apache v2.0, for more details, check out [LICENSE](./LICENSE).\n\n## Contributing\n\nTo get started, you need to first make changes in the `packages/core` directory.\nYou can find the code for each component in [packages/core/src/components](packages/core/src/components).\n\nYou need to `cd` into `packages/core` directory and run `npm start`.\n\nAfter your changes are made, you need to `cd` to the root and then run `npm run build`, so that the wrapper code also gets updated.\n\nTake a look at out [contributing guidelines](./CONTRIBUTING.md) before you start contributing!\n\nThe names and logos for Dyte are trademarks of Dyte, Inc.\n\nWe love open source software! See [our other projects](https://github.com/dyte-io) and [our products](https://dyte.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyte-io%2Fui-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyte-io%2Fui-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyte-io%2Fui-kit/lists"}