Synaro docs
Project workspace
File tree, terminal, AI chat, preview, and persisted UI state.
The workspace at /projects/[slug] is the operational heart of Synaro. It combines three primary tabs with a live preview column on wide screens.
| Tab | Purpose |
|---|---|
| File tree | Browse repository files, search, and inspect selection metadata (commits when Git is present) |
| AI chat | Natural-language tasks with clarification, voice input (Web Speech API), and auto-apply on completion |
| Terminal | xterm.js session into the running container when the environment is active |
Client persistence
Expanded folders, last selected file, and active tab are stored in localStorage per project so returning to a workspace restores your context without a full reload.