Microfrontends workflow
Deploy and orchestrate multiple frontends safely.
Last updated: 2026-03-17
Forgeon supports microfrontend workflows by letting each app deploy independently.
Recommended approach
- Separate repos per frontend
- Consistent environment naming
- Shared domain or routing rules
Tips
- Use preview environments for each micro app
- Promote to staging together to validate integration
Suggested ownership model
- One repo per microfrontend boundary.
- Shared interface contract/versioning between teams.
- One integration checklist before production promotion.
Troubleshooting
One micro app deploy breaks integrated shell
- Validate route manifest/version contract compatibility.
- Promote coordinated versions to staging before prod.