Architect with AI agent
Horda AI architect helps you define business entities, services and tie them together with orchestrations.

Architect with just 3 elements
Stateful Entity
Entity is a stateful component representing a business concept from your app's domain, like Order, Cart, BlogPost.
Stateless Service
Service is a stateless component representing a worker that supports your app's core business domain, like EmailService, ModerationService.
Orchestration
Orchestration ties business entities and services together to fulfill an app's business processes, like place on order, post a blog post etc.