Skip to main content
Share
Guides

Chatbot Window UI Design: Every Decision That Matters

The chat window is a small surface with a surprising number of decisions in it - launcher, header, bubbles, input, mobile behaviour. A property-by-property guide to designing one that people actually open.

Content & Engineering
Aug 2, 2026
12 min read
Updated Aug 2026Expert Reviewed
chatbot window designchatbot ui designchat widget designchatbot interface designchat window ui
TL;DR

The chat window is a small surface with a surprising number of decisions in it - launcher, header, bubbles, input, mobile behaviour. A property-by-property guide to designing one that people actually open.

Key Takeaways
  • A good chat window is legible at a glance, obviously interactive, and honest about what it can do.
  • Almost every failure traces back to one of those three: text that is hard to read, an interface that hides what to do next, or an opening line that promises more than the bot delivers.The window itself is a small surface - roughly 380x600 pixels on desktop, full screen on mobile - but it contains six distinct design decisions: the launcher, the header, the message area, the input, the mobile behaviour and the branding footer.
  • Each has a wrong answer that quietly costs conversations.

What makes a good chatbot window UI?

A good chat window is legible at a glance, obviously interactive, and honest about what it can do. Almost every failure traces back to one of those three: text that is hard to read, an interface that hides what to do next, or an opening line that promises more than the bot delivers.

The window itself is a small surface - roughly 380x600 pixels on desktop, full screen on mobile - but it contains six distinct design decisions: the launcher, the header, the message area, the input, the mobile behaviour and the branding footer. Each has a wrong answer that quietly costs conversations.

The launcher: the only element most visitors see

Most people never open your chat. The launcher is therefore doing more work than the entire conversation behind it.

The decisions, in order of impact:

  • Position. Bottom-right is the convention and conventions reduce hesitation. Bottom-left is legitimate if a cart, cookie bar or back-to-top button already occupies the right - competing for the same corner is worse than being unconventional.
  • Offset. The single most common implementation bug is a launcher that overlaps a sticky footer or a mobile navigation bar. Check it against your own site, not against a blank demo page.
  • Size. Large enough to be an obvious tap target - around 56-64px - and no larger. Oversized launchers read as advertising.
  • Icon versus image. A chat glyph is instantly legible. A brand mark is not, unless you are already famous. If you use a custom image, it still has to say "this opens a conversation".
  • Call-to-action label. A short label beside the icon - "Need help?" - reliably lifts opens over a bare circle, at the cost of screen real estate.

Resist animation that loops. A pulse on first load is a nudge; a permanent bounce is noise people learn to ignore, and on mobile it eats battery for nothing.

Try it yourself
Build your first chatbot free
Free plan, no credit card required. Live on your site in about 10 minutes.
Start building free

Message bubbles: legibility before personality

This is where most of the reading happens, so it is where restraint pays.

PropertySafe defaultWhy
Bot vs user distinctionDifferent colour and alignmentAlignment alone fails for colour-blind users; colour alone fails on small screens
Body size15-16pxBelow 14px fails on mobile; above 17px wastes a narrow column
Corner radius8-16pxFully rounded pills break badly on multi-line text
Max width~75% of the columnFull-width bubbles remove the visual cue of who is speaking
Message lengthUnder ~60 wordsLong paragraphs in a narrow column read as a wall and get skipped
BackgroundSolid, low contrastImage and gradient backgrounds routinely destroy text contrast

If a message needs more than sixty words, it usually needs to become two messages or a link. Splitting also lets you show a typing indicator between them, which reads as considered rather than dumped.

Input: buttons versus the text box

The input area silently decides your completion rate.

Buttons and quick replies raise completion because they remove the burden of composing an answer, work far better on mobile, and constrain input to values your flow can actually handle. Their cost is that they cannot capture anything you did not anticipate.

Free text collects richer information and is essential for open questions, but every free-text field is a chance for the user to say something the bot cannot parse.

The reliable pattern is buttons with an escape hatch: offer three to five options, and leave the text box available for anyone whose situation is not on the list. Hiding the text input entirely is what makes a bot feel like a phone tree.

Three details that matter more than they look:

  • Keep the input visible while the bot types. Disabling it mid-conversation makes the interface feel frozen.
  • Show a typing indicator for anything over about half a second, and be honest with its duration - artificially slow typing to seem human is irritating once noticed.
  • Support Enter to send on desktop and keep the send button large enough to tap on mobile.
Calculate your chatbot ROI
See exactly how much a chatbot saves your business. Free calculator, no signup required.
Try Calculator

Mobile: a different design, not a smaller one

Over half of chat traffic is mobile and the constraints are genuinely different.

  • Full screen, not a floating panel. A miniature desktop window on a phone wastes the viewport and produces mis-taps.
  • The keyboard eats half the screen. Test with it open - this is where fixed-position headers and footers collide and where the send button ends up under the thumb bar.
  • Tap targets at 44px minimum, with real spacing between adjacent buttons. Quick-reply chips packed tightly are the most common mis-tap source.
  • Never block page scroll behind an open chat unless the chat is genuinely full screen.
  • Respect safe areas on notched devices, or your close button sits under the system UI.

Test on a real mid-range Android device, not only on a desktop browser's responsive mode. The gap between those two is where most launch-day bugs live.

Accessibility is mostly free if you do it first

Retrofitting accessibility into a chat window is painful; building it in costs almost nothing.

  • Contrast. Aim for at least 4.5:1 on body text. Brand-coloured bubbles with white text are the usual failure.
  • Keyboard. The whole conversation should be operable without a mouse - open, move between quick replies, send, close.
  • Focus management. When the window opens, focus should move into it; when it closes, focus should return to the launcher.
  • Announce new messages via a polite live region so screen-reader users know a reply arrived.
  • Never rely on colour alone to distinguish speaker, state or error.
  • Respect reduced-motion preferences for typing animations and window transitions.

These are also the changes that most improve the experience for everyone else - contrast helps in sunlight, keyboard support helps power users, focus management helps everybody.

A pre-launch checklist

  1. Launcher does not overlap any sticky element, on your real site, on mobile.
  2. Header states whether a human is reachable and when.
  3. Body text is 15px or larger and passes contrast against its bubble.
  4. No message in the first three exceeds sixty words.
  5. Text input remains available alongside buttons.
  6. Full-screen on mobile, tested with the keyboard open.
  7. Whole flow operable by keyboard; focus enters and exits correctly.
  8. Typing indicator reflects real latency.
  9. A visible route to a human exists within two taps.

Most chat widgets expose these as configuration rather than code - position and offsets, header and bubble colours, radius, avatar, background type, launcher icon and label - so this is normally a settings pass rather than a development project.

Share this article:

Was this article helpful?

Ready to build your chatbot?

Join the businesses. Deploy on website, WhatsApp, and 11 more channels in minutes. Free forever plan available.

No credit cardNo coding13+ channels
Start Building Free

Get chatbot insights delivered weekly

Join 5,000+ professionals getting actionable AI chatbot strategies, industry benchmarks, and product updates.

🎯Automate this with a free chatbot

Build and deploy in 10 minutes. No coding needed.

FAQ

Chatbot Window UI Design FAQ

Everything you need to know about chatbots for chatbot window ui design.

🔍
Popular:

On desktop, roughly 380px wide by 550-600px tall works well - wide enough for comfortable line lengths without dominating the page. On mobile the window should go full screen rather than shrinking proportionally, because a miniature panel wastes the viewport and causes mis-taps.

Bottom-right is the convention and following it reduces hesitation. Move to bottom-left only if something else already occupies that corner, such as a cart button, cookie banner or back-to-top control - competing for the same space is worse than being unconventional. Always verify the offset against your own sticky headers and mobile navigation.

Both. Buttons raise completion rates, work better on mobile and constrain answers to values your flow can handle, but cannot capture anything unanticipated. The reliable pattern is three to five buttons with the text input left available as an escape hatch. Hiding text input entirely makes a bot feel like a phone tree.

Under about sixty words per message. In a narrow chat column, longer paragraphs read as a wall of text and get skipped. If a message needs more, split it into two - which also lets you show a typing indicator between them, making the exchange feel considered rather than dumped.

Maintain at least 4.5:1 contrast on body text, make the entire conversation keyboard-operable, move focus into the window when it opens and back to the launcher when it closes, announce incoming messages through a polite live region, never use colour alone to convey speaker or state, and respect reduced-motion preferences for typing and transition animations.

About the Author

Content & Engineering

The Conferbot team writes about building, deploying, and improving AI chatbots.

View all articles
Skip the blank canvas
Start from one of 250+ free chatbot templates for lead generation, support, e-commerce, and 20+ industries - customize and launch in minutes.
Browse free templates

Related Articles

Omnichannel Platform

One Chatbot,
Every Channel

Your chatbot works seamlessly across WhatsApp, Messenger, Slack, and 6 more platforms. Build once, deploy everywhere.

View All Channels
Conferbot
online
Hi! How can I help you today?
I need pricing info
Conferbot
Active now
Welcome! What are you looking for?
Book a demo
Sure! Pick a time slot:
#support
Conferbot
New ticket from Sarah: "Can't access dashboard"
Auto-resolved. Password reset link sent.