Let's start
Welcome to MFE Orchestrator! This tutorial will guide you through your first steps with the platform.
MFE Orchestrator can be used in two ways:
🌐 Online Console
Recommended for TutorialUse our hosted version - no installation required!
- ✅ No setup needed
- ✅ Always up to date
- ✅ Perfect for getting started
🔧 Self-Hosted
Deploy on your own infrastructure for full control.
- ✅ Complete control
- ✅ Custom configuration
- ✅ Production ready
In this tutorial, we'll use the online console available at https://console.mfe-orchestrator.dev to explore MFE Orchestrator's features.
Step 1: Access the Console & Register
Open your browser and navigate to:
https://console.mfe-orchestrator.dev
To get started, you need to create an account. You have two options:
Option 1: Register with Email
- Click on "Register" or "Sign Up"
- Enter your email address and create a password
- Verify your email
- Sign in with your credentials
- Set your first project name
Option 2: Sign in with Google SSO
- Click on "Sign in with Google"
- Select your Google account
- Authorize MFE Orchestrator to access your basic profile
- You'll be automatically signed in
- Set your first project name
Using Google SSO is faster and you don't need to remember another password!
If you already have an account, simply sign in with your email or Google account.
Step 2: Connect Your Code Repository
To deploy microfrontends, you need to connect MFE Orchestrator to your source code repository.
- Navigate to Code Repositories or click on Settings → Code Repositories in the main navigation menu
- Click the Add Repository button
MFE Orchestrator supports multiple repository providers:
- GitHub - Most commonly used for public and private repositories
- GitLab - Self-hosted or GitLab.com
- Azure DevOps - Microsoft Azure Repos
For most users, we recommend starting with GitHub as it has the simplest setup process.
Step 3: Create Your First Microfrontend
Now you're ready to start working with microfrontends!
- Return to the Home page by clicking on the home icon or logo in the navigation menu
- Click the Add New Microfrontend box at the center of the screen

- Choose a template from the list

- Fill in the required information
- name: A descriptive name for your microfrontend
- slug: A URL-friendly identifier (e.g., "my-app")
- source code provider: Select the repository provider you connected in Step 2 (GitHub, GitLab, or Azure DevOps)
- repository name: The name for the new repository that will be created

- Click Create to finalize the setup
MFE Orchestrator will automatically:
- ✅ Create the repository in your selected source code provider with the chosen template
- ✅ Initialize the microfrontend with all necessary configurations
- ✅ Set up the deployment pipeline ready for your first deployment
This process usually takes a few seconds. You'll see a success message once everything is ready!
Congratulations! 🎉 You've successfully created your first microfrontend. You can now start developing, deploying, and managing your application through MFE Orchestrator.