{"id":13457384,"url":"https://github.com/Privoce/vocechat-web","last_synced_at":"2025-03-24T12:31:28.643Z","repository":{"id":37080747,"uuid":"444439068","full_name":"Privoce/vocechat-web","owner":"Privoce","description":"VoceChat Web App","archived":false,"fork":false,"pushed_at":"2025-02-23T12:55:02.000Z","size":467910,"stargazers_count":1877,"open_issues_count":97,"forks_count":193,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-23T00:09:31.179Z","etag":null,"topics":["bot","chat","indexdb","pwa","react","redux-toolkit","typescript"],"latest_commit_sha":null,"homepage":"https://privoce.voce.chat/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Privoce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-01-04T13:58:22.000Z","updated_at":"2025-03-22T16:26:52.000Z","dependencies_parsed_at":"2024-07-31T08:15:54.686Z","dependency_job_id":"9397afed-7e9e-4127-8a3c-b19bbc1dad25","html_url":"https://github.com/Privoce/vocechat-web","commit_stats":{"total_commits":1266,"total_committers":8,"mean_commits":158.25,"dds":0.06319115323854663,"last_synced_commit":"ebb6745c4f21d87d262bd29380df154980880cf1"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fvocechat-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fvocechat-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fvocechat-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Privoce%2Fvocechat-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Privoce","download_url":"https://codeload.github.com/Privoce/vocechat-web/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245269856,"owners_count":20587864,"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":["bot","chat","indexdb","pwa","react","redux-toolkit","typescript"],"created_at":"2024-07-31T08:01:42.266Z","updated_at":"2025-03-24T12:31:28.607Z","avatar_url":"https://github.com/Privoce.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Web Client of VoceChat\n\n\u003ccenter\u003e\n  \u003cimg src=\"./public/android-chrome-192x192.png\" width=\"100\" height=\"100\"\u003e\n\u003c/center\u003e\n\u003cp\u003e\n\u003ccenter\u003e\n\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/privoce/vocechat-web/issues)\n![GitHub issues](https://img.shields.io/github/issues-raw/Privoce/vocechat-web) ![GitHub](https://img.shields.io/github/license/privoce/vocechat-web) ![GitHub top language](https://img.shields.io/github/languages/top/privoce/vocechat-web) ![Docker Pulls](https://img.shields.io/docker/pulls/privoce/vocechat-server)\n\n\u003c/center\u003e\n\n- 🎉 Powered by React \u0026 Redux Toolkit\n- ✅ Typescript\n- 📦 PWA\n- 📢 Notification by firebase\n\n## Host your server! Or use our test server\n\n- Host your own Voce server ([docker image](https://hub.docker.com/r/privoce/vocechat-server/tags)):\n  Run on x86_64 platform:\n\n```bash\ndocker run -d --restart=always \\\n  -p 3000:3000 \\\n  --name vocechat-server \\\n  privoce/vocechat-server:latest\n```\n\nFor more server hosting instructions, see our documentation: https://doc.voce.chat/\n\n## Preview\n\n- official site: https://voce.chat\n- live demo: https://privoce.voce.chat/\n- demo API Docs (Swagger): https://dev.voce.chat/api/swagger\n\n- design: https://www.figma.com/file/EHnNr53kNmDWgUT86It6CH/UI\n- text editor: https://plate.udecode.io/docs/installation\n- markdown editor: https://nhn.github.io/tui.editor/latest/\n- redux: [@reduxjs/toolkit](https://redux-toolkit.js.org/introduction/getting-started)\n- indexDB wrapper: https://github.com/localForage/localForage\n\n## Local Development\n\n- `git clone https://github.com/Privoce/vocechat-web vocechat-web`\n\n- `cd vocechat-web \u0026 yarn install`\n\n- `yarn start`\n\n- Open `localhost:3009`\n\n### Tools Recommended\n\n- [VS Code](https://code.visualstudio.com/) Editor Recommended\n- VS Code plugins:\n  - [dbaeumer.vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint): ESLint\n  - [esbenp.prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode): Prettier\n  - [dsznajder.es7-react-js-snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets): Extensions for React, React-Native and Redux in JS/TS with ES7+ syntax\n\n## License\n\n[GPL v3](https://github.com/Privoce/vocechat-web/blob/main/LICENSE)\n\n## Thanks all the contributors\n\n\u003ca href=\"https://github.com/privoce/vocechat-web/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=privoce/vocechat-web\" /\u003e\n\u003c/a\u003e\n\nDiscuss collaboration: han@privoce.com or https://bridger.chat/han\n  \nTelegram group: https://t.me/opencfdchannel VoceChat: https://voce.chat\n  \nTelegram channel: https://t.me/vocechat_group VoceChat Channel: https://privoce.voce.chat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrivoce%2Fvocechat-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrivoce%2Fvocechat-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrivoce%2Fvocechat-web/lists"}