Files
posthog.com/contents/docs/getting-started/_snippets/wizard.mdx
Edwin Lim 807c2cc77a posthog ips snippet (#13575)
* posthog ips snippet

* suggestions
2025-11-07 11:15:03 -05:00

21 lines
923 B
Plaintext

import AgentPrompt from "../../integrate/_snippets/agent-prompt.mdx"
import DetailSetUpReverseProxy from "../../integrate/_snippets/details/set-up-reverse-proxy.mdx"
import DetailGroupProductsInOneProject from "../../integrate/_snippets/details/group-products-in-one-project.mdx"
import DetailPostHogIPs from "../../integrate/_snippets/details/posthog-ips.mdx"
Install PostHog in seconds with our wizard by running this command in your project directory with your terminal (it also works for [LLM coding agents](/blog/envoy-wizard-llm-agent) like Cursor and Bolt):
<AgentPrompt />
Wait for it to finish and test the setup once the wizard is complete.
The wizard supports React, Next.js, Svelte, and React Native. We've got more on the way.
Check out the wizard's [GitHub repo](https://github.com/PostHog/wizard) for more details.
<DetailSetUpReverseProxy />
<DetailGroupProductsInOneProject />
<DetailPostHogIPs />