Full Web Access with Proxy to bypass Iframe Blockers on Major Sites #480
Replies: 1 comment
-
Thank you very much! Funny you mention AI as I have been adding a lot of AI features recently. I do have parts of VS Code (Monaco Editor & XTerm.js) already running on my site, so the main missing thing is putting it together into an IDE. There are also a few other ways to run VS Code in the browser, but I like the DIY version personally. VNC is something I am considering, there are also Wayland compositors such as https://github.com/udevbe/greenfield. Indeed CORS makes the iframe/Browser app harder, but I do not currently desire to hardcode any kind of proxy in. I am thinking of eventually making something to allow proxying or special access for that iframe. Thanks for the suggestions and support! |
Beta Was this translation helpful? Give feedback.
-
Brett,
THIS. IS. THE. BEST. EFFING. WEBSITE. DEMO. ON. THE. ENTIRE. INTERNET.
Do not stop improving this, it has huge potential as AI workspace of the future that you login to from mobile, laptop anywhere. I want to combine this with Claude AI computer use automation
Suggestion: add vscode in a browser from coder.com and also add the option for a linux server backend that user has to specify the ssh login, then it will run the needed setup for persistent data and full linux system emulation to install any app then pipe its xvfb virtual frames into canvas with NoVNC.
Full Web Access: major sites like nyt.com block iframing but I have developed solution just for this. Code: https://github.com/vtempest/ai-research-agent/tree/master/src/crawler Demo Setup this proxy and pipe it thru this virtual browser which strips anti-bot, also rewrite the href so all links are proxied.
Lets keep working on this together!
Beta Was this translation helpful? Give feedback.
All reactions