What Does 'Browser Based' Mean in Contemporary Net Art?
"Browser based" describes artwork that lives inside a web browser and treats the browser itself as its medium, not just its delivery method. The piece is typically made with HTML, CSS, JavaScript, WebGL, or similar web technologies, and it only fully exists when someone opens it in a browser and interacts with it. This is different from a video file you download, a digital photo you view, or a physical installation you walk through: a browser-based work depends on the browser's rendering engine, its input devices, and its network connection to become what it is.
The browser as medium, not container
Most digital art is stored digitally but experienced in another form. A digital print is a physical object. A video is watched on a screen. A browser-based work, by contrast, uses the browser's own capabilities as its material:
- Code as the artwork. The source files (HTML, scripts, shaders) are the work. Change the code and you change the piece.
- The rendering engine as the "canvas." How Chrome, Firefox, or Safari draws the page affects color, motion, and timing.
- Input as part of the composition. Mouse position, clicks, scroll, keystrokes, touch, and even window size can drive what happens.
- The network as a condition. Some works load assets, pull live data, or change over time, so the piece is never quite the same twice.
This is why a screenshot of a browser-based artwork rarely captures it. The screenshot shows a moment; the work is the behavior.
Browser based vs. web based vs. net art
These terms overlap, but they are not identical. The distinctions are useful when you are reading about, exhibiting, or writing about a piece.
| Term | What it emphasizes | Typical example |
|---|---|---|
| Browser based | The browser environment and its interaction model | A generative animation that responds to cursor movement |
| Web based | Distribution over the internet, often with a URL | An online project you visit and navigate |
| Net art | A historical and cultural movement rooted in internet culture | Early 1990s–2000s projects made for and about the web |
| Physical installation | Space, objects, and embodied presence | A room with projected video and speakers |
A single work can be all of these at once. A browser-based piece is usually also web based, and it may sit within the net art tradition. The label you choose depends on which aspect you want to foreground: the medium (browser), the channel (web), or the lineage (net art).
How artists actually use the browser
Browser-based practice tends to fall into a few recognizable approaches. These are not strict categories, and many artists mix them.
Generative and procedural work
The artist writes rules, and the work produces variation each time it runs. Abstract animations, particle systems, and algorithmic drawings are common. The appeal is that the piece is never fixed; the code is the score, and the browser is the performer.
Interactive and responsive work
The viewer's actions complete the piece. Moving the mouse might distort a form, scrolling might reveal a narrative, or holding a key might change the sound. Here the browser's event model (clicks, movement, timing) is the artistic instrument.
Experimental video and animation in the browser
Video and animation are often embedded in browser-based work rather than presented as standalone files. The browser allows layering, real-time compositing, and interaction with moving image, which is difficult to achieve in a conventional player. This is where browser-based practice connects closely to experimental video and animation traditions.
Data-driven and networked work
Some pieces pull from live sources, APIs, or user input, so the work reflects conditions outside itself. The browser becomes a window onto a system rather than a self-contained object.
What to consider when viewing or presenting browser-based art
If you are encountering this work for the first time, a few practical points help.
Viewing
- Use a current browser; older engines may render differently or fail.
- Try the piece more than once. Generative and interactive works often reveal themselves over time.
- Interact deliberately: move the cursor, scroll, resize the window, wait. Many works reward patience.
- Expect variation. Two visits may not look the same, and that is usually intentional.
Presenting or exhibiting
- Decide whether the work is shown on a personal device, a kiosk, or a projection. Each changes the scale and the social context.
- Document with video or screen capture, not only stills, so the behavior is preserved.
- Note the browser and version used, since rendering can differ.
- Consider whether the work needs a stable connection or can run offline.
Archiving Browser-based work is fragile. Browsers update, plugins disappear, and servers go offline. Good documentation includes the code, a recorded walkthrough, and notes on the intended environment. This is a known challenge in net art and digital preservation generally.
Why the term matters
Calling a work "browser based" is a claim about where its meaning lives. It says the piece is not a picture of something, but a set of behaviors that unfold in a specific software environment. That framing helps viewers, curators, and writers treat the work on its own terms: as code, interaction, and time rather than as a static image. It also connects contemporary practice to a longer lineage of net art, experimental video, and abstraction, where artists have long treated tools and systems as creative material rather than neutral containers.
If you are new to this area, the most useful next step is simply to open a few browser-based works and spend time with them. Notice what changes, what responds to you, and what stays the same. That experience will teach you more about the medium than any definition.