Replit: Agent Inbox for User Feedback on Published Apps
Replit introduced Agent Inbox, a built-in feedback widget that visitors can use to leave suggestions directly on any published Replit app. Paid users can then invoke Agent to read that feedback and implement the suggested changes automatically, creating a closed-loop product iteration workflow. The feature makes Replit apps self-improving by connecting end-user feedback directly to AI-driven code changes.
Sources & Mentions
2 external resources covering this update
Closing the Loop Between Users and the Agent
Replit's February 6, 2026 update introduced Agent Inbox, a feedback mechanism embedded into published Replit applications. The feature adds a widget to deployed apps through which visitors can leave comments, bug reports, or feature suggestions. Those submissions flow into an inbox accessible to the app's creator, who can then ask Replit's Agent to review the feedback and implement changes β without leaving the platform.
How Agent Inbox Works
For end users, the experience is a simple feedback button visible within the published app. They type their suggestion or report and submit it. On the creator's side, the Agent Inbox surfaces that feedback in a structured view. From there, a paid user can select a piece of feedback and ask Agent to act on it β whether that means fixing a reported bug, adding a requested feature, or adjusting the UI.
This creates a product iteration loop that previously would have required a developer to manually triage user feedback, write the fix, test it, and redeploy. With Agent Inbox, much of that workflow can be triggered through a single instruction to the Agent.
Significance for Vibe Coders and Non-Technical Founders
For the vibe coding audience β which includes many non-technical founders building real products on Replit β Agent Inbox addresses a genuine gap. A solo founder who shipped an app using prompts typically has limited ability to quickly act on user feedback, since even "simple" changes require understanding the codebase the Agent generated. Agent Inbox removes that friction by keeping the feedback-to-fix loop entirely within Replit's AI-mediated workflow.
The feature is available to all paid Replit users and works with any app deployed on the platform.
Also in the February 6 Release
The same update added Replit to the Gemini CLI Extensions directory, enabling developers to create and manage Replit projects directly from the Gemini command-line interface. Replit also released three new educational modules (Lessons 5β7) for its Learn platform, completing the AI Foundations curriculum aimed at beginners entering the vibe coding space.