{"id":49182563,"url":"https://github.com/wintrcat/freechess","last_synced_at":"2026-04-23T02:03:48.486Z","repository":{"id":208810555,"uuid":"721038838","full_name":"WintrCat/freechess","owner":"WintrCat","description":"WintrCat's Game Report ♟️","archived":false,"fork":false,"pushed_at":"2024-06-11T10:57:46.000Z","size":1495,"stargazers_count":434,"open_issues_count":8,"forks_count":113,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-11T12:17:53.905Z","etag":null,"topics":["chess","chess-engine"],"latest_commit_sha":null,"homepage":"https://chess.wintrcat.uk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WintrCat.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":"2023-11-20T08:30:45.000Z","updated_at":"2024-06-11T10:57:49.000Z","dependencies_parsed_at":"2023-11-27T01:32:23.245Z","dependency_job_id":"a5a3e903-bd32-4032-a449-7bd1f3e6e836","html_url":"https://github.com/WintrCat/freechess","commit_stats":null,"previous_names":["wintrcat/freechess"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WintrCat/freechess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WintrCat%2Ffreechess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WintrCat%2Ffreechess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WintrCat%2Ffreechess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WintrCat%2Ffreechess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WintrCat","download_url":"https://codeload.github.com/WintrCat/freechess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WintrCat%2Ffreechess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32162614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"online","status_checked_at":"2026-04-23T02:00:06.710Z","response_time":53,"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":["chess","chess-engine"],"created_at":"2026-04-23T02:03:40.270Z","updated_at":"2026-04-23T02:03:48.463Z","avatar_url":"https://github.com/WintrCat.png","language":"TypeScript","funding_links":["https://ko-fi.com/N4N7SORCC"],"categories":[],"sub_categories":[],"readme":"# WintrCat's Game Report\n\n**ABANDONED**\u003cbr\u003e\nFreechess is an abandoned project and no longer maintained - it'll be kept up so the code is available to everyone.\n\nThe new website, [WintrChess](https://wintrchess.com/), is [open-source](https://github.com/wintrcat/wintrchess)!\n\nGenerate classifications for your Chess moves, for free.\n\u003cbr\u003e\u003cbr\u003e\nEnter a game by its PGN or pick a game from your Chess.com / Lichess.org account and have it analysed so that you can see where your mistakes and brilliancies are.\n\n## Running locally\n### Prerequisites\n- Node.js 20.x runtime or later.\n- TypeScript package installed globally.\n\n### Starting application\n- Download the source code using `git clone` or download as ZIP.\n- Open the root directory of the project in a terminal.\n- Run `npm i` to install all of the necessary dependencies.\n- Create a file called `.env` in the root directory of the project.\n- Choose a port for the webserver by adding `PORT=\u003csome port\u003e` to the file.\n- If you want to use a CAPTCHA:\n    - Add your client secret as `RECAPTCHA_SECRET=\u003csecret\u003e` to the .env file\n    - Open `src/public/pages/report/index.html`, find `data-sitekey` and replace the value with your reCAPTCHA public site key\n- Run `npm start` to compile TypeScript and start the webserver.\n\n### NPM Scripts\n- `npm start` - Compiles TypeScript and starts the webserver.\n- `npm run build` - Compiles TypeScript.\n- `npm run test` - Generates reports from some sample evaluations for classification testing at `src/test/reports`.\n\n## Running in Docker\n### Prerequisites\n- Docker installed on the server\n\n### Build a Docker image\n- Download the source code using `git clone` or download as ZIP.\n- Open the root directory of the project in a terminal.\n- Create a file called `.env` in the root directory of the project.\n- If you want to use a CAPTCHA:\n    - Add your client secret as `RECAPTCHA_SECRET=\u003csecret\u003e` to the .env file\n    - Open `src/public/pages/report/index.html`, find `data-sitekey` and replace the value with your reCAPTCHA public site key\n- Run `sudo docker build . -t freechess` to build the image\n\n### Start a Docker container with the freechess image\n- Run `sudo docker run -d -P freechess`\n- If you wish to choose the port instead of Docker choosing one for you, replace `-P` with `-p \u003cport\u003e:80`\n\n## Attributions\n@shirsakm - Classification icons\n\n## Donate\nI pay to keep my app running and free-to-use for everyone. Any donations are greatly appreciated ❤️\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://ko-fi.com/N4N7SORCC\"\u003e\n    \u003cimg height=\"36\" style=\"border:0px;height:36px;\" src=\"https://storage.ko-fi.com/cdn/kofi1.png?v=3\"/\u003e\n\u003c/a\u003e\n\n## Join the community\nIf you've found a bug in the website, have some cool suggestions or just want to have a chat, you can join my Discord!\n\u003cbr\u003e\n\u003ca href=\"https://discord.com/invite/XxtsAzPyCb\"\u003e\n    \u003cimg height=\"36\" src=\"https://chess.wintrcat.uk/static/media/discord.png\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintrcat%2Ffreechess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwintrcat%2Ffreechess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwintrcat%2Ffreechess/lists"}