The Zendesk alternative.

Bring support and product together. Answer customers, capture bug evidence, and give engineering a clear next step. Gleap connects your support inbox to the product your team builds, with unlimited seats on Team.

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
Checkout does nothing after coupon
#146960 Replay Env data Logs Custom data
Description
Checkout does nothing after I add a coupon. Tried twice.
Screenshot app.lumenhq.com/checkout SPRING20 Checkout Something went wrong
Translate · Today at 10:41 ·
Today
  1. 10:41 AM
    Working · watching the replay
  2. 10:46 AM
    Confirmed bug
    applyCoupon resets the cart before POST /orders/confirm, so the request fails with cart_expired.
    Ask for changes Fix with Kai Code
ReplyNoteAsk Kai Copilot
Hey Tobias,TAB
Send
Survey notifications not showing
#146960
Today
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
Kai Resolve2:21 PM
Thanks for the details. The team will take a deeper look at this. You can follow the conversation here.
ReplyNoteAsk Kai Copilot
Hey Isabella,TAB
Send

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.

Try a real support case from first question to engineering handoff.
Compare plans
Invite the whole team. Team includes unlimited seats and projects for $149/month billed annually. Compare your subscription, required channels and AI usage separately.
One workspace. Unlimited seats.
A ten-seat subscription example, billed annually in USD.
Gleap Team
$149 / month
$1,788 billed annually. Unlimited seats and projects.
Shared inbox, knowledge base and routing
Bug reports, roadmap and changelog
Tours, checklists and surveys
Kai access; AI usage billed separately
Start 14-day free trial
Unlimited seats
Zendesk Suite Team
$550 / month
$6,600 billed annually. 10 agents at $55 each.
Ticketing, messaging and live chat
Knowledge base and AI agents
Omnichannel routing and telephony
Usage and optional add-ons may cost extra
See comparison details

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

Bugs arrive with evidence.

See what your customer saw.
Capture screenshots, session replay, console logs and network activity with the customer’s report. Support and engineering can work from the same context.
Explore bug reporting
app.lumenhq.com/checkout SPRING20 Checkout Something went wrong
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

Investigate inside the ticket.

Give hard questions a next step.
Kai Resolve reads available session evidence, logs and code. Findings return to the inbox, and confirmed bugs can become coding tasks.
Explore Kai Resolve

Turn reports into reviewed fixes.

The ticket stays connected.
Kai Code plans the change, writes and tests code, and opens a pull request. Your engineers review and merge, with progress linked to the original ticket.
Explore 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}>

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.

Give requests a roadmap.

Keep the people who asked connected.
Collect requests and votes, decide what to build, and publish release updates. Support conversations stay linked to the product decisions they inform.
Explore product feedback
Bring your Zendesk history. Import companies, contacts and tickets with comments and internal notes. Set up routing and channels separately, then test a sample before your cutover.
How teams use Gleap
“Everything is in the same place.”
Tridonic brought customer conversations, ticket routing, surveys, and AI support into one Gleap workspace.
Elif Kavas
Digital Customer Experience Platforms Specialist, Tridonic
“This is an exceptionally good tool.”
Commonplace brought feedback, support, knowledge, and roadmap work into Gleap.
Benjy Meyer
Chief Product & Technology Officer, Commonplace
“Projects go smoothly.”
Théo Hudry on collecting client feedback and issues with Gleap at Minuit Agency.
Théo Hudry
CEO, Minuit Agency
Your switching questions, answered. Service coverage, costs and the details of moving from Zendesk.
Bring support closer to your product.
4.6/5
on G2