Choose an entry point
App in Workspace
Labeled App in Workspace. Domino starts a workspace where you build the App with the Draft App, preview, and publish workflow. Use this for new Apps.
Create from file
Initializes the App from an existing file in your project and goes straight to the publish workflow, creating the App with an immutable first version.
Creating an App doesn’t make it reachable
Creation, publication, and deployment are separate steps. After you create an App and publish a version, you still have to deploy that version before anyone can open it. Continue with Publish and deploy App versions.In earlier releases, Publish App was the only way to create an App, and publishing also deployed it. Create replaces that entry point, and publishing and deploying are now separate steps. If your administrator disables the
EnableAppsSDLC feature flag, which is on by default, the legacy Publish flow is unchanged.Related
- Develop and test an App: Iterate on App code in a workspace and preview it in a real App runtime.
- Publish and deploy App versions: Create an immutable version, then start it.
- Common App frameworks: Minimal working examples for Streamlit, Dash, Flask, and Shiny.
- Apps in Domino: How Apps, Draft Apps, versions, and instances relate.