{"id":29152833,"url":"https://github.com/tejaboy/smartxsite","last_synced_at":"2026-04-21T16:31:34.929Z","repository":{"id":299828686,"uuid":"1002948460","full_name":"tejaboy/SmartXSite","owner":"tejaboy","description":"Integrating Generative AI with SIT's Content Portal","archived":false,"fork":false,"pushed_at":"2025-06-22T02:57:14.000Z","size":1695,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T01:04:06.840Z","etag":null,"topics":["chrome-extension","generative-ai","study-tool"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/smartxsite/bncgadpdfckkjmlmppinnjimdgiecipc","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejaboy.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,"zenodo":null}},"created_at":"2025-06-16T11:45:35.000Z","updated_at":"2025-06-22T02:57:18.000Z","dependencies_parsed_at":"2025-06-18T14:49:17.178Z","dependency_job_id":null,"html_url":"https://github.com/tejaboy/SmartXSite","commit_stats":null,"previous_names":["tejaboy/smartxsite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tejaboy/SmartXSite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejaboy%2FSmartXSite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejaboy%2FSmartXSite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejaboy%2FSmartXSite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejaboy%2FSmartXSite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejaboy","download_url":"https://codeload.github.com/tejaboy/SmartXSite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejaboy%2FSmartXSite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262876918,"owners_count":23378140,"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":["chrome-extension","generative-ai","study-tool"],"created_at":"2025-07-01T01:03:11.759Z","updated_at":"2026-04-21T16:31:34.889Z","avatar_url":"https://github.com/tejaboy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartXSite – Your AI-Powered Study Buddy! 🧠📚\n\n**Making university life easier with AI!**  \nSmartXSite is a Chrome extension designed to empower SIT Content Portal with Generative AI.\n\n## 🌟 What It Does\n\nSmartXSite leverages AI to help you digest lecture content efficiently and securely—right from your browser.\n\n- 📖 **AI-Powered Summaries**  \n  Summarizes PDF lecture notes directly in your browser. Say goodbye to information overload!\n\n- 📝 **Auto-Generated MCQs**  \n  Automatically generates multiple-choice questions from your PDF content to test your understanding.\n\n- 🔄 **Flexible AI Options**\n  Choose between:\n  * On-Device AI (via [WebLLM](https://github.com/mlc-ai/web-llm)) for fast, private, offline processing.\n  * Gemini API for cloud-based intelligence and improved model quality (note: if you're on the Gemini Free plan, your data may be used to improve Google's models—see [Gemini Terms](https://ai.google.dev/gemini-api/terms)).\n\n- 🔒 **Privacy-First by Design**  \n  Prefer full privacy? Use the on-device option—your files never leave your computer. The choice is yours.\n\n## 📦 Files and Structure\n\n```bash\nSmartXSite/\n├── libs/                  # Contains third-party libraries like marked.min.js and webllm.js\n├── LICENSE                # SmartXSite project license\n├── background.js          # Background script for managing extension events - namely popup `summary.html`\n├── content.js             # Content script for injecting functionality (buttons etc) into pages on xSite\n├── index.html             # Default extension popup with user configrations\n├── index.js               # JS logic for index.html\n├── manifest.json          # Chrome extension manifest (MV3)\n├── quiz.css               # Stylesheet for quiz popup\n├── quiz.html              # Quiz popup HTML structure\n├── quiz.js                # Quiz popup JavaScript\n├── README.md              # This file duh!\n├── summary.css            # Styling for summary.html\n├── summary.html           # Interface for displaying summary\n├── summary.js             # Logic to interact with WebLLM and render outputs\n```\n\n## 🧑‍💻 Developer Setup\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/yourusername/smartxsite.git\n```\n\n2. Load the extension in Chrome:\n* Go to chrome://extensions/\n* Enable \"Developer Mode\"\n* Click \"Load Unpacked\"\n* Select the cloned SmartXSite/ folder\n\n3. Open a PDF and click the extension to see it in action.\n\n## 🔗 Chrome Web Store\n📥 Install the latest version from the [Chrome Web Store](https://chromewebstore.google.com/detail/smartxsite/bncgadpdfckkjmlmppinnjimdgiecipc).\n\n## 📜 Licenses\nThis project uses third-party libraries, each with its own license:\n\n`libs/marked/marked.min.js` – MIT License [[Repo](https://github.com/mlc-ai/web-llm)]\n\n`libs/webllm/webllm.js` – Apache License 2.0 [[Repo](https://github.com/markedjs/marked)]\n\nPlease refer to their respective repositories for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejaboy%2Fsmartxsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejaboy%2Fsmartxsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejaboy%2Fsmartxsite/lists"}