ViewFinderJS VS BrowserBox

Compare ViewFinderJS vs BrowserBox and see what are their differences.

ViewFinderJS

:camera: ViewFinder - Remote isolated browser API for security, automation visibility and interactivity. RBI. CBII. Remote browser isolation, embeddable BrowserView, secure chrome-as-a-service. Managed, variable bandwidth and co-browsing options available in Pro versions. Like S2, WebGap, Bromium, Authentic8, Menlo Security and Broadcom, but free and open-source. Integrated secure document viewing with CDR from https://github.com/dosyago/p2%2e [Moved to: https://github.com/i5ik/ViewFinder] (by i5ik)

BrowserBox

📷 BrowserBoxPro - The internet. But unrestricted. And secure. Remote browser isolation product, available here and in Pro for purchase on our website. [Moved to: https://github.com/dosyago/BrowserBoxPro] (by dosyago)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
ViewFinderJS BrowserBox
13 22
1,392 2,220
- -
8.0 7.8
over 2 years ago 11 months ago
JavaScript JavaScript
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ViewFinderJS

Posts with mentions or reviews of ViewFinderJS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-30.
  • Show HN: Virtualized browsers for your web app
    2 projects | news.ycombinator.com | 30 Jul 2021
  • Show HN: I'm using my last GCP free credits for an hours long co-browsing demo
    1 project | news.ycombinator.com | 20 Jul 2021
    Hey HN

    I need to kill this before the GCP credits expire (in less than 1 day). I've switched it to Stripe Test Mode, so to use it, just:

    - click the button

    - enter an email and the stripe test card number (4242 4242 4242 4242) and any future expiry and any 3 digit CVC (sorry for the confusion, it won't make sense unless you've developed with Stripe before)

    - submit the checkout form

    You'll be take to a page where you can get your browser link, then you can use that link just for you, or you can send it to other people to "co-browse". Be warned, the screen will automatically shrink to the smallest width x height connected.

    The browsers are meant to last 1 day but I will probably need to kill this demo before then as the credits expire.

    Best of luck!

    PS - Why might you use this? Co-browsing can be used to deliver live interactive training and support, to more than 1 person in real time, it can also give you visibility into your automation processes (connect to running puppeteer scripts, for example), or you can set it up as a secure remote isolated browser. It's basically a "head" for a headless browser. You can see the public version open-sourced here: https://github.com/i5ik/ViewFinderJS (without enhancements like co-browsing and variable-rate streaming) and you can write to me ([email protected]) if you're interested in deploying this either self-hosted or managed. Flexible contract, maintenance, and support options are available. See https://dosyago.com for more info (but please not the listed prices need to be updated!)

  • Fast selfhosted VPN with compression to client devices on slow networks - possible?
    2 projects | /r/selfhosted | 3 Jul 2021
    Don't expect Opera Mini crazy reduction though, they take out a lot of the page before delivering to you. https://github.com/i5ik/ViewFinderJS do render the page for you but it's not focused on compression. For extremely slow connection, brow.sh might be a better bet.
  • does anyone know self-hosted version of opera mini?
    1 project | /r/selfhosted | 8 Jun 2021
    perhaps https://github.com/i5ik/ViewFinderJS
  • Show HN: Free open-source isolated browser for security
    3 projects | news.ycombinator.com | 16 May 2021
  • JS cobrowsing demo
    1 project | /r/javascript | 8 May 2021
  • Come browse with me - Simple, private and secure cobrowsing on chrome
    1 project | /r/chrome | 8 May 2021
  • Show HN: Browse with Friends
    1 project | news.ycombinator.com | 5 May 2021
    Hello I posted this a week ago but it's iterated quite a lot since then. I don't expect much discussion I'm just sort of using posting here to keep a track of my progress and see if any of the iterations sticks with this community. I've got some ideas on use cases in terms of customer support, bug reporting or just sort of a weird thing where you can cobrowse with other people.

    I have WebRTC support but I've turned it off in favor of websockets because I find that in general the performance is better. But I'd like to play around with the sctp settings as well as experimenting with a per frame ack before we send the next frame to improve WebRTC performance because I think one of the things that's going wrong with it is it will send a lot of frames and they kind of get stuck in transit which then causes latency. if I do that I think webrtc should be able to perform better than websocket but I'm not sure.

    if you want to create your own private room rather than join this public one you can visit

    https://comebrowsewithme.com/

    Have fun, browse safe!

  • A live shared browser session
    1 project | news.ycombinator.com | 29 Apr 2021
    Hey, cool song choice! :) Sorry audio will not work on this 8002 port demo, but audio works fine if you go to https://comebrowsewithme.com create a meeting and send the invite to people. Honestly I don't know why that is. As for not knowing if anyone is watching with you, on my todo list is add a participant count. There's also a chat tab in the menu at right that I want to surface.
  • Show HN: Run puppeteer scripts from the Browser, open DevTools on remote pages
    3 projects | news.ycombinator.com | 14 Apr 2021
    2 known issues:

    - DevTools doesn't display the viewport. I'm not sure if this is due to a change in the latest Chrome to which I just updated (~90) or because I broke my serving of it by updating it. A workaround will be serving a static snapshot of the devtools front-end rather than just (simply, as I'm doing right now) pulling it out of Chrome's RDP endpoint each time. This may take some time to do.

    - DevTools doesn't seem to work on iOS (as I've tested it, Safari or Chrome).

    - There are many more issues, and a lot, but not all, of them are edge cases but they'll be fixed eventually.

    More bug reports, UI/UX tips and advice, and other feedback are very welcome! Unfortunately the whole app is not open source but some parts are open source, namely, the virtualized browser[0], and the devtools-front-end[1].

    [0]: https://github.com/i5ik/ViewFinderJS

    [1]: https://github.com/ChromeDevTools/devtools-frontend

BrowserBox

Posts with mentions or reviews of BrowserBox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-03.
  • Show HN: BrowserBoxPro – the remote browser with source code
    1 project | news.ycombinator.com | 18 May 2023
  • Show HN: Discover BrowserBox (AGPL) & Pro: Boosting RPA, Test and RBI Security
    2 projects | /r/opensource | 3 May 2023
  • Show HN: Discover BrowserBox (AGPL) & Pro: Boosting RPA, Test and RBI Security
    2 projects | news.ycombinator.com | 2 May 2023
    Hey HN! Today, we're proud to introduce BrowserBox Pro, a powerful tool for businesses seeking a secure and reliable browser automation solution for RPA, testing, and more. Our goal is to provide an exceptional product that meets your corporate needs while supporting the ongoing development of BrowserBox.

    BrowserBox Pro (Polyform): https://github.com/dosyago/BrowserBoxPro

    BrowserBox (AGPL): https://github.com/dosyago/BrowserBox

    Why choose BrowserBox Pro?

    Enhanced Security: BrowserBox Pro is built with advanced security features, providing an isolated browsing environment to protect sensitive data and ensure secure online interactions.

    Powerful Automation: Our solution simplifies RBI, RPA and testing processes, offering seamless integration with your existing workflows and saving you time and resources.

    Customization & Scalability: BrowserBox Pro is designed to be flexible and adaptable, catering to a variety of use cases and scaling effortlessly as your business grows.

    Dedicated Support: We offer comprehensive documentation and timely support, ensuring your team has the resources needed to maximize BrowserBox Pro's potential.

    Continued Innovation: By licensing BrowserBox Pro, you contribute to the ongoing development and improvement of both BrowserBox and BrowserBox Pro, ensuring a cutting-edge product that evolves with your needs.

    Open Source Commitment: We're thrilled to announce that BrowserBox is now open source under the AGPL license. This enables a strong community around the project, encourages contributions, and ensures transparency in its development. We believe in giving back to the community while offering a robust and secure solution for businesses through BrowserBox Pro.

    We invite you to explore BrowserBox Pro and experience the benefits firsthand. If you're interested in learning more or discussing licensing options, please don't hesitate to reach out to us at [email protected]

    Thank you for your interest, and we look forward to helping you revolutionize your browser automation experience!

  • Show HN: BrowserBox – do stuff with browsers that you can't normally
    1 project | /r/patient_hackernews | 8 Apr 2023
    1 project | /r/hackernews | 8 Apr 2023
    1 project | /r/hypeurls | 7 Apr 2023
    10 projects | news.ycombinator.com | 7 Apr 2023
  • Show HN: BrowserBox – embed remote browsers anywhere
    1 project | news.ycombinator.com | 24 Mar 2023
  • I still use Flash in 2022
    15 projects | news.ycombinator.com | 21 Dec 2022
    I recently used Ruffle [2] to get some Flash applications [0] working in the Pro version of my web browser [1], which is specifically designed to be remotely accessible and embeddable in an iframe. To run Ruffle on pages that require it, I utilize the Chrome Remote Debugging Protocol [3], similar to how a Chrome extension content script operates. Ruffle itself relies on WebAssembly and runs smoothly. It's been exciting to see the audio and video functionality of these old games restored and being able to play them again.

    -

    [0]: https://github.com/ruffle-rs/ruffle/wiki/Test-SWFs

    [1]: https://github.com/crisdosyago/BrowserBox#bb-pro-vs-regular-...

    [2]: https://github.com/ruffle-rs/ruffle

    [3]: https://chromedevtools.github.io/devtools-protocol/tot/

  • Show HN: Embed a snow effect on your website
    2 projects | news.ycombinator.com | 12 Dec 2022

What are some alternatives?

When comparing ViewFinderJS and BrowserBox you can also consider the following projects:

browservice - Browservice: Browse the modern web on historical browsers

neko - A self hosted virtual browser that runs in docker and uses WebRTC.

headless-recorder - Chrome extension that records your browser interactions and generates a Playwright or Puppeteer script.

Viewfinder - 📷 BrowserBox - Remote isolated browser API for security, automation visibility and interactivity. Run on our cloud, or bring your own. Full scope double reverse web proxy with multi-tab, mobile-ready browser UI frontend. Plus co-browsing, advanced adaptive streaming, secure document viewing and more! But only in the Pro version. Get BB today! Secure your document needs and internet, today! [Moved to: https://github.com/crisdosyago/BrowserBox]

workspaces-core-images

jsafer - A simple JS source code obfuscator/minifier that doesn't hurt consistency or speed.

qubes-app-split-browser - Tor Browser (or Firefox) in a Qubes OS disposable, with persistent bookmarks and login credentials

devtools-frontend - The Chrome DevTools UI

HiddenVM - HiddenVM — Use any desktop OS without leaving a trace.

jQuery-File-Upload - File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.

infra - 99.8% less leaked credentials