Netherlands-based .NET developer pushing DevExpress XAF to its limits with AI. Each repo here is a focused proof-of-concept: one subject, fully documented, built to explore what's possible. These aren't libraries β they're reference implementations you can learn from, fork, or feed to your AI assistant. YMMV, but have fun.
- XafDynamicAssemblies β AI-powered runtime entity system: create new business object types, properties, and relationships at runtime using Roslyn compilation (EF Core)
- XafXPODynAssem β Same concept as above, but built on XPO instead of EF Core
- XafAIReportDesigner β Standalone prompt-to-report designer with schema-aware AI context
- XafTornado β Multi-provider AI assistant integrated into XAF via LLMTornado
- xafrag β RAG pipeline for XAF Blazor using PostgreSQL/PGVector and DxAIChat
- XafGitHubCopilot β GitHub Copilot integration for XAF
- xafskills β Claude Code skills distilling hard-learned XAF + EF Core patterns
- mcpRoslyn β C# code intelligence MCP server: 13 symbol-level navigation tools (find_references, goto_definition, semantic_search, β¦) over Roslyn MSBuildWorkspace
- mcpOffice β MCP server for Microsoft Office documents, built on DevExpress.Docs
- XafRoleChooser β Runtime role selection
- xafroles β Role export/import for DEV/TEST/PROD synchronization
- XafSecureDash β Secured dashboard patterns
- XafSecureSearch β Secure search implementation
- XafNavigatonHub β Navigation hub patterns
- XafPartition β Data partitioning
- XafGrafana β Prometheus/Grafana observability stack for XAF Blazor Server
- xafhangfire β Hangfire job dispatcher integration
- XAFn8nCRM β XAF Blazor CRM with n8n workflow automation via OData/REST
- xafmaui β XAF Blazor Server + .NET MAUI mobile companion
- XafFilter β Custom column-filter UI for XAF Blazor Server: five drop-in filter menus with a tested demo app
- XafDataDrivenConditionalApp β Database-stored, runtime-editable appearance rules
- XafSearch β Search functionality patterns
- limbo β Limbo-inspired 2D puzzle-platformer built with Godot 4.6 + C# (not XAF!)
- ClaudeViewer β WinForms artifact viewer for Claude Code: watches a folder for HTML/Markdown and renders them in tabbed WebView2 panes
- tcpdebug β WinForms HTTP debug message receiver
- yvanGPT β GPT experiment
- Reactive.XAF β Fork of the ExpandFramework XAF extensions
All repos are POCs β they aim to cover the feature fully but aren't production-polished libraries. I use them as reference for my own XAF apps, and they're documented well enough that both humans and AI can pick them up. Star what you find useful, fork what you need.



