{"id":19626964,"url":"https://github.com/brookr/gradiator","last_synced_at":"2026-02-12T22:33:49.211Z","repository":{"id":243996425,"uuid":"814006433","full_name":"brookr/gradiator","owner":"brookr","description":"AI powered grading assistant for Canvas courses. Chrome extension sidebar makes it easy to interact with AI features. BYO API key.","archived":false,"fork":false,"pushed_at":"2024-06-12T07:02:13.000Z","size":330,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T07:24:44.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"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/brookr.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":"2024-06-12T06:56:33.000Z","updated_at":"2025-08-30T23:15:34.000Z","dependencies_parsed_at":"2024-06-12T12:18:31.096Z","dependency_job_id":"bb4d5de0-86ce-4eef-8692-62c5dcfd87df","html_url":"https://github.com/brookr/gradiator","commit_stats":null,"previous_names":["brookr/gradiator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brookr/gradiator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookr%2Fgradiator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookr%2Fgradiator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookr%2Fgradiator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookr%2Fgradiator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brookr","download_url":"https://codeload.github.com/brookr/gradiator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookr%2Fgradiator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-11T11:48:07.905Z","updated_at":"2026-02-12T22:33:49.195Z","avatar_url":"https://github.com/brookr.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradiator  🚀  \n\nGradiator is a demo example application experiments with AI grading, via a Chrome extension using Next.js.\n\n## Table of Contents ✨  \n\n- [Description](#description)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Description\n\nAI, tuned with the right prompts, can provide detailed and valuable feedback on student work.\n\nThis sidebar is designed to give TAs suggestions on what aspects of submissions need the most attention. Example feedback is also provided.\n\n# Installation\n\nTo install and run Gradiator as a Chrome Sidebar locally, follow these steps:\n\n1. Clone this repository\n2. Navigate to project directory\n3. Navigate to project directory\n4. Install the dependencies using npm\n\n# Usage\n\n## Run Locally 🔥\n\nTo run Gradiator locally, follow these steps:\n\nRun the project:\n```\nnpm run dev\n```\n\nThis will run project at localhost:\n\n`http://localhost:3000/`\n\n## Build and Import To Chrome 🔥\n\nTo build and import Next.js Chrome Extension Starter to chrome browser, follow these steps:\n\n1. Build the project:\n```\nnpm run build\n```\n\u003e This will run prep and export to create new folder 'out/', and rename '_next' forlder to 'next' (without underscore)\n\n2. Open Google Chrome and go to chrome://extensions.\n\n3. Enable the \"Developer mode\" toggle switch.\n\n4. Click on \"Load unpacked\" and select the out folder generated by the build process.\n\n5. Gradiator should now be loaded as an unpacked extension in Google Chrome.\n\n# Contributing\n\nContributions to Gradiator are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.\n\n# License\n\nThis project is licensed under the MIT License.\n\nFeel free to customize and modify it based on your specific requirements. \nMake sure to include any additional information, such as troubleshooting tips or specific \nChrome extension functionality, to provide a comprehensive guide for users.\n\n```\nMIT License\n\nCopyright (c) 2023 Justinas Kairys (ibnzUk.eth)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrookr%2Fgradiator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrookr%2Fgradiator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrookr%2Fgradiator/lists"}