Improve UX and conversions with
instant feedback

Checkra helps solo developers and startups improve UX and conversion with instant AI suggestions, previewed live on your site.
Try it live – click the floating button in the bottom of the page

Compatible with:

Use Cases

Solo Developers

Improve UX & Conversion

Building alone is hard. Checkra's AI reveals blind spots such as unclear UI, missing instructions, or confusing features – without leaving your website. Don't let your side project fail because of simple oversights.

Designers & PM's

Streamline Development

Ask Checkra for insights on UX, accessibility, and conversion issues directly on your website. Get previews for fixes and easily share them with engineers, giving clear and actionable feedback.

Get started - no sign-up needed

Copy these two lines and paste them inside the <head> section of your HTML file. Checkra will appear automatically!

<link rel="stylesheet" href="https://unpkg.com/checkra@latest/dist/style.css">
<script src="https://unpkg.com/checkra@latest/dist/checkra.umd.cjs" defer></script>

1. Install the package using your preferred package manager.
2. Import `initCheckra` in your project's entry point.
3. Include the CSS via a <link> tag in your HTML's <head> tag.
4. Call `initCheckra()` when your application mounts or the DOM is ready.

# 1. Install
npm install checkra
# or yarn add checkra
# or pnpm add checkra

# 2. Add CSS to HTML 
<link rel="stylesheet" href="https://unpkg.com/checkra@latest/dist/style.css">

# 3. Import in your main JS/TS file
import { initCheckra } from 'checkra';

# 4. Initialize
document.addEventListener('DOMContentLoaded', () => {
  const checkraInstance = initCheckra({
    isVisible: true // Default is true
  });
});

Pricing

Free

Free

Cover the basics

  • 1 user
  • 25 daily GPT-4 completions
  • Sharing of suggestions
No sign-up needed, include the Checkra script and get started

Coming soon

Solo

$ 9

/month

Smarter feedback & improvements

  • 1 user
  • 50 daily GPT, Gemini or Claude completions
  • Faster completions
  • Github and Jira integrations for sharing suggestions + change notes
Coming Soon