Passa al contenuto principale

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 Tutorial

Use 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

  1. Click on "Register" or "Sign Up"
  2. Enter your email address and create a password
  3. Verify your email
  4. Sign in with your credentials
  5. Set your first project name

Option 2: Sign in with Google SSO

  1. Click on "Sign in with Google"
  2. Select your Google account
  3. Authorize MFE Orchestrator to access your basic profile
  4. You'll be automatically signed in
  5. Set your first project name
Recommended

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.

  1. Navigate to Code Repositories or click on Settings β†’ Code Repositories in the main navigation menu
  2. Click the Add Repository button

MFE Orchestrator supports multiple repository providers:

Quick Start

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!

  1. Return to the Home page by clicking on the home icon or logo in the navigation menu
  2. Click the Add New Microfrontend box at the center of the screen

Add New Microfrontend

  1. Choose a template from the list

Choose A template

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

Add New Microfrontend

  1. Click Create to finalize the setup
Automatic 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.