---
title: Overview
description: "@chat-js/cli — scaffold and manage ChatJS applications"
---

`@chat-js/cli` gets you from zero to a running ChatJS app in one command. No installation required — run it directly with `npx`:

```bash
npx @chat-js/cli@latest create my-app
```

**[create](/cli/create)**

Scaffold a new ChatJS application. Walks you through gateway, features, and
auth selection.

**[add](/cli/add)**

Add a component or feature to an existing project.

**[config](/cli/config)**

Print the fully resolved configuration for the current project.
