[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71330":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":32,"readmeContent":33,"aiSummary":34,"trendingCount":16,"starSnapshotCount":16,"syncStatus":35,"lastSyncTime":36,"discoverSource":37},71330,"page-assist","n4ze3m\u002Fpage-assist","n4ze3m","Use your locally running AI models to assist you in your web browsing","https:\u002F\u002Fchromewebstore.google.com\u002Fdetail\u002Fpage-assist-a-web-ui-for\u002Fjfgfiigpkhlkbnfnbobbkinehhfdhndo",null,"TypeScript",7977,756,54,334,0,5,18,80,15,39.64,"MIT License",false,"main",true,[27,28,29,30,31],"chat-application","chrome-extension","localllm","ollama","open-source","2026-06-12 02:02:50","\u003Cp align=\"center\">\n    \u003Ch1 align=\"center\">Page Assist\u003C\u002Fh1>\n\u003C\u002Fp>\n\n\n\u003Cp align=\"center\">\n\u003Ca href=\"https:\u002F\u002Fdiscord.gg\u002Fbu54382uBd\" aria-label=\"Join dialoqbase #welcome\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdiscord-join%20chat-blue.svg\" alt=\"Join dialoqbase #welcome\">\u003C\u002Fa>  \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fpage_assist\" aria-label=\"Follow @page_assist on Twitter\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002Fpage_assist?style=social\" alt=\"Follow @page_assist on Twitter\">\u003C\u002Fa> \n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n    \u003Ca href=\"https:\u002F\u002Fdocs.pageassist.xyz\">\n        Documentation\n    \u003C\u002Fa>\n\n\u003C\u002Fp>\n\n\nPage Assist is an open-source browser extension that provides a sidebar and web UI for your local AI model. It allows you to interact with your model from any webpage.\n\n## Installation\n\nPage Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.\n\n[![Chrome Web Store](https:\u002F\u002Fpub-35424b4473484be483c0afa08c69e7da.r2.dev\u002FUV4C4ybeBTsZt43U4xis.png)](https:\u002F\u002Fchromewebstore.google.com\u002Fdetail\u002Fpage-assist\u002Fjfgfiigpkhlkbnfnbobbkinehhfdhndo)\n[![Firefox Add-on](https:\u002F\u002Fpub-35424b4473484be483c0afa08c69e7da.r2.dev\u002Fget-the-addon.png)](https:\u002F\u002Faddons.mozilla.org\u002Ffirefox\u002Faddon\u002Fpage-assist\u002F)\n[![Edge Add-on](https:\u002F\u002Fpub-35424b4473484be483c0afa08c69e7da.r2.dev\u002Fedge-addon.png)](https:\u002F\u002Fmicrosoftedge.microsoft.com\u002Faddons\u002Fdetail\u002Fpage-assist-a-web-ui-fo\u002Fogkogooadflifpmmidmhjedogicnhooa)\n\nCheckout the Demo (v1.0.0):\n\n\u003Cdiv align=\"center\">\n\n[![Page Assist Demo](https:\u002F\u002Fimg.youtube.com\u002Fvi\u002F8VTjlLGXA4s\u002F0.jpg)](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=8VTjlLGXA4s)\n\n\u003C\u002Fdiv>\n\n## Features\n\n- **Sidebar**: A sidebar that can be opened on any webpage. It allows you to interact with your model and see the results.\n\n- **Web UI**: A web UI that allows you to interact with your model like a ChatGPT Website.\n\n- **Chat With Webpage**: You can chat with the webpage and ask questions about the content.\n\nwant more features? Create an issue and let me know.\n\n### Manual Installation\n\n#### Pre-requisites\n\n- Bun - [Installation Guide](https:\u002F\u002Fbun.sh\u002F)\n- Ollama (Local AI Provider) - [Installation Guide](https:\u002F\u002Follama.com)\n- Any OpenAI API Compatible Endpoint (like LM Studio, llamafile etc.)\n\n1. Clone the repository\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fn4ze3m\u002Fpage-assist.git\ncd page-assist\n```\n\n2. Install the dependencies\n\n```bash\nbun install\n```\n\n3. Build the extension (by default it will build for Chrome, Edge and Firefox)\n\n```bash\nbun run build\n```\n\n_Note: If you face any issues with Bun, use `npm` instead of `bun`._\n\n4. Load the extension (chrome)\n\n- Open the Extension Management page by navigating to `chrome:\u002F\u002Fextensions`.\n\n- Enable Developer Mode by clicking the toggle switch next to Developer mode.\n\n- Click the `Load unpacked` button and select the `build` directory.\n\n5. Load the extension (firefox)\n\n- Open the Add-ons page by navigating to `about:addons`.\n- Click the `Extensions` tab.\n- Click the `Manage Your Extensions` button.\n- Click the `Load Temporary Add-on` button and select the `manifest.json` file from the `build` directory.\n\n## Usage\n\n### Sidebar\n\nOnce the extension is installed, you can open the sidebar via context menu or keyboard shortcut.\n\nDefault Keyboard Shortcut: `Ctrl+Shift+Y`\n\n### Web UI\n\nYou can open the Web UI by clicking on the extension icon which will open a new tab with the Web UI.\n\nDefault Keyboard Shortcut: `Ctrl+Shift+L`\n\nNote: You can change the keyboard shortcuts from the extension settings on the Chrome Extension Management page.\n\n## Keyboard Shortcuts\n\nPage Assist supports various keyboard shortcuts to enhance your productivity:\n\n### Extension Shortcuts\n\n| Action | Shortcut | Description |\n|--------|----------|-------------|\n| Open Sidebar | `Ctrl+Shift+Y` | Opens the sidebar on any webpage |\n| Open Web UI | `Ctrl+Shift+L` | Opens the Web UI in a new tab |\n\n**Note**: You can customize extension shortcuts from your browser's extension management page .\n\n### Application Shortcuts\n\n| Action | Shortcut | Description |\n|--------|----------|-------------|\n| New Chat | `Ctrl+Shift+O` | Starts a new chat conversation |\n| Toggle Sidebar | `Ctrl+B` | Opens\u002Fcloses the chat history sidebar |\n| Focus Textarea | `Shift+Esc` | Focuses the message input field |\n| Toggle Chat Mode | `Ctrl+E` | Toggles between normal chat and chat with current page |\n\n\n\n## Development\n\nYou can run the extension in development mode to make changes and test them.\n\n```bash\nbun dev\n```\n\nThis will start a development server and watch for changes in the source files. You can load the extension in your browser and test the changes.\n\n## Browser Support\n\n| Browser     | Sidebar | Chat With Webpage | Web UI |\n| ----------- | ------- | ----------------- | ------ |\n| Chrome      | ✅      | ✅                | ✅     |\n| Brave       | ✅      | ✅                | ✅     |\n| Firefox     | ✅      | ✅                | ✅     |\n| Vivaldi     | ✅      | ✅                | ✅     |\n| Edge        | ✅      | ✅                | ✅     |\n| LibreWolf   | ✅      | ✅                | ✅     |\n| Zen Browser | ✅      | ✅                | ✅     |\n| Opera       | ❌      | ❌                | ✅     |\n| Arc         | ❌      | ❌                | ✅     |\n\n## Local AI Provider\n\n- [Ollama](https:\u002F\u002Fgithub.com\u002Follama\u002Follama)\n\n- Chrome AI (Gemini Nano)\n\n- OpenAI API Compatible endpoints (like LM Studio, llamafile etc.)\n\n## Roadmap\n\n- [x] Firefox Support\n- [x] More Local AI Providers\n- [ ] More Customization Options\n- [ ] Better UI\u002FUX\n\n## Privacy\n\nPage Assist does not collect any personal data. The only time the extension communicates with the server is when you are using the share feature, which can be disabled from the settings.\n\nAll the data is stored locally in the browser storage. You can view the source code and verify it yourself.\n\nYou learn more about the privacy policy [here](PRIVACY.md).\n\n## Contributing\n\nContributions are welcome. If you have any feature requests, bug reports, or questions, feel free to create an issue.\n\n## Support\n\nIf you like the project and want to support it, you can buy me a coffee. It will help me to keep working on the project.\n\n\u003Ca href='https:\u002F\u002Fko-fi.com\u002FM4M3EMCLL' target='_blank'>\u003Cimg height='36' style='border:0px;height:36px;' src='https:\u002F\u002Fstorage.ko-fi.com\u002Fcdn\u002Fkofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' \u002F>\u003C\u002Fa>\n\nor you can sponsor me on GitHub.\n\n## Blogs and Videos About Page Assist\n\nThis are some of the blogs and videos about Page Assist. If you have written a blog or made a video about Page Assist, feel free to create a PR and add it here.\n\n- [OllamaをChromeAddonのPage Assistで簡単操作](https:\u002F\u002Fnote.com\u002Flucas_san\u002Fn\u002Fnf00d01a02c3a) by [LucasChatGPT](https:\u002F\u002Ftwitter.com\u002FLucasChatGPT)\n\n- [This Chrome Extension Surprised Me](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=IvLTlDy9G8c) by [Matt Williams](https:\u002F\u002Fwww.youtube.com\u002F@technovangelist)\n\n- [Ollama With 1 Click](https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=61uN5jtj2wo) by [Yaron Been From EcomXFactor](https:\u002F\u002Fwww.youtube.com\u002F@ecomxfactor-YaronBeen)\n\n- [Page Assist 介绍合集](https:\u002F\u002Fmp.weixin.qq.com\u002Fmp\u002Fappmsgalbum?__biz=Mzk2NDUxNDQ3Nw==&action=getalbum&album_id=3845692786608553984#wechat_redirect) by 百工智用公众号\n\n\n- [Eine KI auf dem eigenen Rechner laufen lassen, 10 Minuten Installation](https:\u002F\u002Fwww.johannesholstein.de\u002FgsCMS\u002Findex.php?id=sonstige-video-tutorials) by [Johannes Holstein](https:\u002F\u002Fwww.johannesholstein.de)\n\n## License\n\nMIT\n\n## Last but not least\n\nMade in [Alappuzha](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FAlappuzha) with ❤️\n","Page Assist 是一个开源浏览器扩展，旨在通过侧边栏和网页界面让你在浏览网页时能够与本地运行的AI模型进行交互。其核心功能包括可从任意网页打开的侧边栏、类似ChatGPT网站的网页界面以及与网页内容相关的聊天功能，支持用户基于页面内容提问。项目采用TypeScript编写，兼容Chromium内核的浏览器如Chrome、Brave、Edge及Firefox。适合需要利用本地AI模型辅助阅读理解、信息检索或生成文本等场景的用户使用。",2,"2026-06-11 03:37:11","high_star"]