Forgeon Docs

Documentation, guides, and patterns to help you build on Forgeon — from your first deploy to running serious infrastructure.

Microfrontends workflow

Deploy and orchestrate multiple frontends safely.

Last updated: 2026-03-17

Forgeon supports microfrontend workflows by letting each app deploy independently.

  • 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.