Skip to main content
ClaudeWave
ToolsOfficial Registry87 stars18 forksJavaScriptMITUpdated today
Get started
Method: Clone
Terminal
git clone https://github.com/tata1mg/catalyst-core
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# Catalyst

<div align="center">
 <picture>
 <source media="(prefers-color-scheme: dark)" srcset="https://onemg.gumlet.io/staging/7ee66dfb-b5fb-4fbe-8dea-789685e45f7a.svg">
 <img alt="Catalyst logo" src="https://onemg.gumlet.io/staging/2fdb0975-8f51-4fd1-bd7d-6375d793f581.svg" height="128">
 </picture>
</div>

Catalyst is a React framework for building performant web apps and universal apps for Android and iOS. It provides server-side rendering, route-level data fetching, app shell primitives, styling conventions, and native WebView packaging tools.

## Quick Start

Create a new Catalyst app with:

```sh
npx create-catalyst-app@latest
```

Then start the generated app:

```sh
cd <your-app>
npm run start
```

The development server starts at `http://localhost:3005`.

## Documentation

Read the full documentation at [catalyst.1mg.com](https://catalyst.1mg.com).

Useful starting points:

- [Getting Started](https://catalyst.1mg.com/public_docs/content/Introduction/getting-started)
- [First Catalyst App](https://catalyst.1mg.com/public_docs/content/Guides%20and%20Tutorials/First%20Catalyst%20App/quick-start)
- [Universal App Setup](https://catalyst.1mg.com/public_docs/content/Guides%20and%20Tutorials/First%20Universal%20App/first-universal-app)

## Packages

- [`catalyst-core`](./packages/catalyst-core): the framework package used by Catalyst applications.
- [`create-catalyst-app`](./packages/create-catalyst-app): the CLI for scaffolding new Catalyst apps.

## Requirements

- Node.js `20.4.0` or later for generated Catalyst apps.
- macOS or Linux for local development.

## Repository

This repository is a monorepo containing the framework package, scaffolding CLI, docs app, and internal test fixture.

- `packages/catalyst-core`: framework package
- `packages/create-catalyst-app`: CLI and scaffold templates
- `apps/catalyst-core-test`: standalone fixture app used to test `catalyst-core`
- `docs`: Catalyst documentation app

## Contributing

Install dependencies and create local docs config before running build/test commands:

```sh
npm run setup
```

Common development commands:

```sh
npm run core:build
npm run core:test
npm run cca:test
npm run docs:build
```

To scaffold a real app from the current branch packages:

```sh
npm run sandbox:create -- --name release-test
```

The sandbox app is created under `.sandbox/<name>` and uses a local packed `catalyst-core` from the current branch.

What people ask about catalyst-core

What is tata1mg/catalyst-core?

+

tata1mg/catalyst-core is tools for the Claude AI ecosystem with 87 GitHub stars.

How do I install catalyst-core?

+

You can install catalyst-core by cloning the repository (https://github.com/tata1mg/catalyst-core) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is tata1mg/catalyst-core safe to use?

+

tata1mg/catalyst-core has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains tata1mg/catalyst-core?

+

tata1mg/catalyst-core is maintained by tata1mg. The last recorded GitHub activity is from today, with 77 open issues.

Are there alternatives to catalyst-core?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy catalyst-core to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: tata1mg/catalyst-core
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tata1mg-catalyst-core)](https://claudewave.com/repo/tata1mg-catalyst-core)
<a href="https://claudewave.com/repo/tata1mg-catalyst-core"><img src="https://claudewave.com/api/badge/tata1mg-catalyst-core" alt="Featured on ClaudeWave: tata1mg/catalyst-core" width="320" height="64" /></a>