{"id":22561564,"url":"https://github.com/keminghe/buckeye-gpt","last_synced_at":"2025-04-09T21:02:17.403Z","repository":{"id":266926799,"uuid":"899767111","full_name":"KemingHe/buckeye-gpt","owner":"KemingHe","description":"An independent AI chatbot making advanced language models freely accessible to Ohio State students","archived":false,"fork":false,"pushed_at":"2025-04-06T01:21:51.000Z","size":5947,"stargazers_count":3,"open_issues_count":49,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:02:06.807Z","etag":null,"topics":["langchain","nextjs","stack-auth","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://buckeye.chat","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KemingHe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12-07T01:08:59.000Z","updated_at":"2025-04-06T01:21:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"5406a313-2aaf-4f6b-97f2-04ea76ac9a5c","html_url":"https://github.com/KemingHe/buckeye-gpt","commit_stats":null,"previous_names":["keminghe/buckeye-gpt"],"tags_count":0,"template":true,"template_full_name":"KemingHe/the-buckeye-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KemingHe%2Fbuckeye-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KemingHe%2Fbuckeye-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KemingHe%2Fbuckeye-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KemingHe%2Fbuckeye-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KemingHe","download_url":"https://codeload.github.com/KemingHe/buckeye-gpt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111871,"owners_count":21049577,"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":["langchain","nextjs","stack-auth","tailwindcss","typescript"],"created_at":"2024-12-07T22:07:56.740Z","updated_at":"2025-04-09T21:02:17.204Z","avatar_url":"https://github.com/KemingHe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buckeye GPT\n\n![Buckeye GPT is an independent AI chatbot making advanced language models freely accessible to Ohio State students](https://socialify.git.ci/KemingHe/buckeye-gpt/png?description=1\u0026forks=1\u0026issues=1\u0026language=1\u0026logo=https%3A%2F%2Fgithub.com%2FKemingHe%2Fbuckeye-gpt%2Fblob%2Fmain%2Fpublic%2Fimages%2Ftransparent-buckeye-gpt-icon-512x512px.png%3Fraw%3Dtrue\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026pulls=1\u0026stargazers=1\u0026theme=Light)\n\n[![GitHub License](https://img.shields.io/github/license/KemingHe/buckeye-gpt?label=License)](https://github.com/KemingHe/buckeye-gpt/blob/main/LICENSE)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fbuckeye.chat\u0026up_message=online\u0026down_message=down\u0026label=Buckeye%20GPT)](https://buckeye.chat)\n\n## Overview\n\nAs an Ohio State student, I built Buckeye GPT to solve a simple problem - advanced AI chatbots are expensive. This production-grade platform provides my fellow classmates free access to the latest language models, the same ones that typically cost $20/month. While NOT affiliated with Ohio State officials, this personal project represents my commitment to both technical excellence and AI equity.\n\n## Why Use Buckeye GPT?\n\nBuilt with the community in mind, the platform offers:\n\n- 🆓 **Free Access**: The same advanced AI models you'd pay $20/month for elsewhere\n- 🔒 **Privacy First**: Your data stays protected, with transparent security measures\n- 🎓 **Student Focus**: Features built around real academic needs and workflows\n- ⚡ **Reliability**: Production-quality infrastructure for consistent performance\n\n## Development Quick Start\n\n\u003e [!IMPORTANT]  \n\u003e Buckeye GPT is currently in pre-1.0 development. While the platform is stable for end users, the codebase is undergoing significant architectural changes. Public contributions will be welcomed after v1.0.0 release.\n\u003e\n\u003e **Current Status:**\n\u003e\n\u003e - ✅ Production-ready for users at buckeye.chat\n\u003e - 🚧 Architecture refactoring in progress\n\u003e - ⏳ Public contribution guidelines coming in v1.0.0\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) 22.x\n- [pnpm](https://pnpm.io/) package manager\n\n### Setup\n\n1. Fork Buckeye GPT and clone it to your local environment:\n\n```shell\ngit clone https://github.com/your-gh-username/your-fork-of-buckeye-gpt.git\ncd your-fork-of-buckeye-gpt\n```\n\n2. Install dependencies\n\n```shell\npnpm install\n```\n\n3. Coming soon...\n\n\n## Changelog Management\n\nThis project uses changesets for version and changelog management:\n\n- pre-v0.14.0: Generated via release-it (see CHANGELOG.legacy.md)\n- v0.14.0 onwards: Generated via changesets\n\nTo add a changelog entry:\n\n1. Run `pnpm changeset`\n2. Follow the prompts, describe your patch/minor/major changes\n3. Commit and push the generated `.changeset/unique-name.md` file\n4. Get your commit reviewed and merged to `main` through a pull request\n5. Changesets GitHub automation will update the version based on your commit\n\n## License\n\nThis project is licensed under the AGPL-3.0 License - see the [LICENSE](https://github.com/KemingHe/buckeye-gpt/blob/main/LICENSE) file for details.\n\nHere's a quick breakdown of what you CAN do:\n\n- Modify the software\n- Distribute the software\n- Use this software for any purpose\n\nHowever, you **MUST**:\n\n- Include the original license\n- State changes you made to the code\n- Make your modifications available under the same license\n- Make the source code available when you distribute the software\n\nCopyright 2024-2025 [Keming He](https://linkedin.com/in/keminghe). All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeminghe%2Fbuckeye-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeminghe%2Fbuckeye-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeminghe%2Fbuckeye-gpt/lists"}