# Nexio App
## Overview
Dashboard/application web Nexio en **Next.js** avec **Extend UI** component library.
## Stack Technique
| Composant | Technologie |
|-----------|-------------|
| Framework | Next.js (App Router) |
| UI Library | Extend UI (components.json) |
| Linter | ESLint + Prettier |
| Language | TypeScript (tsserver actif) |
| Package manager | pnpm |
## Structure Projet
```
/root/workspace/nexio-app/
âââ .next/ # Build output (existe = build fait)
âââ .vscode/ # Config VSCode
âââ src/ # Source code [TO VERIFY]
âââ components.json # Extend UI config
âââ eslint.config.mjs
âââ package.json
```
## Status
- **Progression** : ~95% complet
- **Build** : `.next/` présent = build réussi
- **TypeScript** : tsserver actif sur le VPS (pid visible dans Hermes gateway)
- **URL cible** : `app.nexio.work`
## Liens
- Source local : `/root/workspace/nexio-app/`
- OS backend : [/projects/nexio-os.md](/projects/nexio-os.md)
# Citations
[1] Vérifié depuis `ls /root/workspace/nexio-app/` et `ss -tlnp` (tsserver process) (2026-06-14).
Nexio App — Next.js Dashboard
Application Next.js + Extend UI → app.nexio.work. ~95% complet.