This week's update has something for everyone: a new workflow for teams managing external collaborators, and a set of meaningful improvements for developers using the CLI.
📂 Folder-level collaborator access
If you collaborate with external clients, agencies, or contractors in Frontitude, you've had to invite them project by project, even when all those projects live in the same folder.
You can now invite a collaborator directly from a folder's options menu, and they'll automatically get access to every project inside it, current ones and any added in the future.
- Invite from the folder menu: Open the "..." menu on any folder → "Share…" → enter emails and choose Editor or Viewer.
- Collaborators get auto-access for new projects: Projects added to the folder are automatically covered — no need to re-invite.
- Access revokes on move: If a project is moved out of the folder, the collaborator loses access to it immediately.

🛠️ Developer CLI improvements
These updates are landing together in CLI v1.5.0:
📦 Monorepo support: new --config flag
Until now, the CLI has only read frontituderc.json from the current working directory. For teams managing multiple packages in a monorepo, that meant a separate install per package and a cd before every command.
The new --config flag lets you point any command to a specific config file by path, so a single install at the repo root can drive every package.
frontitude pull --config packages/web/frontituderc.json
- Works on every command:
init,login,pull,push,config,source - Accepts absolute or relative paths
- One CLI install in root
devDependenciesinstead of one per package
Read more on this new feature here.
📋 Richer metadata with --include-metadata
The --include-metadata flag on the pull command now includes a fuller set of design hierarchy identifiers, giving developers more context alongside each string:
- Frontitude Project, Page, and Screen IDs
- Figma File, Page, Frame, and Text Node IDs
- Frontitude Parent Component ID
⚡ Faster content exports
Pull times are now up to 95% faster and much more stable in content-heavy scenarios.
🐞 pnpm compatibility fix
Installing @frontitude/cli via pnpm caused every command to fail silently. This is fixed in v1.5.0.
Update to v1.5.0 with npm install -g @frontitude/cli or share the Developer Docs with your team.
⚙️ Under the hood
The component instances panel now loads around 65% faster for components with many instances. We also shipped a set of stability improvements that some workspaces were experiencing.









