Create Apps

Bit simplifies the creation and composition of applications. Think of applications as standard components, but with the added capability to manage their own development server, build processes, and deployment through dedicated configuration file.

Bit applications excel at running and deploying micro-frontends, backend services, or even composing a unified platform from these elements.

Get started by creating a basic React app by running the following command:

$bit
Copiedcopy

Get a clear view of all the applications in your workspace:

$bit
Copiedcopy

Once your apps are set up, launch them directly from your workspace:

$bit
Copiedcopy

Bit offers a range of official application types to accelerate your development:

For a deeper dive into creating applications with Bit, refer to our comprehensive Create Apps reference.

App composition

If you need to build a more sophisticated runtime architecture that combines frontend and backend elements or embraces a service-oriented approach, use Bit Platforms to compose multiple applications into a single runtime.

Create a platform:

$bit
Copiedcopy

Launch the platform:

$bit
Copiedcopy

Why should I use platforms:

  • Effortless orchestrate. Manage the execution of multiple Bit apps within a unified environment.
  • Connect Seamlessly. Easily wire up URLs and ports between your running apps.

Explore Bit Platforms in our Composable Platforms documentation.

Learn more