Nexio App — Next.js Dashboard

Application Next.js + Extend UI → app.nexio.work. ~95% complet.

# 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).