{"id":43324265,"url":"https://github.com/talkjs/talkjs-examples","last_synced_at":"2026-02-01T23:04:15.231Z","repository":{"id":37390553,"uuid":"84675378","full_name":"talkjs/talkjs-examples","owner":"talkjs","description":"TalkJS (https://talkjs.com) examples","archived":false,"fork":false,"pushed_at":"2025-11-25T07:08:56.000Z","size":63547,"stargazers_count":120,"open_issues_count":1,"forks_count":119,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-28T14:39:55.102Z","etag":null,"topics":["chat","chat-api","chat-component","chat-sdk","chatbox","messaging","messaging-api","sdk"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/talkjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-11T19:42:23.000Z","updated_at":"2025-11-25T07:08:50.000Z","dependencies_parsed_at":"2023-10-02T11:06:37.450Z","dependency_job_id":"5cfb2837-69f2-44cf-b66b-744a3d4d9810","html_url":"https://github.com/talkjs/talkjs-examples","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/talkjs/talkjs-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkjs%2Ftalkjs-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkjs%2Ftalkjs-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkjs%2Ftalkjs-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkjs%2Ftalkjs-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talkjs","download_url":"https://codeload.github.com/talkjs/talkjs-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talkjs%2Ftalkjs-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28993784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T22:01:47.507Z","status":"ssl_error","status_checked_at":"2026-02-01T21:58:37.335Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chat","chat-api","chat-component","chat-sdk","chatbox","messaging","messaging-api","sdk"],"created_at":"2026-02-01T23:04:14.620Z","updated_at":"2026-02-01T23:04:15.225Z","avatar_url":"https://github.com/talkjs.png","language":"HTML","readme":"# TalkJS code examples\n\nThis repo contains example projects for common use cases for TalkJS.\n\nTalkJS is a chat API with a pre-built UI for web and mobile apps. Build any chat use case into your product with just a few lines of code. Frontend UI SDK and out-of-the-box notifications included.\n\nVisit [talkjs.com](https://talkjs.com/?ref=jssdk-npm-readme) or see the [TalkJS docs](https://talkjs.com/docs/) to learn more!\n\n## How-to guides\n\nSee the [how-to guides](./howtos/) for ways to use TalkJS's features to customize your chat. Here are just a few examples:\n\n- [How to set an automatic away message](./howtos/how-to-set-an-away-message/) with webhooks and the REST API\n- [How to use custom data to style your TalkJS chat](./howtos/how-to-use-custom-data-to-style-your-talkjs-chat/)\n- [How to lock a conversation to be read-only](./howtos/how-to-lock-a-conversation-to-read-only/)\n- [How to archive a conversation](./howtos/how-to-archive-a-conversation/)\n- [How to integrate a chatbot into your TalkJS chat with the OpenAI API](./howtos/how-to-connect-talkjs-to-a-chatbot/)\n\n## SDKs\n\nSee examples for how to get started with the SDKs:\n\n- [JavaScript (Classic SDK)](./user-to-operator/)\n- [React (Classic SDK)](./react/classic-sdk/)\n- [React Native SDK](./react-native)\n- [Flutter SDK](./flutter_sdk/)\n\n## Integrating with other frameworks\n\nThe [classic JavaScript SDK](https://talkjs.com/docs/UI_Components/JavaScript/Classic/) lets you integrate TalkJS into your frontend with regular JavaScript, so you can use it alongside any web framework.\n\nExamples of integrating with popular frontend frameworks:\n\n- [Angular](./angular6)\n- [Next.js](./react/next.js)\n- [Svelte](./svelte)\n- [Vue](./vue/vue-getting-started)\n\n\nExamples of integrating with popular backend frameworks:\n\n- [Laravel](./php/laravel-integration/)\n- [Spring Boot](./java/spring-boot)\n- [Blazor](./csharp/blazor_talkjs/)\n- [Django](./django/)\n- [Flask](./flask)\n- [Rails](./ruby/rails-talkjs/)\n\nUsing a library, framework or language not listed here? [Let us know](https://talkjs.com?ref=gh-example-readme\u0026chatwithus=1) and we can help out.\n\n## Other resources\n\nFor more information on how to integrate TalkJS to your projects, check out the [TalkJS docs](https://talkjs.com/docs/?ref=gh-example-readme).\n\nNot sure how to cover your use case with TalkJS? [Get in touch](https://talkjs.com?ref=gh-example-readme\u0026chatwithus=1) and we'll help you out!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalkjs%2Ftalkjs-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalkjs%2Ftalkjs-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalkjs%2Ftalkjs-examples/lists"}