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:)

Nayan Surya

really interesting idea turning a backend into something users can actually try through chat feels like a smart shortcut for mvp building. i like that it removes the pressure of building a full frontend just to validate an idea. how are you thinking about customization for teams that want the chat experience to feel more branded or product-specific?

Handy Wardhana

@nayan_surya98 hi! thanks for the question, Chat already supports custom branding for teams/ projects that might want to bring their own brand and can be set via ENV vars; details in: https://github.com/repaera/chat/blob/main/README.md