© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.
Gives your agent the ability to orchestrate polyglot distributed applications using the .NET Aspire toolchain for local development and cloud deployment.
When building a distributed app with C#, Python, Node.js, or Go components
When you need automatic service discovery and observability between services
When you want to orchestrate containers and cloud resources from a single project
Install the .NET SDK and Aspire CLI on your machine
Create an AppHost project to act as the central orchestrator
Add your polyglot services (Python, React, Go) to the AppHost using references
Run the application locally to access the Aspire dashboard for logs and traces
You
I have a React frontend and a Python ML service. How can I run them together with service discovery?
Agent
I'll help you set up an Aspire AppHost. We'll use 'AddViteApp' for your React frontend and 'AddPythonApp' for your ML service. I'll then wire them together using '.WithReference()', which automatically configures service discovery via environment variables. When you run 'aspire run', you'll get a real-time dashboard showing logs and traces from both services, making local development seamless.
Gives your agent the ability to integrate Firebase AI Logic (Gemini in Firebase) for intelligent features like text generation, image analysis, and summarization.
Gives your agent the ability to iteratively refine its understanding of a task by asking specific clarifying questions before execution.
Gives your agent the ability to implement and troubleshoot create technical spike tasks.
Gives your agent the ability to create and manage server-side API routes in Expo Router, enabling secure database operations and third-party API proxies.
Gives your agent the ability to develop high-quality applications using Spring Boot best practices for project structure, security, and data management.
© 2026 YOLOX SYSTEM. ALL RIGHTS RESERVED.