Integrate WebEvo.ai's powerful website analysis directly into your sites, apps, and marketing funnels. Drive engagement and capture leads with instant value.
Perfect for React, Next.js, and other component-based frameworks
Install via npm:
npm install @webevo/react
Or via yarn:
yarn add @webevo/react
import WebEvoWidget from '@webevo/react'
function MyPage() {
return (
<div>
<WebEvoWidget
apiKey="your-api-key"
theme="dark"
size="standard"
onScanStart={(url) => console.log('Scanning:', url)}
/>
</div>
)
}
Prop | Type | Default | Description |
---|---|---|---|
apiKey | string | - | Optional API key for tracking and custom attribution |
theme | 'light' | 'dark' | 'dark' | Widget color scheme |
size | 'compact' | 'standard' | 'large' | 'standard' | Widget size variant |
showBranding | boolean | true | Show "Powered by WebEvo.ai" footer |
onScanStart | (url: string) => void | - | Callback fired when user starts a scan |
className | string | '' | Additional CSS classes |
Universal solution for any website or CMS
<iframe
src="https://app.webevo.ai/embed/widget"
width="100%"
height="400"
frameborder="0"
style="border-radius: 12px;"
></iframe>
<div id="webevo-widget"></div>
<script>
(function() {
const iframe = document.createElement('iframe');
iframe.src = 'https://app.webevo.ai/embed/widget?theme=dark';
iframe.width = '100%';
iframe.height = '400';
iframe.style.border = '0';
const container = document.getElementById('webevo-widget');
if (container) container.appendChild(iframe);
})();
</script>
Parameter | Values | Default | Description |
---|---|---|---|
theme | light, dark | dark | Widget color scheme |
size | compact, standard, large | standard | Widget size variant |
showBranding | true, false | true | Show WebEvo.ai branding |
apiKey | your-api-key | - | API key for tracking |
Example: https://app.webevo.ai/embed/widget?theme=light&size=large&showBranding=false
Embed the widget on landing pages to capture leads by offering instant website analysis.
Add to client dashboards for self-service website monitoring and analysis.
Embed in blog posts about web optimization to let readers test their own sites.
Use in sales funnels to demonstrate value before prospects commit to services.
Start integrating WebEvo.ai widgets into your sites today. Need help? Our team is here to assist.