Open Source Post
UDT - Unified Dev Tracker: technical project overview
Published on March 31, 2026
UDT - Unified Dev Tracker is an open source platform for operational execution management, technical tracking, and integration with clients and agents.
Quick read
- Monorepo with npm workspaces and shared contracts
- Fastify runtime with SSR, REST and MCP in one stack
- RBAC by project: viewer, editor, admin
- Persistent history and changelog for auditability
- OAuth 2.1, PATs and webhook integrations
- Prisma + PostgreSQL with service-layer consistency
Project goal
UDT centralizes operational execution in one place.
It combines human workflows, automation, and agent usage.
Architecture
Fastify runtime with SSR, REST, MCP and OAuth support.
Prisma + PostgreSQL persistence with shared service rules.
Work model
Hierarchical items from roadmap to checklist.
Priority and done policies enforce consistency and traceability.
Core features
Dashboard, kanban, outline tree, hub, docs, admin.
PAT, webhooks, notifications and MCP tooling.
Local development
Basic setup flow using Prisma and app runtime.
cp .env.example .env
npm install
npm run prisma:generate
npm run prisma:migrate
npm run prisma:seed
npm run dev:appPlatform gallery
Real screenshots across authentication, dashboard, kanban, docs, webhooks, and admin.
Login
Secure access with focus on daily operation.
Conclusion
UDT - Unified Dev Tracker works as a unified operating base for teams, integrations, and agents.
Frequently asked questions
What is UDT - Unified Dev Tracker?
It is an open source platform for engineering execution and governance, combining roadmap, backlog, todos and checklists in a unified operational flow.
Which stack powers the platform?
The project uses a monorepo with npm workspaces, Fastify runtime, Prisma with PostgreSQL, and integrated REST plus MCP interfaces.
Who is this project for?
It is designed for software teams that need visibility, traceability, and clear execution control from planning to delivery.