catalyst-appsail

Deploy and manage persistent backend services on the Catalyst platform.

32|7|Updated May 15, 2026
One-click install
npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-appsail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalyst-appsail
Source: https://github.com/catalystbyzoho/agent-skills/tree/main/skills/catalyst-appsail
Command: npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-appsail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zcatalyst-cli, docker, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of persistent backend services, such as web applications and long-running processes, on the Catalyst platform.

Core Features & Use Cases

  • Persistent Server Deployment: Deploy and manage web applications and long-running processes.
  • Managed Runtimes: Use pre-configured runtimes (Node.js, Java, Python) or custom Docker containers.
  • Environment Configuration: Configure environment variables, memory, and more.
  • Deployment: Deploy via CLI or directly from the Console.
  • Use Case: Deploy a Node.js application with MongoDB integration using the catalyst appsail:add command.

Quick Start

Use the catalyst appsail:add command to create and deploy a new AppSail service for your Node.js application.

Frequently Asked Questions about catalyst-appsail

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy persistent backend services on the Catalyst platform?

To deploy persistent backend services on the Catalyst platform, use the `catalyst appsail:add` command. This manages web applications and long-running processes by configuring environment variables and memory before deployment.

Can I use custom Docker containers for web application deployment with Catalyst AppSail?

Yes, you can use custom Docker containers for web application deployment with Catalyst AppSail. You must have Docker Desktop installed alongside the Catalyst CLI to build and manage these custom container deployments.

What runtimes are supported for deploying long-running processes on Catalyst?

Catalyst supports pre-configured managed runtimes including Node.js, Java, and Python for deploying long-running processes. You can also deploy custom Docker containers if your application requires a different environment.

Do I need the Catalyst CLI to manage environment configuration for AppSail?

Yes, you need the Catalyst CLI to manage environment configuration and deployment tasks for AppSail. You can deploy services directly from the CLI or the Console, configuring variables and memory as needed.

How does AppSail handle persistent server deployment for Node.js applications?

AppSail handles persistent server deployment for Node.js applications by streamlining the configuration and management of long-running processes. You simply use the `catalyst appsail:add` command to create and deploy the service.

What is the best way to configure environment variables for backend services in Catalyst?

The best way to configure environment variables for backend services in Catalyst is through the AppSail deployment configuration. You can set variables and memory limits via the CLI or directly within the Console before deployment.