This was a little hack I built over the weekend to learn full stack Remix development.<p>The idea was just to create something like retool, but with iframes of different widgets across the internet.<p>Heres the one I made for myself: <a href="https://reframe.canine.sh/czhu12" rel="nofollow">https://reframe.canine.sh/czhu12</a><p>I have it set up so that any new tab I create goes straight there.<p>One challenge is that most common sites don't like being iframed (guessing for security reasons), so they disable it.<p>I played around with using a proxy endpoint to fetch links that block iframing, rewrite all internal URL's, and add the ALLOW_IFRAME header, but only really got a proof of concept so far, so thats not available yet. I'm not sure it would be a good experience anyways.<p>I thought this could be fun / useful to others, I'm willing to iterate on this a few more times before I call it "done", so if anyone has any interesting ideas, I'm all ears!