
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
create-catalyst-app-internal
Advanced tools
Scaffold your Catalyst app swiftly with create-catalyst-app. This tool expedites the process by initializing your project with predefined configurations. To kickstart your project, execute the following command:
npx create-catalyst-app@latest
Upon execution, you'll be prompted to name your project. Once named, a template will be cloned into the specified directory.
✔ What is your project named? my-app
Next, select your preferred state management tool from the provided options.
? Choose state management: › - Use arrow-keys. Return to submit .
❯ Redux
Redux Toolkit (RTK)
None
Following your selection, a default template will be cloned into the directory, and all necessary packages will be installed.
Commence development by initiating the application in development mode with the following commands:
Navigate into the directory
cd my-app
For running the application in development mode, run:
npm run start
For a production build, change NODE_ENV to "production" in config/config.json, and then run :
npm run build
To serve the production build, execute:
npm run serve
Explore the complete documentation at https://catalyst.1mg.com.
FAQs
cli package to scaffold Catalyst application
We found that create-catalyst-app-internal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.