Skip to main content

Stack

In this section, you will find details about Stacks.


A Stack is a collection of essential technologies required for an Application to run. It brings together everything from the Application code to the Infrastructure needed to execute it.

A Stack includes:

  • Application code;
  • Infrastructure code (for example, where the Application will run: in the cloud, on a local server, etc).

The main goal of a Stack is to simplify the developer’s work. This way, you can focus on implementing business logic without worrying about configuring frameworks or infrastructure.

With a Stack, you can:

  • Add Plugins;
  • Create Starters.
info

Stacks are managed within each Account. Anyone with access to StackSpot can create and version their own Stacks.

Next Steps

For more details about Stacks, follow the guides below: