Browser-native mechanism that maps module specifiers to URLs so ES modules can be imported without a bundler. Integrated into Rails 7 via importmap-rails. Takes advantage of HTTP/2 — lots of small files can be downloaded with minimal overhead, and changing one file doesn't break the cache of others. Key to the 'no-build' Rails frontend.