Documentation

How ReplyWise works today.

This public documentation page summarizes the implemented product surface and advisor architecture without exposing internal chain-of-thought or changing the API contract.

Product overview

ReplyWise is a one-screen advisor for difficult business replies: paste a message, generate, review the recommendation, and copy the reply.

Advisor architecture

ReplyWise uses an AI-generated recommended move and draft reply, then uses internal presentation logic to frame the visible result. The visible workflow stays focused on the decision you need to make.

Commercial Intelligence overview

ReplyWise is designed to help you consider business risk, margin, policy, boundaries, reputation, relationships, and alternatives. The visible recommendation is not yet a separate server-authoritative commercial decision record.

API overview

The current API accepts POST /api/generate with { inputMessage } and returns { bestMove, exactReply }. No additional public output fields are exposed.

Security

The OpenAI key is server-side, inputs are validated, user-facing errors are generic, and shared rate limits protect public generation and supported authentication abuse paths.

FAQ

ReplyWise does not send messages automatically. Authenticated users can organize projects, conversations, and saved replies; every generated draft still requires human review before sending.

AI Disclosure

ReplyWise uses AI generation plus internal presentation logic. Outputs can be wrong or incomplete, and should be reviewed by the user.