The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Catalyst Core listing page.
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.
Create a new Catalyst app with:
Then start the generated app:
The development server starts at http://localhost:3005.
Read the full documentation at catalyst.1mg.com.
Useful starting points:
catalyst-core: the framework package used by Catalyst applications.create-catalyst-app: the CLI for scaffolding new Catalyst apps.20.4.0 or later for generated Catalyst apps.This repository is a monorepo containing the framework package, scaffolding CLI, docs app, and internal test fixture.
packages/catalyst-core: framework packagepackages/create-catalyst-app: CLI and scaffold templatesapps/catalyst-core-test: standalone fixture app used to test catalyst-coredocs: Catalyst documentation appInstall dependencies and create local docs config before running build/test commands:
Common development commands:
To scaffold a real app from the current branch packages:
The sandbox app is created under .sandbox/<name> and uses a local packed catalyst-core from the current branch.