WalletGrower
Website & App Integration

Add a Free AI Money Coach
to Your Website

Drop a single script tag on your site and give every visitor access to Walley — personalized credit card, investing, and earning tips. You earn 50% of every conversion.

Get Your Embed Code

Four Ways to Integrate

Choose the integration method that fits your tech stack. All options include your Partner ID for automatic revenue attribution.

1. Script Tag (Easiest)

Add one line to your HTML. The widget loads asynchronously and won't slow down your page.

HTML
<script
  src="https://walletgrower-web.vercel.app/embed/walley.js"
  data-site-id="YOUR_SITE_ID"
  data-position="bottom-right"
  data-color="#065f46"
  async
></script>

2. iframe

Embed Walley in a specific area of your page — great for dedicated help pages or sidebars.

HTML
<iframe
  src="https://walletgrower-web.vercel.app/embed/chat?siteId=YOUR_SITE_ID&primaryColor=%23065f46"
  width="400"
  height="600"
  style="border: none; border-radius: 16px;"
  allow="clipboard-write"
></iframe>

3. React Component

Import the WalleyWidget component directly into your React or Next.js app.

JSX
import { WalleyWidget } from '@walletgrower/walley-chat';

export default function App() {
  return (
    <WalleyWidget
      config={{
        siteId: 'YOUR_SITE_ID',
        source: 'walley_react',
        theme: { primaryColor: '#065f46' },
      }}
    />
  );
}

4. npm Package

Full control via the npm package. Supports custom UI, headless mode, and event hooks.

Terminal
npm install @walletgrower/walley-chat

Widget Features

Lightweight

Under 7KB loader script. Async loading won't affect your page speed scores.

Customizable Theme

Match your brand colors, border radius, and font. The embed configurator generates ready-to-use code.

Streaming Responses

Real-time token streaming so users see Walley typing, just like ChatGPT.

Quick Questions

Configurable suggestion pills shown on first open to drive engagement.

Mobile Responsive

Automatically adapts to mobile screens. Floating action button on small viewports.

Revenue Tracking

Every conversation and product click is attributed to your Site ID. View it all in your dashboard.

Revenue Model

50%

Revenue Share

of affiliate commissions

Site ID

Attribution

auto-tracked per embed

$50

Min Payout

balance rolls over

Monthly

Payout Cycle

Net-30

How Attribution Works

Your embed code includes a unique Site ID that maps to your partner account. Every time a visitor on your site interacts with Walley and clicks through to a financial product, the conversion is attributed to you. The tracking is built into the widget — no additional setup required. View everything in real time on your partner dashboard.

Get Walley on Your Site Today

Free to embed. No traffic minimums. Revenue from day one.

Get Your Embed Code