New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

catalyst-core

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catalyst-core

Web framework that provides great performance out of the box

beta
latest
Source
npmnpm
Version
0.3.0-beta.5
Version published
Maintainers
1
Created
Source
Catalyst logo

Table of Contents

  • Overview
  • Installation

Overview

Catalyst offers a comprehensive suite of features designed for modern web development. It includes isomorphic rendering for optimal performance, an extendable server with full-stack capabilities, and configurable state management. The framework employs smart prefetching of data and chunks, allows easy configuration of global styles and layouts, and provides SEO optimization at both global and page levels.

Catalyst also supports universal apps for Android and iOS. See the Universal App guide to get started.

Installation

System Requirements

  • Node version 20.4.0 or later
  • Compatible with macOS and Linux

Automatic Installation

Run the following commands in the directory where you want to set up the Catalyst app:

npx create-catalyst-app@latest

You will see some prompts to configure your application.

cd <name-of-your-project> && npm run start

The development server will start at http://localhost:3005

Documentation

Visit https://catalyst.1mg.com to view the full documentation.

FAQs

Package last updated on 18 Aug 2026

Related posts