docs: add bridge live demo link with UTM attribution to READMEs#43
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Keep a single link with utm_source=npm — the symlink means one file serves both the GitHub repo page and the npm package page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32ffcfb627
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| You can also try the intent-based bridge built with this SDK at [intents.rozo.ai/bridge](https://intents.rozo.ai/bridge?utm_source=npm&utm_medium=readme). | ||
|
|
||
| You can also try the intent-based bridge built with this SDK at [intents.rozo.ai/bridge](https://intents.rozo.ai/bridge?utm_source=github&utm_medium=readme). |
There was a problem hiding this comment.
Avoid publishing both attribution links in the shared README
Because the repo root README.md is a symlink to this file, these two CTAs are shown together in both the GitHub README and the npm package README. In either surface, one of the links carries the wrong utm_source, so clicks can be attributed to the wrong channel and the duplicate identical copy also makes the Demo section look accidental; split the surface-specific README content or keep a single neutral link here.
Useful? React with 👍 / 👎.
Adds a link to the live intent-based bridge (intents.rozo.ai/bridge) in the Demo section of the package README, carrying
utm_source=npm&utm_medium=readmeso traffic and paid conversions can be attributed by channel. The bridge frontend already capturesutm_*into PostHog and payment metadata.Note: the repo root
README.mdis a symlink topackages/connectkit/README.md, so this single link covers both the GitHub repo page and the npm package page.🤖 Generated with Claude Code