{"id":13893915,"url":"https://github.com/UseCrowdWise/crowdwise","last_synced_at":"2025-07-17T08:31:38.541Z","repository":{"id":37009992,"uuid":"447378687","full_name":"UseCrowdWise/crowdwise","owner":"UseCrowdWise","description":"Chrome extension that adds to your browsing experience by showing you relevant discussions about your current web page from Hacker News and Reddit.","archived":false,"fork":false,"pushed_at":"2022-09-11T08:50:29.000Z","size":1284,"stargazers_count":95,"open_issues_count":22,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-07T18:27:15.868Z","etag":null,"topics":["chrome-extension","forums","hackernews","reddit"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UseCrowdWise.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}},"created_at":"2022-01-12T21:40:39.000Z","updated_at":"2024-08-05T13:17:37.000Z","dependencies_parsed_at":"2023-01-17T13:01:07.160Z","dependency_job_id":null,"html_url":"https://github.com/UseCrowdWise/crowdwise","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseCrowdWise%2Fcrowdwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseCrowdWise%2Fcrowdwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseCrowdWise%2Fcrowdwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UseCrowdWise%2Fcrowdwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UseCrowdWise","download_url":"https://codeload.github.com/UseCrowdWise/crowdwise/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226243893,"owners_count":17594452,"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":["chrome-extension","forums","hackernews","reddit"],"created_at":"2024-08-06T18:01:19.767Z","updated_at":"2024-11-24T22:30:58.177Z","avatar_url":"https://github.com/UseCrowdWise.png","language":"TypeScript","readme":"# CrowdWise\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://chrome.google.com/webstore/detail/crowdwise/hogoebkpcnajkkjdidfhojkljppfalip\"\u003e\n    \u003cimg alt=\"Extension available in the Chrome Web Store\" src=\"assets/chromestore.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\" style=\"margin-top: -16px\"\u003e\n  \u003ca href=\"https://join.slack.com/t/crowdwise-community/shared_invite/zt-1a8nno7ci-1FcU8o3z_JiBGqd2vyuc9A\"\u003e\n    \u003cimg alt=\"Join our Slack Community\" src=\"https://img.shields.io/badge/Slack-Join_our_Community-blueviolet?logo=slack\u0026amp;logoColor=white\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003cimg style=\"padding-left: 6px\" alt=\"GitHub stars\" src=\"https://img.shields.io/github/stars/usecrowdwise/crowdwise?style=social\"\u003e\n\u003c/p\u003e\n\n# What's CrowdWise?\n\nCrowdWise is a Google Chrome extension that adds to your browsing experience by showing you relevant discussions about your current web page from Hacker News and Reddit.\n\n\u003cp align=\"center\" \u003e\n  \u003ca href=\"https://chrome.google.com/webstore/detail/crowdwise/hogoebkpcnajkkjdidfhojkljppfalip\"\u003e\n    \u003cimg src=\"assets/screenshot-1.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n### Discussions on Hacker News and Reddit\n\n- When you navigate to a web page, CrowdWise pulls relevant discussions about this web page from Hacker News and Reddit. You can click on these discussions and it will - open in a new tab, where you can find counter-opinions and different perspectives.\n\n### Incognito Mode\n\nBy default, CrowdWise searches for relevant discussions in the background. For additional privacy, CrowdWise also includes an Incognito mode where it will only search for discussions when you click on the CrowdWise button.\n\n### Personalised Settings\n\nAdjust the sidebar to suit the look and feel that you like. You can customise the following:\n\n- Keyboard shortcuts to open and close the sidebar\n- Font sizes\n- Sidebar width\n- and more\n\n## Setup\n\n### Running this project\n\n- `npm install`\n- `npm start`\n- For chrome: go to `chrome://extensions/` and `Load unpacked`, point it to the `build/` folder.\n\n### Developing UI components\n\n- `npm run storybook`\n- Go to http://localhost:6006 where you will have an auto-reloading server to iterate on UI components.\n\n## Credits\n\n- Some HN and Reddit parsing code adapted from Newsit: https://github.com/benwinding/newsit/\n- Michael Xieyang Liu: [Website](https://lxieyang.github.io)\n  - This boilerplate is largely derived from [lxieyang/vertical-tabs-chrome-extension](https://github.com/lxieyang/vertical-tabs-chrome-extension) and [lxieyang/chrome-extension-boilerplate-react](https://github.com/lxieyang/chrome-extension-boilerplate-react) (which in turn is adapted from [samuelsimoes/chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate)).\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUseCrowdWise%2Fcrowdwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUseCrowdWise%2Fcrowdwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUseCrowdWise%2Fcrowdwise/lists"}