{"id":17450336,"url":"https://github.com/sean-perkins/discourse-forum-client","last_synced_at":"2026-04-02T15:01:56.399Z","repository":{"id":121122808,"uuid":"108932660","full_name":"sean-perkins/discourse-forum-client","owner":"sean-perkins","description":"A discourse (forums) desktop client. Built with React. Allows you to manage multiple discourse sites quickly. ","archived":false,"fork":false,"pushed_at":"2017-11-02T04:24:50.000Z","size":267,"stargazers_count":16,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-05T20:13:45.395Z","etag":null,"topics":["discourse","discourse-client","discourse-forum-client","electron","electron-app","react"],"latest_commit_sha":null,"homepage":null,"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/sean-perkins.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":"2017-10-31T02:11:58.000Z","updated_at":"2021-11-19T17:40:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ce28f9e4-ac1d-4e31-ade9-f9915cef606e","html_url":"https://github.com/sean-perkins/discourse-forum-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sean-perkins/discourse-forum-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fdiscourse-forum-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fdiscourse-forum-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fdiscourse-forum-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fdiscourse-forum-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sean-perkins","download_url":"https://codeload.github.com/sean-perkins/discourse-forum-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sean-perkins%2Fdiscourse-forum-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["discourse","discourse-client","discourse-forum-client","electron","electron-app","react"],"created_at":"2024-10-17T22:11:35.733Z","updated_at":"2026-04-02T15:01:56.376Z","avatar_url":"https://github.com/sean-perkins.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://upload.wikimedia.org/wikipedia/en/a/af/Discourse_logo.png\" /\u003e\n\n# Discourse Forum Client\n\n**v1.2.0**\n\nA desktop-only client for managing different discourse communities. Quickly change between your favorite communities. Alternatively you can just use this template as a way to favorite important sites.\n\nThe code is **rough**. If free time allows, I'll go back and update the code to match React best practices.\n\nBuilt with React and Electron.\n\n\u003ca href=\"http://downloads.ngcademy.com/discourse-forum-client-1.2.0.zip\"\u003e\n    \u003cimg width=\"200px\" src=\"https://user-images.githubusercontent.com/13732623/32207141-69d4b7ce-bdd0-11e7-96a1-584e0bd26751.png\"\u003e\u003c/a\u003e\n\nDon't feel comfortable downloading? No problem. Build instructions are below to package the app yourself.\n\n## Features\n- Add your favorite sites with their own custom icon\n- Auto recommends site logos from our `defaultSites.json`\n- Version changes color when an upgrade is available\n- Add as many sites as you want!\n- Custom navigation handler for back/forward\n\n## Screenshots\n\n![Demo](https://i.gyazo.com/c7962bdca831ad31eb3f1e473dd7b967.gif)\n\n![Demo](https://i.gyazo.com/d46e138c41a553df28a50ad2d4850666.gif)\n\n![Demo](https://i.gyazo.com/bfecd1c5c248b7b593d9525f8c4e7a0e.gif)\n\n![Demo](https://i.gyazo.com/7ef3ba794ab79dccba84c045735fa07e.gif)\n\n\n# Development\n\n## Run\n\nRun these two commands __simultaneously__ in different console tabs.\n\n```bash\n$ npm run hot-server\n$ npm run start-hot\n```\n\nor run two servers with one command\n\n```bash\n$ npm run dev\n```\n\n## Packaging\n\nTo package apps for the local platform:\n\n```bash\n$ npm run package\n```\n\nTo package apps for all platforms:\n\nFirst, refer to [Multi Platform Build](https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build) for dependencies.\n\nThen,\n```bash\n$ npm run package-all\n```\n\nTo package apps with options:\n\n```bash\n$ npm run package -- --[option]\n```\n\n## Further commands\n\nTo run the application without packaging run\n\n```bash\n$ npm run build\n$ npm start\n```\n\nTo run End-to-End Test\n\n```bash\n$ npm run build\n$ npm run test-e2e\n```\n\n## Contributors\n\n[\u003cimg alt=\"Sean perkins\" src=\"https://avatars1.githubusercontent.com/u/13732623?v=3\u0026s=117\" width=\"117\"\u003e](https://github.com/sean-perkins) |\n:---:\n|[Sean Perkins](https://github.com/sean-perkins)|\n\n\n## License\nMIT © [Sean Perkins](https://github.com/sean-perkins)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-perkins%2Fdiscourse-forum-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsean-perkins%2Fdiscourse-forum-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsean-perkins%2Fdiscourse-forum-client/lists"}