I hope Qoder can support a Web UI feature

Problem

What problem does this solve?

Currently, Qoder mainly relies on the desktop application, which makes it less flexible for users who need remote access, multi-device usage, or browser-based access to an AI coding assistant.

Many similar AI coding tools already provide Web UI support, such as OpenClaw, OpenCode, and CodeBuddy. They allow users to access the tool through a local web interface (for example, http://127.0.0.1:9999) without requiring a full desktop interface.

The lack of a Web UI limits Qoder in scenarios such as:

Remote development environments;

Accessing Qoder from multiple devices on the same network;

Using Qoder on tablets or low-power devices;

Quickly accessing AI coding capabilities from a browser.

Solution

How should it work?

I would like Qoder to support a Web UI / Browser Interface feature.

A possible implementation:

Provide a local Web Server;

After launching Qoder, users can open a browser and access:

http://127.0.0.1:9999

to use Qoder directly from the browser.

The Web UI could include:

AI chat;

Project file browsing;

Code editing;

Agent task management;

Terminal/command execution;

MCP tool integration;

Settings management.

It would be great to support:

Local access;

LAN access;

Optional authentication;

Permission management.

Use Case

When would you use this?

I would use the Web UI in these situations:

Running Qoder on a server or another computer and accessing it remotely through a browser;

Using Qoder on devices where installing a desktop application is inconvenient;

Accessing the same Qoder instance from multiple devices within a local network;

Using Qoder from tablets or Chromebooks;

Managing AI coding tasks through a browser, similar to VS Code Server, OpenCode, or CodeBuddy.

Priority

:red_circle: High - Blocking issue

:yellow_circle: Medium - Important improvement

:green_circle: Low - Nice to have

This is not a blocking issue, but it would significantly improve Qoder’s flexibility, accessibility, and competitiveness.

Additional Info

(Optional: screenshots, examples, links)

Similar implementations:

OpenClaw Web UI

OpenCode Web Interface

CodeBuddy Web Access

VS Code Server

Expected workflow:

Qoder
|
└── Local Web Server
|
└── Browser
|
└── http://127.0.0.1:9999

This would allow users to use Qoder like a modern web-based AI development environment.