Software Alternatives, Accelerators & Startups

Browsersync

Browsersync makes your tweaking and testing faster by synchronising file changes and interactions...

Browsersync

Browsersync Reviews and Details

This page is designed to help you find out whether Browsersync is good and if it is the right choice for you.

Screenshots and images

  • Browsersync Landing page
    Landing page //
    2021-09-22

Features & Specs

  1. Live Reloading

    Browsersync automatically refreshes your browser whenever you make changes to your files, saving time and reducing the manual effort required for refreshing the page.

  2. Cross-Browser Testing

    It allows for synchronized testing across multiple browsers and devices, ensuring consistency and compatibility of web applications in different environments.

  3. Easy Setup

    Browsersync is relatively easy to set up with extensive documentation and a range of configuration options that make it adaptable to different workflows.

  4. CSS Injection

    Changes to CSS files can be injected into the browser without a full page reload, speeding up the development process by reducing wait times.

  5. URL Syncing

    Synchronizes interactions such as clicks, scrolls, and forms across multiple devices, which is helpful for testing and demonstrating application functionality.

Badges

Promote Browsersync. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Browsersync Tutorial for Beginners

Browser Live Reload while Coding with Browsersync

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Browsersync and what they use it for.
  • Show HN: Wd-40, a static webserver with automatic hot-reloads
    I thought the name was inspired by a cheap, easily available lubricant that comes in handy for every home. I've tried many simple servers for experimenting with simple static websites (HTML, CSS, JS). I'm currently settled on LiveReload[1] and BrowserSync[2]. LiveReload attaches to other tooling and is more straightforward, while Brower-Sync when looking across a few multiple browsers (out of habit). I'm not... - Source: Hacker News / almost 2 years ago
  • Eleventy vs. Next.js for static site generation
    Eleventy offers a great developer experience. For example, it includes an inbuilt --serve flag that uses Browsersync to enable serving the site locally and with hot reload upon file changes. This is a huge convenience. Another distinctive feature is its capability to choose from and combine up to ten different templating languages, such as JavaScript, Haml, Pug, Liquid, and more. - Source: dev.to / over 2 years ago
  • Deno 1.38: HTML doc generator and HMR
    I was looking for something like HMR for client side reloading a little while ago (HTML, CSS, etc), and ended up with just using the CLI of Browsersync[1] with a barebones config. It works, but feels shoehorned and wonky. It would be nice to do this with something native to Deno, which this HMR implementation seems to enable! 1. https://browsersync.io/. - Source: Hacker News / over 2 years ago
  • Materio Open Source Bootstrap 5 HTML Admin Template Is Here...!!๐Ÿคฉ
    4.Now, that you are ready to run npm tasks, the below command will start the server and watch the code using browsersync. Open http://localhost:3000/ to check your development ๐Ÿš€. - Source: dev.to / almost 3 years ago
  • Simulate your website across many devices all in the same browser tab! Proof of concept for a micro saas I'm building in public :)
    I use browsersync to do this with an actual device. It's worth trying out if you haven't already. Source: over 3 years ago
  • Email frameworks comparison in 2023
    Maizzle creates a Browsersync local instance and serves our templates in HTML form. Development in that form is okayish. +0,5 point. - Source: dev.to / over 3 years ago
  • Micro Frontends for Java Microservices
    In the gateway app, run npm start. This command will run the UI on a web server, open a browser window to http://localhost:9000, and use Browsersync to keep your browser in sync with your code. - Source: dev.to / over 3 years ago
  • WordPress Theme development: The new CSS code I'm writing not being applied
    Personally I use https://browsersync.io/ - but you do need to have node.js installed. There are plenty of others if you look. Source: over 3 years ago
  • Name of the tools that front end develpers use
    Depends, really. Next / Nuxt or other frontend frameworks will have some sort of built in, hot-refreshing dev server. Or perhaps you're looking for Browsersync? Source: over 3 years ago
  • The built-in Responsive Design browser tool (iPhone 7) layout looks different to the layout on my actual iPhone 7. Can someone help to point me in how I can test accurately on my laptop for iPhone 7 and other displays?
    Have you looked into BrowserSync? I bought a used iPhone that stays in a mount on my desk and updates along with the other browsers I'm testing on my desktop simultaneously. Makes catching and fixing little CSS and responsive issues much easier. Source: almost 4 years ago
  • WorldWideWeb.app
    Vite will add live reloading to HTML it serves: https://vitejs.dev/ It even goes further with some supported frameworks and will do hot module replacement which is like live reloading but doesn't even reload the full page and just injects the changed components in the page (faster more instant updates). If vite seems a little too complex browsersync will do nice life reloading for all HTML it serves too:... - Source: Hacker News / about 4 years ago
  • Is there a tool, to display all your responsive viewports on one screen?
    Another option is using BrowserSync along with multiple Chrome / Firefox / Edge / Whatever supported browser windows open. Source: about 4 years ago
  • What tool or library do you wish existed? What would make your work easier if it existed?
    I just took a cursory look at https://browsersync.io/ (assuming that's the tool you mentioned.) And, fail to understand how that'd help me. I use Angular these days and it already watches for file changes & does browser reload. Source: over 4 years ago
  • My 15+ Reasons to use JHipster
    Already configured BrowserSync the time-saving synchronized browser testing - https://browsersync.io/. - Source: dev.to / over 4 years ago
  • HTML/CSS local IDE?
    There are ways to make the browser automatically refresh, when a html or css file is saved in the editor (see BrowserSync, or LiveReload). Source: over 4 years ago
  • Serving static typescript files via express
    To make it reload automatically, ie hot reloading, you could use something like https://browsersync.io/. Source: over 4 years ago
  • Sneat Open Source Bootstrap 5 HTML Admin Template Is Here...!!๐Ÿคฉ
    Now, you are ready to run npm tasks, below command will start the server and watch the code using browsersync. Open http://localhost:3000/ to check your development ๐Ÿš€. - Source: dev.to / over 4 years ago
  • Is there a solution for editing SCSS via Chrome Devtools (With a Webpack compiler) and have it automatically write to the core code instead of manually copy + pasting?
    Add browsersync to your webpack config. It can live-stream changes to your browser (or auto-reload if it's a non-streamable change) when specific files change. Source: over 4 years ago
  • web browser cache is leaving old design?
    Https://browsersync.io/ This will refresh your site when you change and save any file in the site folder. It is npm-based, I love it! Source: almost 5 years ago
  • How to see live HTML/CSS changes?
    I'm using this: https://browsersync.io/. Source: almost 5 years ago
  • How to instantly reflect changes in UI?
    What you're probably looking for is browsersync: https://browsersync.io/. Source: over 5 years ago

Summary of the public mentions of Browsersync

Public Opinion Summary on BrowserSync

BrowserSync, a tool widely recognized within the realms of developer tools, browser testing, web development, and image optimization, has garnered a substantial base of user opinions, generally reflecting its utility and versatility. As developers seek to streamline their workflows and enhance the development experience, BrowserSync stands out due to its set of robust features and adaptability.

Versatility and Compatibility
One of BrowserSync's main strengths is its versatility. Users frequently commend its ability to install and run effortlessly across different environments. Its compatibility with numerous build tools, as mentioned in the "Top 10 Best Selenium Alternatives You Should Try" article, also provides a significant advantage for developers looking for integration with their existing workflows. This seamless integration is further emphasized in the Eleventy vs. Next.js context, where BrowserSyncโ€™s inclusion as an inbuilt option for serving sites locally with hot reload capabilities is seen as a substantial convenience.

Synchronized Testing and Development
The ability of BrowserSync to synchronize browser testing across multiple devices and browsers has been a notable point of acclaim. This functionality facilitates simultaneous testing, allowing developers to catch and address design inconsistencies and UI bugs effectively. In posts like 'The built-in Responsive Design browser tool...', users note the convenience of being able to test across real devices in tandem with desktop browsers, enhancing the accuracy of responsive design testing.

Ease of Use and Customization
While BrowserSyncโ€™s capabilities are appreciated, opinions on ease of use can vary. Some users, like those in the Deno 1.38 update post, express a desire for native solutions or modifications that integrate more seamlessly into specific environments, suggesting that the integration process might feel somewhat "shoehorned" for specific use cases. However, this doesnโ€™t overshadow the overall sentiment that BrowserSync remains relatively straightforward to use, especially in less complex setups where hot-reload and file synchronization suffice for the job.

Performance in Development Workflows
BrowserSync's ability to refresh sites automatically when files changeโ€”a feature highlighted in various discussions, such as 'How to see live HTML/CSS changes?'โ€”provides a significant boost to development workflow efficiency. This live-reload capability diminishes development downtime, allowing for immediate feedback and iteration. Although some in the developer community, like those engaged in Angular-centric development, might find other tools better suited to their needs, BrowserSync remains a go-to for many looking for an uncomplicated and effective solution in web development environments.

Conclusion
In summary, BrowserSync is recognized across the software development community for its flexibility, utility, and synchronization capabilities. While it experiences competition from tools like LiveReload and Ghostlab, its straightforward nature and robust feature set ensure it remains a mainstay in the developer toolkit. Opinions generally favor its impact on productivity and the ease of testing and development it brings to the table, especially for developers focused on cross-browser sync and live-reloading functionalities.

Do you know an article comparing Browsersync to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Browsersync discussion

Log in or Post with

Is Browsersync good? This is an informative page that will help you find out. Moreover, you can review and discuss Browsersync here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.