A hardened ERP platform. Designed with Clean Architecture, Domain-Driven Design, and a scalable Event-Driven backbone. Not a demoβthis runs real businesses.
Aggregates, Payments, Tax
Billing, AR, Schedules
Inventory, Pricing, UoM
Contracts, Procurement
EF Core β’ RabbitMQ β’ Redis β’ Hangfire β’ ElasticSearch
A comprehensive, battle-tested stack.
Example: AI-Powered Medical Image Processing.
User uploads a large video/image (e.g. X-Ray). File is streamed to MongoDB GridFS with tuned chunking.
MediaUploadedEvent is raised. RabbitMQ publishes message to the AI processing queue.
External AI microservice consumes message, processes file (tagging, diagnostics), and stores metadata.
Results ready. Domain event broadcast via SignalR. User sees "Analysis Complete" toast instantly.
We don't duplicate logic. Blazor and MAUI share the exact same HTTP Client Services and DTO Contracts.
Subject<Unit> throttling prevents UI render storms.