Skip to content

Commit 9168f12

Browse files
committed
Add Wizard CTA on React docs
1 parent 24e0100 commit 9168f12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/client/javascript-mono/react/_reactInstall.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ If you are starting from scratch, please refer to [New React App](https://react.
99
Using Next.JS? Check out our Next guides [here](/client/javascript-sdk/next-js).
1010
:::
1111

12+
## AI-powered Setup (beta)
13+
14+
Our AI agent can setup Statsig on your codebase with this command:
15+
16+
```shell
17+
npx @statsig/wizard
18+
```
19+
20+
This is an experimental feature. If you have any feedback, please reach out on our [Slack community](https://statsig.com/slack).
21+
22+
For manual setup, continue to this page's next section.
1223

1324
## Installation
1425

0 commit comments

Comments
 (0)