# Architecture & Tech Stack

This is the PoC tech stack and will be expanded later on

Frontend Layer:

1. Electron Desktop App - Cross-platform desktop application
2. React/TypeScript - Modern UI with real-time updates
3. Zustand - Local state management
4. Tailwind CSS - Styling and responsive design

Backend Layer:

1. NestJS - RESTful API framework
2. SQLite - Local database for user profiles
3. TypeORM - Database management and migrations
4. Swagger - API documentation and testing Automation Layer:
   1. Golem Integration - Automated provider deployment
   2. KVM Virtualization - Resource isolation and management
   3. Cross-Platform Support - Linux, macOS, Windows compatibility
   4. Real-Time Monitoring - Performance tracking and logging Blockchain Layer:
      1. Base Network - Coinbase's L2 for smart contracts
      2. Meta-Vault Contracts - Yield aggregation and management
      3. Ethereum Bridge - Cross-chain reward bridging
      4. Non-Custodial Design - User maintains full control


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.idlenetwork.com/architectural-overview/architecture-and-tech-stack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
