Launching today

Banquish β Make the web your workspace
Clip living pieces of the web onto one canvas
57 followers
Clip living pieces of the web onto one canvas
57 followers
Banquish is a Mac app that turns any website into a workspace. Pull the pieces you need onto one canvas, keep them live, and let an agent run the errands.




Banquish β Make the web your workspace
Banquish β Make the web your workspace
@thys_beesmanΒ Great questions β this is the part I'm most careful about.
The key design decision: the agent acts as you, inside your own session, not as a separate bot. It's not a headless browser or a cloud automation context β it's the same live WebView you're using and watching, so it carries your real cookies, your login, your device fingerprint, and your own IP. There's no fresh datacenter profile, which is usually the thing that gets flagged as "automated traffic" in the first place.
Congrats to the launch! Rebuilding the web interface around personal workflows instead of forced tab structures is a huge advantage. Honestly, I can see this easily replacing half of my daily open browser windows.
Quick question on the workspace layout dynamics: Can you group or link interactions between different live panels (e.g., clicking a link or triggering an action in Panel A automatically updates or context-syncs Panel B), or is each panel strictly running in its own isolated WebView for now?
Banquish β Make the web your workspace
@hanneshΒ Thank you β "replacing half your open windows" is exactly the outcome I'm going for
On the layout dynamics: both are true, by design. Each panel is its own live WebView with its own session (so a logged-in dashboard and a public page stay properly isolated) β but they're not siloed. You can link them with Flows: pull a value out of Panel A, and use it to drive Panel B β navigate it to a new URL built from that value, or run a click/type action in it. So "grab the order ID from this panel β search for it in that one," or "take the address here β route it over there," becomes one repeatable step instead of manual copy-paste between tabs.
"living pieces of the web" is the right way to describe this - most clipping tools just take a screenshot and the source page might as well not exist anymore. does a clipped piece keep updating live if the original page changes, or is it more of a snapshot that you'd have to manually re-clip later to refresh?
Banquish β Make the web your workspace
@omri_ben_shoham1Β Exactly that's the whole reason I built it this way. A Banquish clip isn't a screenshot. it's the real, live page, just masked down to the piece you picked. The scripts, event handlers, and your logged-in session all stay intact and running.
So if the source updates β a live dashboard, a feed, a stock ticker, a doc someone else is editing β your clipped panel updates right along with it, in real time. You never re-clip to refresh. It's still fully interactive too: scroll it, click into it, type in it.
The one time you'd re-pick is if the site itself gets restructured (a redesign that moves or removes the element you anchored to) β Banquish flags that with a staleness badge and helps you re-anchor in a couple of clicks. But that's a rare structural change, not something you do to keep content fresh.
the "same live session as you, not a separate bot" design is clever for the automated-traffic problem, but it cuts the other way too - if the agent misreads a page and clicks the wrong thing, it's using your real logged-in session to do it. is there a confirm step before anything irreversible (a purchase, a send, a delete), or does "let an agent run the errands" mean it can go all the way through on its own once you kick it off?
Banquish β Make the web your workspace
@galdayanThatβs exactly the right concern. The agent acts in the same live session as you, so we donβt treat safety as something the model should βfigure outβ on its own.
Banquish has deterministic gates before actions: targets are classified, and sensitive actions like form submissions, password fields, payment fields, purchases, sends, and deletes can require an explicit confirmation before the agent continues.
today that confirmation is a setting, and it isn't on by default
Where's the support section? I am having issues getting this to work. Ty
Banquish β Make the web your workspace
@andrea_jSorry you're hitting a snag, and thank you for flagging it! I'll get you sorted.
The fastest way is to email me directly at support@banquish.space β I read these myself and reply quickly.
To help me pin it down, whenever you get a sec: what happens exactly (a screenshot or the error is perfect), and roughly what step you're on β installing, first launch, capturing your first panel? i'll take it from there
Love this kind of app. Will there ever be a way to synch somehow or make local? On mac and android?
Banquish β Make the web your workspace
@andrea_jThank you π Two honest answers:
Local: it already is. Your spaces, panels, and layouts are stored locally on your Mac β the only thing that touches the cloud is your account/billing and the AI agent relay. Your workspace itself never leaves your machine.
Sync: not yet, but it's my obvious next step. Because a workspace is already a self-contained local document, syncing it across your own devices (ideally end-to-end encrypted, so I never see the contents) is very much the direction I want to go.
Mac + Android: Mac is home first. I'll be straight with you β the rendering engine is built deep on Apple's WebKit, so Android isn't a quick port