A complete reference of all technologies, frameworks, and tools used in the Ever Gauzy Platform.
Core Technologies
Languages
| Technology | Version | Usage |
|---|
| TypeScript | 5.x | Full-stack — backend, frontend, desktop, shared contracts |
| JavaScript | ES2022+ | Build scripts, configuration |
| SCSS/Sass | Module system | Stylesheets (migrated to @use/@forward) |
| HTML5 | Standard | Angular templates |
Runtime
| Technology | Version | Usage |
|---|
| Node.js | LTS v22.x / v24.x | Backend runtime, build tooling |
| Electron | Latest | Desktop application runtime |
Backend
Framework
| Technology | Role |
|---|
| NestJS | Primary backend framework (modules, DI, guards, pipes) |
| Express.js | HTTP server (via NestJS adapter) |
| @nestjs/cqrs | Command/Query Responsibility Segregation |
| @nestjs/swagger | OpenAPI/Swagger documentation generation |
| @nestjs/graphql | GraphQL API (WIP) |
| @nestjs/schedule | Cron jobs and task scheduling |
| @nestjs/throttler | Rate limiting |
| @nestjs/passport | Authentication strategies |
ORM & Database