Skip to main content
  1. Contributor Content
  2. Features

Browsers have always worked one page at a time. That’s starting to change

Add as a preferred source on Google
Amazon shopping with ChatGPT Atlas browser
Shopping with Agent mode on Amazon. Nadeem Sarwar / Digital Trends

Open a browser, click a link, and the current page is replaced by the next one. Despite decades of progress in web technologies, this interaction model has remained largely intact. Inside a browser tab, user interaction is still fundamentally sequential.

This structure dates back to the earliest days of the web. Browsers were designed to render and replace documents, not to manage multiple active tasks simultaneously. While desktop operating systems evolved to support multitasking through concurrent windows and processes, browsers retained a document-centric model.

Recommended Videos

As web applications became more complex, developers adapted within those constraints. Single-page applications reduced reloads, and client-side frameworks introduced richer interactivity, but the underlying assumption remained: one primary view governs interaction at any given time.

A newer class of browser architectures is now exploring alternatives to that model.

An architectural approach to multi-view interaction

Floating Forms is a patent-pending browser architecture developed by ProBuilt Software that replaces the idea of a single dominant page with multiple concurrent, stateful views inside the same browser session.

Rather than routing all interaction through a single view hierarchy, the architecture allows independent views—such as forms, data grids, and lists—to coexist and remain interactive at the same time. Each view maintains its own state and lifecycle without requiring page replacement or modal overlays.

From an implementation perspective, this introduces challenges that traditional browser applications tend to avoid:

  • State synchronization: Each view maintains independent state while remaining consistent with shared data models. Changes in one view must propagate predictably without forcing re-renders or navigation events in others.
  • Event handling: User interactions are scoped to individual views, requiring event routing that avoids conflicts or unintended side effects across concurrent interfaces.
  • Isolation within a single process: Unlike desktop applications that rely on operating-system-level process isolation, browser-based systems must manage logical isolation at the application layer.
  • Performance tradeoffs: Keeping multiple live views active increases memory and event-processing overhead, requiring careful lifecycle management to avoid degradation.

This approach differs from conventional single-page applications, which typically centralize state and serialize interaction through a dominant view, even when UI components appear modular. It also differs from models such as Web Workers, which support background execution but do not natively enable multiple concurrent interactive views.

Implementation context: enterprise workflow software

ProBuilt has implemented this architecture in a browser-based ERP system designed for accounting, sales, and operational workflows. The system is structured to allow users to work across multiple functional areas at once, rather than moving through strictly sequential screens.

ERP environments place particular demands on consistency and concurrency, as users often reference and update related data across different contexts. In this case, the system serves as an implementation context for how a multi-view architecture can be applied to complex workflows inside the browser.

The ERP itself is not positioned as a benchmark or validation mechanism, but as a practical environment in which the architectural model is applied under everyday use.

Design implications and tradeoffs

Removing the one-page constraint changes how browser-based software can be structured. Interfaces can be designed around persistent context rather than navigation flow, allowing users to reference information without interrupting active tasks.

At the same time, multi-view architectures introduce new design considerations. Developers must decide how many concurrent views are practical, how to manage cognitive load, and how to balance flexibility with clarity. Sequential interaction models still make sense for many use cases, and multi-view interaction is not universally appropriate.

The broader implication is not that browsers must behave like desktop operating systems, but that the page no longer has to be the sole organizing principle.

A shift in assumptions, not predictions

The significance of architectures like Floating Forms lies in what they demonstrate is technically possible within the browser environment, rather than in predictions about adoption or market outcomes.

For most of the web’s history, single-view interaction has been treated as an inherent limitation of browser-based computing. Approaches that support concurrent, stateful views suggest that this constraint is architectural rather than fundamental.

Whether and where such models are adopted will depend on use case, tooling, and developer priorities. What is clear is that strictly linear interaction is no longer the only viable design path for browser-based applications.

Digital Trends partners with external contributors. All contributor content is reviewed by the Digital Trends editorial staff.
Chris Gallagher
Chris Gallagher is a New York native with a business degree from Sacred Heart University, now thriving as a professional…
Topics
How Desktop UV Printers Fit Into Everyday Creative Workspaces
Smaller UV-printing systems reflect a broader effort to adapt industrial production technology for artists, makers, and small businesses.
Lamp, Computer Hardware, Electronics

Industrial UV printers are known for their ability to create durable, vibrant prints on various materials like glass, wood, metal, and more. UV printers are often used for direct printing on items such as bottles, pens, phone cases, custom signs, and more.

As other forms of fabrication technology have become available in smaller formats, manufacturers have also begun exploring how UV printing might be adapted for studios, workshops, and other creative environments. Morpho is one company entering this developing desktop category.

Read more
How AI Search Is Rewriting the Rules of Online Discovery
The way people find information online may be changing faster than most realize.
Adult, Male, Man

Traditional searches work by typing in a query, scanning a ranked list of links, and clicking on a website. However, AI is making the whole search process a bit faster. AI search creates AI-generated summaries, has conversational follow-up questions, and cuts straight to the chase by providing you with a link.

For companies, publishers, and even consumers, this change raises a pressing question: if an AI summarizes the answer before anyone clicks on a site, who gets credit as the source? It has become paramount to track visibility in this new environment, and tools like the AI leaderboard are helping organizations understand which sources are getting the most traction in AI-driven search results.

Read more
AI Voice Models Are Becoming More Affordable
Page, Text, File

Text-to-speech has drifted out of accessibility menus in the past few years and now stands in the spotlight as a central component of the modern software stack. The voice-first applications category is growing every day, and those specialized digital assets contribute to the text-to-speech movement. The technology also powers audiobooks, meeting assistants, and customer service agents. With increased demand, model developers have felt more pressure to create voices with a convincingly human sound, without latency spikes or per-character pricing that make production deployments untenable.

Removing hurdles helps developers and businesses see the value in bringing voice to their products, so they do not necessarily have to choose between quality, speed, and cost. In the broader discussion on the evolving text-to-speech market, this type of product may create opportunity for improved cost, quality, and latency, a passageway to added business and consumer applications. SpeechifyAI’s Simba 3.2 is among the models competing on these measures, currently ranking at the top of the Artificial Analysis text-to-speech leaderboard.

Read more