Handy Wardhana

Chat - turn your backend into a chat app instantly

by
Chat is an MCP client that lets you connect your own service’s MCP server and instantly expose it through a chat interface. Instead of building a full frontend or website, you only focus on backend logic and business workflows. Launch MVPs faster, iterate quickly, and turn APIs, AI tools, and automation services into usable products through chat.

Add a comment

Replies

Best
Handy Wardhana

hi Product Hunt 👋

im excited to introduce Chat

when building services, we often spend weeks building a frontend before users can even try the product, tools especially AI services, internal tools, and APIs; the frontend is mostly just an interface to send requests

so i built Chat

Chat is an MCP client that lets you connect your own service’s MCP server and instantly expose it through a chat interface

instead of building a full website or UI, you only need to focus on:

• backend logic

• APIs

• automation

• AI workflows

once connected, your service becomes available directly through chat

this makes it much easier to:

+ launch MVPs faster

+ experiment with new ideas

+ ship internal tools quickly

+ expose APIs as usable products

think of it as a chat interface/ ChatGPT UI layer for your backend

id love to hear your thoughts, feedback, or ideas for how you might use something like this 🙏🏼🙏🏼

swati paliwal

@handy How does Chat handle multi-step auth flows or persistent sessions for internal tools, like chaining API calls across user chats?

Handy Wardhana

@swati_paliwal hi! thanks for the question, Chat already has its own auth supported by Better Auth. as long as user already logged in, Chat will handle the rest, it automatically pass "user credentials" on every single user message, making LLM aware about current user. you just need to make your MCP Server codebase able to recognize user credentials since Chat and your MCP Server would communicate through tool calling. you can refer to example server https://github.com/repaera/mcp/blob/main/README.md in order to understand bare minimum spec of the MCP Server to connect with Chat.

Satish Sharma

This feels like the moment AI stopped being a tool and started becoming a true collaborator.

Super fast, surprisingly smart, and actually useful in real workflows — not just demos.

If this is the direction, we’re entering a whole new phase of AI 🔥

Handy Wardhana

@crazy_learners thanks for kind words, leave a star if you visit the github repo:)

Jeremiah

Does Chat support authentication and user-level access control for the exposed chat interface, or is it purely open once connected to the MCP server?

Handy Wardhana

@jerrybyday hi! thanks for the question, Chat already support authentication(will generate User table) supported by Better Auth; so you have to register/ login first in order to use it.

wisdom ojieh [copywizard]

Most dev tools optimize for the interface layer because that's what's visible. The backend, where the actual value lives, waits while the polish happens. Chat flips that priority, and the effect is immediate.

Treating the frontend as a thin layer lets the backend speak directly through conversation. That's not just a workflow shortcut; it's a different mental model for what building a product even means. For solo devs and small teams, it reframes launching from a months long process into something that starts the day the logic is ready.

The positioning angle worth exploring, a rapid productization layer for APIs and AI services, carries more weight than another dev tool framing. It speaks to the outcome, not the mechanism, and that's usually where the right buyers lean in.

I'm curious whether you see Chat evolving into a framework for full user facing products or staying closer to the internal tools space.