Run Vynix on any site
Two ways, the same agent-ready capture: drop in one dependency-free script tag, or add the Chrome extension and capture with no code. Pick whichever fits.
Both capture the same agent-ready context and feed the same dashboard, MCP server and GitHub handoff.
One script tag. Any stack.
Best for your own production or staging site: always on for your whole team and your visitors.
<script
srAdd the widget script
Paste this just before your closing </body> tag on every page you want to capture, then swap YOUR_PROJECT_KEY for your project’s key from the dashboard.
<script src="https://cdn.vynix.in/widget.js" data-project-key="YOUR_PROJECT_KEY" data-api="https://www.vynix.in" defer ></script>
Loads deferred from our CDN and runs isolated in a Shadow DOM, so it never blocks rendering or clashes with your site’s styles.
Live in under two minutes
Create a project
Sign in, create a project for your site, and copy its public project key from the dashboard.
Add one script tag
Paste the snippet just before your closing </body> tag. It loads deferred and never blocks rendering.
Start annotating
Open your site, click the Vynix launcher, point at any element and leave a note. That’s it.
Works with your stack
Because it’s a plain script isolated in a Shadow DOM, Vynix runs the same everywhere: no plugin, no build step.
Script attributes
data-project-keyrequiredYour project’s public key from the dashboard. Tells Vynix where annotations belong.
data-apirequiredYour Vynix API base URL.
data-capture-diagnosticsoptionalSet to "false" to disable console & network capture. Defaults to true.
data-themeoptional"auto" (default), "light" or "dark" to match your site.
deferoptionalRecommended. Loads the widget without blocking your page.
Prefer no setup? Add the extension.
Same Vynix, nothing to install on your site. Pin the extension and capture on any page, even one you do not own.
Vynix lives in your browser
Pin the extension and point-and-capture on any page: your own app, a staging build, a client’s site, even one you do not own. No snippet, no deploy.
- Works on any website, the moment you click the icon.
- Nothing to add to your site. Perfect for QA and agencies.
- The same agent-ready capture as the embedded widget.
“make this primary and a larger tap target”
Add the MCP server
Register the Vynix MCP server with any compatible client to let your agent read and resolve annotations directly. Add this to your client’s MCP config and restart it.
- Use a personal token from your dashboard.
- Point VYNIX_API at your Vynix instance.
- Then ask your agent: “what feedback do I have?”
{
"mcpServers": {
"vynix": {
"command": "npx",
"args": ["-y", "@usevynix/mcp-server"],
"env": {
"VYNIX_API_URL": "https://www.vynix.in",
"VYNIX_API_TOKEN": "your_personal_token"
}
}
}
}Stop describing bugs. Point at them.
Add one script tag and give your AI agent the context it has been missing. Free while we grow.