Become a member!

· 11 min read Also available in:ITDEESPT-BR

With DMVCFramework you can add a real AI agent to your Delphi ERP: embedded agentic loop, man-in-the-loop by design, MCP server for external AI clients. Open source, Apache 2.0.

DMVCFramework Delphi Open Source AI MCP Agentic AI

· 23 min read Also available in:ITDEES

How to build TUI applications in Delphi using MVCFramework.Console: colored text, interactive menus, spinners, progress bars, tables, boxes, cursor control, and keyboard input. Cross-platform, zero dependencies, works on Windows and Linux.

DMVCFramework Delphi Console

· 4 min read Also available in:ITDEES

LoggerPro 2.1 is out: JSON configuration without recompiling, first-class ExeWatch cloud observability, a spec-compliant LogFmt renderer, a browser-ready HTML log viewer, FileBySource for per-tenant logs, UTF-8 console for Docker, DLL-safe init, ElasticSearch authentication. Apache 2.0, Delphi 10.2 to 13 Florence.

LoggerPro Delphi Open Source Logging Observability

· 12 min read Also available in:ITDEES

If you already use madExcept in your Delphi applications, you don't need to remove it to adopt ExeWatch. The two tools solve different problems and coexist cleanly: madExcept keeps handling local bug reports, emails and crash dumps, while ExeWatch adds cloud-side aggregation, search, alerts and the stack trace — resolved by madExcept — shipped to the dashboard. A single bridge unit is all it takes.

Delphi ExeWatch Monitoring Observability

· 10 min read Also available in:ITDEES

DMVCFramework 3.5.0 Silicon introduces Fore, Back, Style: a colorama-style API for ANSI colors in the Delphi console, plus a Gin-style renderer for structured HTTP logs with colored status badges, request duration, and method badges. Works on Windows 10+ and Linux, with automatic fallback.

DMVCFramework Delphi Logging

· 9 min read Also available in:ITDEESPT-BR

Announcing MCP Server for DMVCFramework: the open source library that lets you expose tools, resources, and prompts from your Delphi applications to any AI assistant (Claude, Gemini, ChatGPT) via the Model Context Protocol. With just a few lines of code, your ERP talks to AI.

DMVCFramework Delphi Open Source AI MCP

· 5 min read Also available in:ITES

DelphiMVCFramework implements the JOSE standard with full asymmetric JWS support: RS256, PS256, ES256, EdDSA. 16 algorithms, OpenSSL 3.x via TaurusTLS, optional dependency. Preview at ITDevCon 2026 Spring Edition.

DMVCFramework Delphi Security

· 9 min read Also available in:ITDEES

ExeWatch 1.8 introduces the .NET/C# SDK for WPF, WinForms and Windows Service applications, custom metrics with time-series charts, automatic health monitoring with email and Discord notifications, read-only application sharing and on premise deployment. Complete guide with code examples.

Projects Delphi .NET Monitoring DevOps

· 5 min read Also available in:ITDEES

The definitive guide to TemplatePro for Delphi: 209 pages, 12+ compilable examples, 4 languages. Master variables, filters, loops, macros, and more.

Delphi TemplatePro DMVCFramework

· 8 min read Also available in:ITES

A programmer's value isn't measured by the complexity of the code they write, but by the simplicity with which they make it understandable. From Kernighan's lesson to Hyrum's Law, a journey through the principles that separate code that survives from code that becomes a technical nightmare.

Software Development Programming