Ruby on Rails web apps using JavaScript bundlers

View Rails web apps that streamline their JavaScript workflow with bundlers like Webpack and esbuild, packaging modules for efficient delivery.

  • This list includes 8 JavaScript bundlers used by Rails web apps.
  • Click on a JavaScript bundler to view a list of Rails web apps using it.
  • Know a Rails site using an unlisted JavaScript bundler? Let us know!

JavaScript bundlers

Vite

Used by 4 Rails websites

A fast and modern build tool that leverages native ES modules in development and Rollup for production builds, ensuring fast startup times and efficient builds.

esbuild

Used by 3 Rails websites

An extremely fast bundler and transpiler written in Go, designed to handle modern JavaScript and TypeScript projects with minimal configuration.

Import maps

Used by 2 Rails websites

A browser-native approach to managing module imports, allowing developers to control module resolution directly in the browser without requiring a bundler.

Bun

Used by 1 Rails website

A modern JavaScript runtime and bundler optimized for speed, offering features like native TypeScript support, built-in transpilation, and package management.

Webpack

Used by 1 Rails website

A powerful and flexible bundler that enables developers to compile JavaScript modules along with assets like images, styles, and more into optimized bundles.

Rollup.js

Not used by any Rails web apps yet

A module bundler optimized for building small and efficient libraries, with tree-shaking to eliminate unused code for smaller bundles.

Parcel

Not used by any Rails web apps yet

A zero-config bundler for web applications, offering fast builds, automatic dependency resolution, and support for a wide range of file types.

Other

Not used by any Rails web apps yet

A placeholder for any bundler or module loader not listed, referring to custom or less common tools tailored to specific use cases.