---
title: No-code stacks
url: /docs/idp/concepts/no-code-stacks/
---No-code stacks enable users to instantly create and deploy Pulumi programs without writing or managing IaC code or stack configuration. The no-code workflow is built on [organization templates](/docs/idp/concepts/organization-templates/) and stores stack configuration in [Pulumi ESC](/docs/esc/), eliminating the need to work with version control systems.

> **Note:** No-code workflows are currently available for projects created through the [New Project Wizard](/docs/idp/concepts/new-project-wizard/) May 6th, 2025 or later. We're actively working to eliminate this requirement.

> **Note:** No-code workflows require [Pulumi Deployments](/docs/deployments/deployments/)

## Creating a no-code project

To create a no-code stack, use the [New Project Wizard](/docs/idp/concepts/new-project-wizard/) by selecting New Project in the left navigation. Choose a template from the catalog, and select next. Provide any required configuration, and select "Deployments - no-code" as the deployment method. Select the Create Project button, which will deploy the stack and store the config in ESC – no VCS commits required.

## Adding stacks to a no-code project

To create additional stacks in a no-code project, navigate to the project and select Add Stack in the top right corner. From there, select the Pulumi Deployments No-code option and deploy the stack.

