Resume workspace setup
Saved at step 3 of 4
Continue where you stopped
Workspace details and team invitations were saved on July 13, 2026 at 09:15 UTC.
Onboarding flow
AuthShell-composed workspace, team, integration, review, resume, validation, loading, and completion steps.
Workspace, team, integration, review, resume, completion, validation, and loading states.
A saved setup records where and when the user can continue.
test/dummy/app/components/gallery/flows/onboarding_page.rbrender NitroKit::AuthShell.new(
id: "gallery-onboarding-shell",
aria: { label: "Nitro workspace onboarding" },
data: {
gallery: "flow-surface",
gallery_flow: "onboarding",
gallery_mobile: state == "mobile" ? "true" : nil
}.compact
) do
turbo_frame_tag("gallery-onboarding-frame") { render_screen }
end