Skip to content

Commit 2496236

Browse files
authored
Update technology shift details in case study
Describe the technology shift in the platform, highlighting the transition from PHP/Yii2 to Node.js/TypeScript for new backend services and the split frontend direction between Angular and React.
1 parent 72702ea commit 2496236

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/content/en-case-studies/commerce-platform-modernization.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ The most important new areas of work include:
255255

256256
In practice, this means Comers is no longer only a modernized monolith with several new modules. It is an actively evolving operational platform where new features and new types of consumers are connected through explicit contracts instead of direct access to older application logic.
257257

258+
This stage also marks a technology shift for the platform as a whole, not only for the AI layer. The legacy application remains based on PHP/Yii2, while new backend services and future extracted domain microservices are being designed primarily around Node.js / TypeScript / NestJS / Fastify. This includes `comers-core-api`, the BFF, MCP, the gateway, and planned domain extractions such as `orders` or `messages`.
259+
260+
The frontend direction is split intentionally: the main SPA direction remains Angular-based, while selected micro-frontend surfaces, such as the current AI chat UI, can be built with React/Vite. Specialized runtime components, such as ChatKit, may use separate technologies like Python when that better fits their role.
261+
258262
### Real AI capabilities at the current stage
259263

260264
In the latest stage, the AI layer stopped being only a future direction. The system now has an operational assistant that uses explicit contracts and controlled domain tools.

0 commit comments

Comments
 (0)