DEV Community

Cover image for Why I Built Traliran AI Hub in DriftWM Style: My Journey to Solving Web Multitasking
Traliran
Traliran

Posted on

Why I Built Traliran AI Hub in DriftWM Style: My Journey to Solving Web Multitasking

Every single day, I caught myself thinking the exact same thing: modern AI web interfaces are drastically outdated. When you are simultaneously working with three neural networks, a Python script, and documentation, your browser turns into a 40-tab hellscape.

I got tired of constantly losing context and misclicking tiny icons on my smartphone screen. So I decided to build Traliran AI Hub driftwm — a web workspace inspired by the 2D window manager DriftWM that runs directly in your browser without any installation.

The Pain of Modern Web Interfaces: Why Standard Tabs Kill Multitasking

The classic web was designed for reading plain text, not for running a dozen AI assistants simultaneously.

Tab Chaos and Constant Loss of Focus

When you switch between a prompt generator, ChatGPT, and an image generator, 80% of your time is spent finding the right window rather than actually thinking. On smartphones, this issue becomes critical: switching tabs feels like playing endless roulette.

Rigid Grids and Zero Freedom on Mobile Devices

Most web services try to cram every tool into a single narrow column. On a small phone screen, this means endless vertical scrolling. Real, convenient parallel work with two neural networks is simply out of the question.

How I Brought the DriftWM Concept Straight to the Web Browser

I’ve always been inspired by tiling and 2D window managers like DriftWM. The idea is simple: give the user an infinite canvas they can move across freely, rather than grids or tabs.

Infinite 2D Canvas for AI Models Instead of Rigid Frames

In Traliran AI Hub, I completely abandoned the concept of separate pages. Now, your entire desktop is a single 2D plane. You can put a coding chatbot on the left, a RAG system on the right, and pin notes right above them.

Mobile-First Navigation: Swipe and Zoom Controls with Zero Extra Software

The key feature of my project is that it works directly in the browser via a URL. You don't need to install Linux, compile Wayland compositors, or tweak complex config files.

  • On smartphones: smoothly zoom (pinch-to-zoom) and swipe across the canvas with one finger.

  • On PC and laptop: use click-and-drag or trackpad gestures for instant panning.

Unlocking Web Multitasking: What Traliran AI Hub Delivers in Practice

Switching to a spatial interface fundamentally speeds up how you interact with AI tools.

1. Creating "Task Islands" for Different AI Workflows

I group separate areas on the canvas: one corner holds tools for brainstorming and idea generation, while another contains my workflow for coding and testing. Every neural net stays right before my eyes — to switch focus, I just move the "camera."

2. Ditching Complex Wayland Setup and External Software Entirely

Previously, getting an infinite 2D desktop meant messing around with custom Linux builds. I packaged that entire experience into clean web code: open the link in Chrome or Safari, and you're good to go.

How to Try Traliran AI Hub Right Now

I made this hub as accessible as possible so anyone can test the spatial web in seconds:

  1. Open https://traliran.github.io/traliran-ai-hub-driftwm/ on your phone or PC.

  2. Swipe the canvas, zoom in/out, and arrange your AI tools however you like.

  3. Experience how much easier work becomes when your desktop isn't restricted by a single tab frame.

Author's Summary

Traliran AI Hub in DriftWM style is my personal answer to browser tab chaos. I built it for myself and for anyone who wants to get the absolute most out of working with AI models on any device.

Github: https://github.com/Traliran/traliran-ai-hub-driftwm

Original project Github (standard interface): https://github.com/Traliran/traliran-ai-hub

Top comments (0)