A minimal web interface for managing and interacting with various AI coding agents through a single GUI.

T3 Code is an open-source web app and server that provides a minimal web GUI for interacting with various coding agents, allowing developers to manage AI assisted coding tasks through a visual interface rather than relying solely on command line interactions. This tool serves as a centralized dashboard for developers who want to leverage multiple AI coding assistants without switching between different terminal sessions or proprietary interfaces.
The software is available as a desktop application for Windows, macOS, and Arch Linux. It can also be executed without a full installation using npx, which allows for quick testing of the interface. To function, the application requires the installation and authentication of at least one supported provider on the local system, as it relies on the underlying CLI tools to communicate with the respective AI services.
T3 Code acts as a frontend layer for existing AI coding tools. It does not provide its own AI models but instead interfaces with the CLI tools of the supported providers. Users must perform the initial authentication for each provider, such as running the login command, before the GUI can interact with those services. The project is built using Vite+ and utilizes the vp command line tool for its development environment. It is currently in an early stage of development, meaning users should expect bugs and limited documentation.
This tool is positioned as a lightweight wrapper for developers who prefer a web interface over a terminal for managing AI coding agents.
Pair program with large language models in the terminal to edit existing codebases or start new projects.
A self-hosted AI coding assistant providing context-aware code completion and chat for various IDEs.
Join our newsletter to get shiny new open source software delivered to your inbox. Unsubscribe anytime.