Open source · Now in early access

Give any website
a soul.

Kri wraps any existing website with an autonomous agent layer. No rebuild. No code changes. Your clients get AI — in 30 minutes.

Free to self-host. No credit card required.

Works on any stack

WordPress Shopify Webflow Legacy PHP Custom HTML Any CMS

How it works

Three steps.
One wrapped site.

01

Point Kri at the site

Give Kri a URL. It loads the site in a Playwright session and maps the DOM. No access to the codebase needed.

02

Kri injects the layer

A lightweight overlay is injected. The agent connects to your LLM backend. The site now has memory, voice, and chat.

03

Users talk. Kri acts.

Users interact via voice or chat. Kri's agent navigates the site, completes tasks, and remembers context across sessions.

What Kri does

Not a chatbot.
An operator.

Task completion

Users say "add this to my cart" and Kri does it. The agent navigates, clicks, and fills forms like a human would.

Site memory

SQLite memory per site. Kri remembers past interactions, user preferences, and DOM states across sessions.

Self-healing daemon

A background daemon watches the site every 5 minutes. Broken selectors, layout shifts — Kri detects and repairs automatically.

Agency dashboard

Manage all client sites from one place. See health status, toggle agents, monitor usage. White label ready.

Voice + chat

Users interact via voice or text. Kri handles both. No extra integration required on the client's end.

Open source core

The engine is fully open. Self-host it, fork it, extend it. No black box on your client's site.

Security

You must own it
to wrap it.

01

Add your site

Enter the client's URL in your Kri dashboard. A unique verification token is generated for that domain.

02

Verify ownership

Add one meta tag to the site's HTML. No DNS changes. No file uploads. Just paste and save.

03

Kri activates

Kri checks for the token before going live. Verified sites only. Full audit trail kept per domain.

// Paste inside your site's <head> tag
<meta name="kri-verify" content="kri_tok_your_unique_token" />

Setup

Deploy in minutes.

kri.config.js
// 1. Install
$ npm install -g kri-agent

// 2. Configure
export default {
  site: "https://yourclient.com",
  llm: "claude-sonnet-4-6",
  memory: true,
  daemon: true,
  voice: true
}

// 3. Wrap
$ kri start

// ✓ Agent is live. Site has a soul.

Pricing

Simple. Honest.

Free

$0

self-hosted, forever

  • 1 site
  • Open source engine
  • Community support
  • All core features
View on GitHub

Agency

$149

per month, hosted

  • Unlimited sites
  • White label
  • Custom branding
  • Dedicated support
Join waitlist

Be first to wrap.

Early access is limited. Join the waitlist and we'll reach out when Kri is ready for your agency.

✓ You're on the list. We'll be in touch.