mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-06 04:11:22 +01:00
14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
---
|
|
props:
|
|
framework: string
|
|
---
|
|
|
|
## Beta: integration via LLM
|
|
|
|
<p>Install PostHog for {props.framework} in seconds with our wizard by running this prompt with <a href="/blog/envoy-wizard-llm-agent">LLM coding agents</a> like Cursor and Bolt, or by running it in your terminal. </p>
|
|
|
|
import AgentPrompt from "../integrate/_snippets/agent-prompt.mdx"
|
|
|
|
<AgentPrompt />
|
|
|
|
Or, to integrate manually, continue with the rest of this guide. |