You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,10 +19,11 @@ To use the wizard, you can run it directly using:
16
19
npx @posthog/wizard
17
20
```
18
21
19
-
Currently the wizard can be used for **React, NextJS, Svelte, Astro and React
20
-
Native** projects. If you have other integrations you would like the wizard to
22
+
Currently the wizard can be used for over 16 frameworks for frontend, backend, and mobile applications. If you have other integrations you would like the wizard to
21
23
support, please open a [GitHub issue](https://github.com/posthog/wizard/issues)!
22
24
25
+
Visit our [docs](https://posthog.com/docs/ai-engineering/ai-wizard) to learn more.
26
+
23
27
## MCP Commands
24
28
25
29
The wizard also includes commands for managing PostHog MCP (Model Context
@@ -62,9 +66,6 @@ The following CLI arguments are available:
62
66
|`--ci`| Enable CI mode for non-interactive execution | boolean |`false`||`POSTHOG_WIZARD_CI`|
63
67
|`--api-key`| PostHog personal API key (phx_xxx) for authentication | string |||`POSTHOG_WIZARD_API_KEY`|
64
68
65
-
> Note: A large amount of the scaffolding for this came from the amazing Sentry
66
-
> wizard, which you can find [here](https://github.com/getsentry/sentry-wizard)
0 commit comments