Team Contribution
The growth history of TechUI is an evolutionary history of an independent developer embracing AI productivity.
We record the composition of contributors at different stages, serving both as a summary of the past and an exploration of future software engineering models.
Contribution Evolution
Phase 1: The Solo Era
⏰ Time Span: 2019 - 2021 👤 Core Contributor: aYin (100%)
In the project's startup period, from early SVG path calculations to the secondary development of @jiaminghi/data-view, every line of code and every design decision was completed manually and independently by the author, aYin.
- Main Achievements: Completed initial prototype verification and established the visual tone of "Sci-Fi Visualization".
Phase 2: The Awakening
⏰ Time Span: 2021 - 2022 🤖 Introduced Collaboration: aYin + ChatGPT
To build a more secure authorization mechanism, the author began tackling Rust and WebAssembly. For a frontend developer, this was a steep learning curve.
- AI Intervention: ChatGPT acted as a "mentor" during this phase, assisting the author in understanding Rust's ownership mechanism and helping write early WASM encryption/decryption modules.
- Contribution Ratio: Human 70% / AI 30%
Phase 3: The Expansion
⏰ Time Span: 2024 - 2025 🤖 Deep Collaboration: aYin + Claude
TechUI 3.0 refactor initiated. Facing massive component development needs for the Base, Admin, and Scifi libraries, Claude became the main development partner.
- AI Intervention: Claude undertook a vast amount of tedious basic development, component logic decoupling, and unit test writing. It greatly released the architect's energy to focus on top-level design.
- Contribution Ratio: Human 40% / AI 60%
Phase 4: The Polishing
⏰ Time Span: Late 2025 - 2026 🤖 Comprehensive Empowerment: aYin + Claude + Gemini
To lead TechUI towards internationalization and standardization, Gemini joined the virtual team.
- AI Intervention: Gemini participated deeply in the construction of the documentation system (the words you are reading now), multi-language translation (i18n), and Code Review.
- Contribution Ratio: Human 40% / AI (Code) 30% / AI (Docs) 30%
Virtual Team Members
As of January 2026, the core maintenance team of TechUI is composed as follows:
| Role | Member | Expertise | Core Responsibilities |
|---|---|---|---|
| Human Architect | aYin | Architecture | Core architecture design, visual aesthetic control, final decision maker |
| WASM Expert | ChatGPT | Rust / Security | (2022 Lead) Assisted in completing encryption algorithm implementation for WASM core components |
| Lead Developer | Claude | Vue3 / TS | (2024 Lead) Complex component logic implementation, rough styling, type gymnastics |
| Lead Documentation | Gemini | Docs / i18n | (2025 Lead) Technical documentation construction, code review, multi-language support |
Acknowledgments
TechUI stands on the shoulders of giants. We sincerely thank the following open-source projects, utility libraries, and knowledge sharers. You laid the cornerstone of TechUI.
Core Inspirations & Dependencies
- @jiaminghi/data-view: The origin and source of inspiration for TechUI, special thanks!
- chroma.js: A powerful color manipulation library that supports TechUI's automatic coloring system.
- Floating UI: Provides precise floating positioning capabilities.
- Less: A flexible CSS preprocessor.
- Icones: A rich source of free icon resources.
Knowledge Sharers (Bilibili)
Thanks to the high-quality tutorials from the following Uploaders (Content Creators), who helped the author break through technical bottlenecks:
- Software Craftsman (软件工艺师): Rust programming language introductory tutorials.
- jumtp: Practical tutorials on quickly creating Rust-Wasm and combining it in Vite (Vue).
- Frontend Eagle (前端老鹰): Inspired the design of the theme switching animation effects.
- DuYi (Education): A collection of frontend basics and advanced videos.