The HelpCrunch alternative.

Support connected to what ships. Kai answers in the widget while your team works email, chat and WhatsApp from one inbox. Bug evidence stays with the conversation and confirmed issues move into investigation and reviewed code.

4.6/5 on G2
Trusted by 4,500+ teams worldwide
Trusted by 4,500+ teams, from startups to global businesses
All Open 12
  1. Florian Berger
    Hi, our invoice shows 20% VAT but we have a VAT ID2m
  2. Mia Kellerman
    Every time I hit Pay now the page just spins18m
  3. Jonas Weber
    Can I export my data as CSV?1h
  4. Sofia Lindqvist
    SSO login loops back to the start4h
  5. Tom Alvarez Tomorrow
    Invoice for March6h
  6. Ade Okafor
    Webhook fires twice on ticket.created1d
  7. Priya Raman
    Love the new inbox2d
Invoice shows the wrong VAT
#146960
Today
Florian Berger2:15 PM
Hi, our invoice shows 20% VAT but we are a company in Austria with a VAT ID.
Kai 2:15 PM
Working · reading the billing docs
With a valid EU VAT ID the reverse charge applies. Add it under Settings › Billing and the next invoice is issued without VAT. Should a teammate reissue this one?
Florian Berger2:17 PM
Yes please, we need the March invoice corrected.
Kai transferred ticket to Human.
Handed to the team
Nobody has claimed this yet.
Lukas Boehler took over.
Assign to me
ReplyNoteAsk Kai Copilot
WhatsApp
Reply to Florian…
Send
KaiOur bot will reply instantly
Kai
Hey 👋! I'm here to assist you. How can I help you?
a few seconds ago
How do I invite a teammate?
Kai
Thinking…
AIjust nowWas this helpful?
Can a teammate help me?
Kai
I'll bring in the team.
LukasLukas
Hi, I'm Lukas. Happy to help!
just now
Write a reply…
app.lumenhq.com/checkout SPRING20 Checkout Something went wrong
Kai Code picked up this ticket GleapSDK/Desktop
  1. Planning · reading the ticket and src/drawer
  2. 10:44
    Plan proposed
    Listen for new notifications.
  3. 10:46
    Plan approved by Lukas
  4. Working · editing src/drawer/Notifications.tsx
  5. 11:07
  6. 14:03
  7. 14:05
    Customer notified reply sent to Rami
Try a chat, a bug report and a confirmed fix.
Compare workflows
Choose the scope you need. HelpCrunch prices per team member and bundles live chat, a shared inbox, a knowledge base, AI Agents and campaigns. Choose Gleap when conversations should connect to bug evidence, product feedback and engineering work, with unlimited seats. Evaluate campaign and popup volume separately.
Features
Gleap
HelpCrunch
Primary focus
Gleap
AI-native customer support connected to bug reports, product feedback and code work
HelpCrunch
Live chat, shared inbox, knowledge base, AI Agents and marketing outreach in one subscription
Pricing unit
Gleap
Team and Pro subscriptions with unlimited seats; AI usage on prepaid credits
HelpCrunch
Basic and Pro per team member; Unlimited with unlimited team members and 50,000 emails; check current prices
AI answers
Gleap
Kai on every plan, answering from your knowledge base and connected sources
HelpCrunch
AI Agents trained on the knowledge base and custom answers; free monthly conversation limit from Pro, extensions from $29 per 100 conversations billed monthly
Issue evidence
Gleap
In-app reports with supported screenshots, replay, console/network logs and device context
HelpCrunch
Chat and email conversations; test how a technical report reaches your engineers
Investigation and code
Gleap
Kai Resolve returns findings; Kai Code opens pull requests your engineers review
HelpCrunch
Chatbot flows, auto messages and campaigns; confirm engineering handoff options
Mobile
Gleap
SDKs for web, iOS, Android, React Native and Flutter; capture varies by platform
HelpCrunch
iOS, Android and React Native SDKs
Product feedback
Gleap
Requests, votes, public roadmap and changelog linked to tickets
HelpCrunch
Check product feedback needs separately
Commercial comparison
Gleap
Team $149/month billed annually or $179 month-to-month; Pro $299 or $359; AI usage separate
HelpCrunch
Per-member and flat plans with a 20% annual discount and free migration; check current pricing
Price the scope you need. Gleap Team is $149/month billed annually or $179 month-to-month, with unlimited seats. Pro is $299/month billed annually or $359 month-to-month and includes Resolve, Code and PM; AI usage is separate. HelpCrunch prices Basic and Pro per team member and Unlimited as a flat plan with unlimited team members and 50,000 emails, with a 20% discount for annual billing; its pricing page renders the current figures in the browser, so check it for today's numbers.

Meet your AI team.

Answer customers. Investigate issues. Build what comes next. Kai is available on every plan; Resolve, Code and PM are included in Pro and Enterprise. AI usage is billed separately.

Kai

Answers customers

Answers from your knowledge base and connected sources. Brings your team in when needed.

Meet Kai

Kai Resolve

Investigates hard tickets

Reads session evidence, logs and code. Returns findings and creates coding tasks for confirmed bugs.

Meet Kai Resolve

Kai Code

Builds the fix

Plans the change, writes and tests code, and opens a pull request. Your engineers review and merge.

Meet Kai Code

Kai PM

Prioritizes requests

Triages feedback, finds duplicates and scores requests. You decide what belongs on the roadmap.

Meet Kai PM

Answer from your knowledge.

Kai replies, your team steps in.
Kai answers from your help center and connected sources, with the sources shown in the reply. Conversations that need a person are handed to the team in the same inbox.
Explore Kai
Jonas Weber11:02 AM
Can I export my data as CSV?
Kai11:02 AM
Go to Members → Invite member.
Inviting teammates · Help center
app.lumenhq.com/checkout SPRING20 Checkout Something went wrong

Keep evidence with the report.

See what the customer saw.
Customers mark the issue inside your app. Supported screenshots, replay, console and network logs travel with the conversation, depending on SDK and configuration.
Explore bug reporting

Investigate before the handoff.

Findings stay with the ticket.
Kai Resolve reads session evidence, logs and code with read-only access. It returns findings to the ticket and can start coding tasks for confirmed bugs.
Explore Kai Resolve
Isabella Berger2:15 PM
Survey notifications never arrive for visitors who are not logged in. Chat notifications work fine.
  1. 2:16 PM
    Working · reading the console logs
  2. 2:21 PM
    Found a likely bug
    Survey pushes skip anonymous visitors: sendSurveyPush returns early without a contact email. Delivery only needs the session's subscription.
    Ask for changes Fix with Kai Code
3 changed files +84 −12 PR #412
  • Notifications.tsx +61−9
  • useNotificationSocket.ts +19−3
  • Notifications.test.tsx +4−0
src/drawer/Notifications.tsx
  @@ -42,7 +42,15 @@ NotificationsDrawer  const { items } = useNotifications();− useEffect(() => { if (open) refetch(); });+ const socket = useNotificationSocket();+ useEffect(() => {+   if (!open) return;+   return socket.on('notification:new',+     (n) => setItems((p) => [n, ...p]));+ }, [open, socket]);  return <Drawer open={open}>

Prepare code for review.

Your engineers decide what ships.
Kai Code plans the change, writes and tests code, and opens a pull request linked to the ticket. Your engineers review, merge and release.
Explore Kai Code

Give requests a roadmap.

From conversation to release.
Collect requests and votes alongside support, then decide what belongs in the product. Publish progress and release notes to the people who asked.
Explore product feedback

Roadmap

See what we’re working on and what’s coming next.

Planned 31

Richer Jira (and Linear) Sync: Link, Track, and Customize Issues from Gleap

Also, other setting for integration would be nice: - set labels for tickets (like environment label) - set reporter, maybe we can identify the user and have it as reporter (this tool is used by internal employees) - define a description template for Jira ticket

Auto-detect host app dark/light mode for Gleap widget theme

Auto-detect host app dark/light mode for Gleap widget theme Customer asks if Gleap can detect whether the app (or widget host) is in dark mode or light mode and automatically switch the widget theme accordingly.

Add support for regional public holidays in operating hours settings

Add support for regional public holidays in operating hours settings Select Public Holiday for our Federal State. And create custom holiday for our company e.g. company party.

In progress 2

Team working hours

Set availability per agent and route conversations by working hours.

Bulk CSV export

Export tickets and contacts in one go.

Released 43

Tables in Knowledge Base

How can I insert a table in Gleap KB editor? I need to insert pricing...

Send Later + Undo Send for Support Replies (with scheduling)

Hello, it happens that customer tickets are being handled from our team.

Gleap widget apps

Add the ability to support custom widget apps.

How teams use Gleap
“Everything is in the same place.”
Gleap has transformed how Tridonic manages customer experience by streamlining feedback, support, and automation.
Elif Kavas
DX, Tridonic
“Essential to our development process.”
Gleap was implemented within minutes and helps MARK.ONE fix bugs quickly while building real customer relationships.
Mark Breuß
Founder, MARK.ONE
“Super-fast turnaround on feature requests.”
Transaction Network Services highlights Gleap’s turnaround on new feature requests as part of reducing errors in the product.
Martin Hardman
Transaction Network Services
Your switching questions, answered. Per-member pricing, AI conversations, mobile SDKs and the move from HelpCrunch.
Bring support closer to what ships.
4.6/5
on G2