dify/web/features/deployments/create-guide
2026-07-06 12:27:49 +00:00
..
state refactor(web): migrate console contracts to generated types (#38231) 2026-07-01 01:40:12 +00:00
ui refactor(dify-ui): consolidate radio family API (#38479) 2026-07-06 12:27:49 +00:00
index.tsx feat(web): add app shell skip navigation (#37644) 2026-06-22 02:17:18 +00:00
link.tsx refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00
README.md refactor(web): organize deployment feature state (#38065) 2026-06-27 07:34:46 +00:00

Deployment Create Guide

Guided deployment creation workflow for selecting a source, defining the initial release, and optionally deploying to an environment.

Internal Modules

Module Why this module uses it
shared Reuses shared deployment domain rules, UI primitives, hooks, or local helpers.

External Modules

Module Why this module uses it
app/components/app/create-from-dsl-modal/uploader Reuses the existing DSL file uploader for the import source step.
app/components/base/app-icon Renders app icons consistently in source app options.
app/components/base/skeleton Reuses the existing skeleton primitive for source and target loading states.
types/app Uses app types and mode enums to narrow selectable source apps to workflow apps.