
Building Driver-Hub: A Feishu Web App for GitLab Project Management
Overview This article introduces Driver-Hub, a Feishu (Lark) Web Application I built to connect with our internal GitLab server. The app allows searching projects, browsing branches, viewing commits, and downloading code archives directly from Feishu’s workplace UI. The implementation is purely web-based. Traditional bot features were removed — users open Driver-Hub in Feishu, interact with form controls, and the app communicates with GitLab APIs through FastAPI. 1. Feishu Developer Platform Setup Before writing any code, configure a Feishu developer app to host the Driver-Hub UI. ...




