{"id":46831091,"url":"https://github.com/thinc-org/cugetreg","last_synced_at":"2026-03-10T10:02:43.504Z","repository":{"id":37007613,"uuid":"328107063","full_name":"thinc-org/cugetreg","owner":"thinc-org","description":"A course registration planning application for CU students","archived":false,"fork":false,"pushed_at":"2026-01-30T14:31:23.000Z","size":16196,"stargazers_count":91,"open_issues_count":122,"forks_count":3,"subscribers_count":10,"default_branch":"v2","last_synced_at":"2026-01-31T07:36:39.706Z","etag":null,"topics":["education","frontend","hacktoberfest","hacktoberfest2021","website"],"latest_commit_sha":null,"homepage":"https://cugetreg.com","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinc-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-01-09T08:13:18.000Z","updated_at":"2025-12-31T07:00:40.000Z","dependencies_parsed_at":"2026-01-18T10:04:50.134Z","dependency_job_id":null,"html_url":"https://github.com/thinc-org/cugetreg","commit_stats":null,"previous_names":[],"tags_count":305,"template":false,"template_full_name":null,"purl":"pkg:github/thinc-org/cugetreg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinc-org%2Fcugetreg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinc-org%2Fcugetreg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinc-org%2Fcugetreg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinc-org%2Fcugetreg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinc-org","download_url":"https://codeload.github.com/thinc-org/cugetreg/tar.gz/refs/heads/v2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinc-org%2Fcugetreg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":["education","frontend","hacktoberfest","hacktoberfest2021","website"],"created_at":"2026-03-10T10:02:04.980Z","updated_at":"2026-03-10T10:02:43.493Z","avatar_url":"https://github.com/thinc-org.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"![cover](https://user-images.githubusercontent.com/33742791/142388797-fa14bcfa-b01e-45ab-a271-bfdeeb26285f.png)\n\n\u003c!--- insert badge here ---\u003e\n\u003c!-- we need badge --\u003e\n\nHave no idea what courses to take? Don't know what this course is about? We got it covered. With [CU Get Reg](https://cugetreg.com), we put all kinds of course data together so that you don't have to.\n\n## Contents\n\n- [Contents](#contents)\n- [The beginning of CU Get Reg](#the-beginning-of-cu-get-reg)\n- [This repository](#this-repository)\n- [Contribution](#contribution)\n\u003c!-- - [Roadmap](#roadmap) --\u003e\n- [Contributors](#contributors)\n- [Contacts](#contacts)\n- [Sponsors](#sponsors)\n\n\u003cdiv id=\"beginning-of-cu-get-reg\"\u003e\u003c/div\u003e\n\n## The beginning of CU Get Reg\n\n    \"Which GenEd courses should I enroll this semester?\"\n\n    \"Will this course conflict with my other courses?\"\n\n    \"Each section of this course is taught on different days. How do I choose?\"\n\nAnd many other problems students face when planning their timetable for the semester. We, the CU Get Reg team, are no different.\n\nPicking courses and sections in each semester is a very complicated and time-consuming process. Course information is scattered, especially GenEd courses. When trying to find the right GenEd, you have to consider many factors such as course contents, available seats, and popularity. However, that information is hard to access which makes planning very difficult.\n\nWe saw this problem and built [CU Get Reg](https://cugetreg.com) to make this planning process a breeze!\n\n\u003cdiv id=\"related-repositories\"\u003e\u003c/div\u003e\n\n## This repository\n\n\u003e [!NOTE]\n\u003e This branch is for CU Get Reg V2, the version which is currently on production is V1 located in `main` and `beta` branch.\n\nThis is a monorepo repository containing almost everything of cugetreg\n\n### apps\n\n- apps/web - The main website (cugetreg.com), powered by Full Stack Framework SvelteKit\n- apps/web-e2e - E2E test for apps/web (Coming Soon)\n\n### packages\n\n- packages/config - Shared config (ESLint, Prettier, TSConfig, etc.)\n- packages/database - Database Schema and Seed Script, written in Drizzle ORM\n- packages/ui - UI components library used in CU Get Reg, built with shadcn (svelte) and TailwindCSS\n- packages/utils - Other shared utilities and types\n\n\u003cdiv id=\"contribution\"\u003e\u003c/div\u003e\n\n## Contribution\n\nCU Get Reg is open source - we welcome all developers. If you want to be a part of CU Get Reg and improve Chulalongkorn University society, you can start here!\n\n- [Explore issues](https://github.com/thinc-org/cugetreg/issues)\n\nLegacy: [Contribution Guide](https://github.com/thinc-org/cugetreg/wiki/Contribution-Guide) for detail about V1 project architecture.\n\nFor V2 please see [CONTRIBUTING.md](CONTRIBUTING.md)\n\n\u003cdiv id=\"contributors\"\u003e\u003c/div\u003e\n\n## Contributors\n\nTODO\n\n\u003cdiv id=\"contacts\"\u003e\u003c/div\u003e\n\n## Contacts\n\nYou can contact us anytime via\n\n- Facebook Page: [Thinc.](https://www.facebook.com/ThailandIncubator)\n- LinkedIn: [CU Get Reg](https://www.linkedin.com/company/cugetreg)\n- Discord: Coming soon\n- Feedback Form: (You can find it on the website navbar)\n\n\u003cdiv id=\"sponsors\"\u003e\u003c/div\u003e\n\n## Sponsors\n\n1. [Office of the Registrar - Chulalongkorn University](https://www.reg.chula.ac.th) - provides the infrastructure for CU Get Reg\n2. [General Education Center - Chulalongkorn University](https://www.gened.chula.ac.th) - provides course description for GenEd courses\n3. [Gen อย่าได้ Ed](https://www.facebook.com/genedahs) - helps promote our website and provides data on GenEd courses\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinc-org%2Fcugetreg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinc-org%2Fcugetreg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinc-org%2Fcugetreg/lists"}