App Pages
App Shell
The shared sidebar, top command bar, content area, App Lock entry point, export dialog, toasts, and status bar.
Layout
EnvVault renders a shared layout around every unlocked route. The sidebar owns app navigation and project selection. The topbar exposes project commands. The content area renders the active route. A footer status bar shows the latest action message and local vault status.
Global commands
| Command | Behavior |
|---|---|
| Add Project | Opens the folder picker, creates a project shell, and imports supported dotenv files immediately. |
| Import Env Variables | Imports supported dotenv files for the active project and mirrors them into runtime profiles. |
| Generate Example | Builds blank .env.example output from known keys. |
| Export | Starts a selected env file export flow with optional confirmation. |
| Re-import env variables | Re-reads project files from disk and preserves user-managed metadata. |
| Project Detail | Navigates to the Projects view for the active project. |
| Lock EnvVault | When App Lock is configured, locks the UI and hides project metadata until the user unlocks again. |