1作者: tomkit28 天前原帖
I forked Chromium and went through the plumbing to embed a ReactJS&#x2F;NextJS web app in its Side Panel like OpenAI&#x27;s Atlas browser and Perplexity&#x27;s Comet browser.<p>The Side Panel has access to the browser&#x27;s DOM which you can pass as context to LLMs in your web app. Supports hot reloading for faster development.<p>Hopefully this is helpful for web devs who haven&#x27;t, or don&#x27;t want to, touch C++ and Chromium, but want to build a native AI experience into browsers.