catalyst-slate

Automate web application deployment on Catalyst's Slate platform via Git workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the deployment of modern web applications built with React, Next.js, Vue, Angular, Svelte, Astro, SolidJS, Preact, and static HTML on Catalyst's Slate platform, reducing manual configuration and deployment complexity.

Core Features & Use Cases

  • Framework Support: Native support for React, Next.js, Vue, Angular, Svelte, Astro, SolidJS, Preact, and static HTML.
  • Git-based Deployment: Simplifies deployment from GitHub/GitLab repositories with auto-build and deploy on push.
  • Preview Deployments: Enables branch-based preview deployments for easy testing and review.
  • Custom Domain Mapping: Allows mapping custom domains to your Slate application.
  • Environment Variables: Supports environment variable management for sensitive configuration.

Quick Start

To deploy your React application to Slate, initialize a new Slate app with catalyst slate:create --name <name> --framework react-vite --default, then deploy with catalyst deploy slate.

Frequently Asked Questions about catalyst-slate

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

FAQPage Schema
How do I deploy a React application to Catalyst Slate?

To deploy a React application to Catalyst Slate, initialize a new app using `catalyst slate:create` with the `react-vite` framework flag, then push your code to your Git repository and execute `catalyst deploy slate`.

What modern web frameworks are supported for Git deployment on Slate?

Git deployment on Slate natively supports React, Next.js, Vue, Angular, Svelte, Astro, SolidJS, Preact, and static HTML, allowing you to auto-build and deploy applications directly upon pushing code.

Can I use GitHub or GitLab repositories for automated Slate deployments?

Yes, you can connect GitHub or GitLab repositories to Slate to simplify deployment, enabling automatic builds and deployments whenever you push code changes to your connected Git repository.

Does Catalyst Slate support branch-based preview deployments for testing?

Yes, Catalyst Slate supports branch-based preview deployments, enabling you to create isolated testing environments from your Git branches to review application changes before merging to production.

How do I map a custom domain and manage environment variables in Slate?

Slate allows mapping custom domains directly to your web application and provides environment variable management to securely configure sensitive data across your deployment environments.

What is the best way to automate web application deployment without manual configuration?

Using Git-based workflows on Catalyst Slate automates web application deployment by triggering auto-builds and releases upon code push, eliminating manual configuration for modern web frameworks.