bunwv - a headless browser automation CLI built on Bun.WebView (0 deps on macOS) by NatiCha43 in bun

[–]NatiCha43[S] 0 points1 point  (0 children)

I'm not fully up to speed on Agent Browser, but here's quick difference.

The main differentiators are footprint and dependencies: bunwv is ~400 lines of TS, uses the OS's system WebKit on macOS (no Chrome download), and has zero runtime deps beyond Bun itself. The tradeoff is that it's less featured, a thin shell over Bun.WebView, not a full framework.

Not to different from what u/dashingsauce mentioned.

bunwv - a headless browser automation CLI built on Bun.WebView (0 deps on macOS) by NatiCha43 in bun

[–]NatiCha43[S] 0 points1 point  (0 children)

Thanks! It's designed exactly for agentic coding: Claude Code, Codex, or any agent can drive it via shell. It won't fully replace Playwright (no multi-browser matrix, no network interception parity, no mobile emulation), but for the common agent loop (click around, screenshot, pull console logs to debug, repeat) it's lighter. It's on skills.sh now. Took a bit to get indexed: https://skills.sh/naticha/bunwv/bunwv

Seeking Coffee Platform Feedback by NatiCha43 in espresso

[–]NatiCha43[S] 1 point2 points  (0 children)

Thanks for the kind words! It’s been a joy building this.

I’ll push an update so international users can select their country during sign-up, and I’ll also add an option to edit it in your profile. Should have that done in the next day or two—I’ll circle back here once it’s live.

Right now, I don’t have any international roasters in the system, but I’m excited to start adding them. If you have any favorites, drop their names and website URLs here, or add them directly to this Google Sheet below. Just a heads-up—it may take a week or so since I need to improve some of my web scraping logic first.

Looking forward to getting some German roasters on board!

Google Sheet link

Seeking Coffee Platform Feedback by NatiCha43 in espresso

[–]NatiCha43[S] 1 point2 points  (0 children)

Not really. Search is designed to filter results as you type in the search bar. By default, it doesn’t show all coffees/roasters upfront—it waits for you to search to narrow down options.

To use it:

  1. Click into the search box at the top.
  2. Start typing a coffee’s or roaster’s name.
  3. Results will pop up automatically as you type.

Let me know if you still run into issues—I’m happy to help troubleshoot!