Three ways in
Depending on whether you want to try the platform, understand it, or run it on your own infrastructure.
Quick start
From zero to a deployed microfrontend — and a one-click rollback — on the free hosted console. About ten minutes, nothing to install.
Start the quick start →Core concepts
Projects, environments, microfrontends, deployments and how they relate. The ten minutes that save you an hour later.
Read the model →Run it yourself
Install the platform on your own infrastructure with Docker, Docker Compose, Terraform or Helm.
Installation guides →Everything a microfrontend needs after npm run build
Not a bundler and not a framework — the layer that decides what is live, where, and for whom.
Generated Module Federation config
Declare which host loads which remotes and the console produces the Vite or Webpack configuration, with URLs pointing at what is deployed.
Read the docs →Immutable deployments
A deployment is a snapshot of every microfrontend, variable and storage setting. Editing is not deploying: drafts stay drafts until you deploy.
Read the docs →Rollback and redeploy
Reactivate a previous snapshot without rebuilding or re-tagging. The version that was live yesterday is still there.
Read the docs →Environments and domains
As many stages as you need. Allowed domains resolve the environment per request, so one artifact can serve all of them.
Read the docs →Runtime configuration
Per-environment variables served to the browser at boot, so the same build talks to the right API without a rebuild.
Read the docs →Hosting options
Keep artifacts on the hub, in your own S3, Azure Blob or Google Cloud Storage bucket, or on a CDN you already run.
Read the docs →From empty project to live microfrontend
Four steps, each with a guide. The console handles the plumbing in between.
- 1
Connect a repository
GitHub, GitLab or Azure DevOps. Your code stays with your provider.
Read the guide → - 2
Create a microfrontend
Pick a template and the platform creates the repository, the configuration and the pipeline.
Read the guide → - 3
Publish a version
Push a tag. The pipeline builds and uploads the artifact where you configured it.
Read the guide → - 4
Deploy and integrate
Snapshot the environment, then copy the generated configuration into your host.
Read the guide →
Browse the documentation
Every section of the manual, one click away.
Getting started
Microfrontends
Environments
Deployments
Repositories
Project settings
Templates ship for Vite, Webpack and Web Components. The platform itself serves whatever your build produces.



Hosted console or your own infrastructure
Hosted console
Nothing to install, always up to date
- Sign in with email or Google SSO
- Artifacts on the hub, or in your own bucket
- Used throughout the tutorial
Self-hosted
Your infrastructure, your data
- Docker, Docker Compose, Terraform or Helm
- Bring your own MongoDB and object storage
- SSO with Auth0, Microsoft Entra or Google
Not sure where to start?
The quick start takes you from an empty account to a deployed microfrontend — and back with a rollback. If something is missing or wrong in these pages, open an issue — every page has an “Edit this page” link at the bottom.