{"id":25126122,"url":"https://github.com/classroomio/assignGPT","last_synced_at":"2025-04-02T18:42:57.948Z","repository":{"id":275666821,"uuid":"926266389","full_name":"classroomio/assignGPT","owner":"classroomio","description":"An AI-powered quiz generator built with Next.js, Vercel AI SDK, Generative UI, OpenAI api, Supabase, and shadcn/ui.","archived":false,"fork":false,"pushed_at":"2025-02-19T08:26:54.000Z","size":685,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T09:28:15.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://assign-gpt.vercel.app","language":"TypeScript","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/classroomio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-02-02T23:23:22.000Z","updated_at":"2025-02-19T08:26:58.000Z","dependencies_parsed_at":"2025-02-03T23:24:45.161Z","dependency_job_id":"67ad1bb6-10f6-47c7-b2d0-217b5b94fd1a","html_url":"https://github.com/classroomio/assignGPT","commit_stats":null,"previous_names":["chifez/assigngpt","classroomio/assigngpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classroomio%2FassignGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classroomio%2FassignGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classroomio%2FassignGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/classroomio%2FassignGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/classroomio","download_url":"https://codeload.github.com/classroomio/assignGPT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246871283,"owners_count":20847456,"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":[],"created_at":"2025-02-08T09:18:03.015Z","updated_at":"2025-04-02T18:42:57.943Z","avatar_url":"https://github.com/classroomio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **QuizmeGPT** 🎓✨\n\n_A ChatGPT-powered quiz generator built with Next.js, Vercel AI SDK, Generative UI, Supabase, and shadcn/ui._\n\n![QuizmeGPT Banner](https://github.com/user-attachments/assets/fb80b023-b4a8-42cb-a05d-1d97eb8a95b9) \u003c!-- Optional: Add a banner image --\u003e\n\n## 🚀 **Live Demo**\n\n[🔗 Click here to try QuizmeGPT](https://assign-gpt.vercel.app/)\n\n---\n\n## 📌 **Overview**\n\nQuizmeGPT is an AI-powered quiz generator designed to help users create quizzes effortlessly. Whether for education, training, or just for fun, QuizmeGPT allows users to generate quizzes dynamically using AI.\n\n🔹 **Instant quiz generation** using AI  \n🔹 **Customizable quiz topics**  \n🔹 **Multiple-choice \u0026 open-ended questions**  \n🔹 **User-friendly interface with shadcn/ui**  \n🔹 **Built for speed \u0026 scalability with Next.js \u0026 Supabase**\n\n---\n\n## ⚡ **Tech Stack**\n\n- **Next.js** – Full-stack React framework\n- **Vercel AI SDK + Generative UI** – AI-powered chat \u0026 UI components\n- **Supabase** – Backend database \u0026 authentication\n- **shadcn/ui** – Elegant UI components\n\n---\n\n## 📸 **Screenshots**\n\n\u003c!-- Replace with actual screenshots --\u003e\n\n| Quiz Generation                                                                                   | Quiz View                                                                                       | Result Page                                                                                 |\n| ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |\n| ![Quiz Creation](https://github.com/user-attachments/assets/b69391da-b89d-49f0-969c-b4651aa98ee9) | ![Quiz Taking](https://github.com/user-attachments/assets/bb4d9439-9f26-42a9-99c5-8a32b1ae63d2) | ![Results](https://github.com/user-attachments/assets/c7f5b29c-d97b-4424-83c0-f476a389b726) |\n\n---\n\n## 🛠️ **Installation \u0026 Setup**\n\nClone the repo and install dependencies:\n\n```bash\ngit clone https://github.com/yourusername/QuizmeGPT.git\ncd QuizmeGPT\nnpm install  # or pnpm install / yarn install\n```\n\nTo work in development you need supabase cli and and docker installed\n\n**Install supabase cli**\n\n```bash\nnpm install -g supabase-cli\n```\n\nThen start supabase\n\n```\nsupabase start\n```\n\nCreate a **.env.local** file and add the following environment variables:\n\n```env\nOPENAI_API_KEY=\nNEXT_PUBLIC_SUPABASE_URL=\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\nNEXT_PUBLIC_URL=\nSUPABASE_DB_PASSWORD=\nSUPABASE_ACCESS_TOKEN=\n# to use Oauth\nSUPABASE_AUTH_EXTERNAL_GOOGLE_SECRET=\nSUPABASE_AUTH_GOOGLE_CLIENT_ID=\n```\n\nRun the development server:\n\n```bash\nnpm run dev # or yarn dev\n```\n\n---\n\n## 🎯 **Features**\n\n✅ AI-generated quizzes  \n✅ Save and manage quizzes in Supabase  \n✅ User authentication (Supabase Auth)  \n✅ Responsive UI with shadcn/ui  \n✅ Seamless AI interaction with Vercel AI SDK\n\n---\n\n## 🙌 **Contributing**\n\nWe welcome contributions! Feel free to open an issue or submit a pull request.\n\n1. **Fork the repo**\n2. **Create a new branch**: `git checkout -b feature-branch`\n3. **Commit changes**: `git commit -m \"Added new feature\"`\n4. **Push to GitHub**: `git push origin feature-branch`\n5. **Create a pull request**\n\n---\n\n## 📄 **License**\n\nThis project is licensed under the **MIT License**.\n\n---\n\n## ⭐ **Support the Project**\n\nIf you like **QuizmeGPT**, give this repo a ⭐ and share it with others!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassroomio%2FassignGPT","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclassroomio%2FassignGPT","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclassroomio%2FassignGPT/lists"}