What problem does it solve?
Publishing a web app or service to a stable URL normally requires choosing a hosting provider, configuring infrastructure, and managing deployments by hand. This Skill turns one source tree or container image into an immutable serverless deployment on Kortix Apps through the pre-authenticated CLI, handling access control, verification, and lifecycle operations.
Core Features & Use Cases
- Multi-source deployment: Deploy static HTML/CSS/JS, prebuilt Vite or React dist folders, source bundles, Next.js exports, Dockerfile services, or existing OCI images with a single
kortix apps deploy command.
- Access control: Set private, project, restricted, password, or public access modes, and generate short-lived signed access links for authenticated browser sessions.
- Verification and lifecycle: Verify deployments by fetching the stable URL and hashed assets, diagnose failures from deployment logs, and run start, stop, rollback, and delete operations.
- Use Case: You built a React storefront and want it live. Run
kortix apps deploy ./dist --slug storefront --type static --spa, then verify the stable URL returns 200 with the expected content.
Quick Start
Ask the agent to deploy the current build output directory as a static SPA to Kortix Apps and verify the stable URL responds correctly.