docs/use-cases/self-hosted-resume-builder.mdx
Reactive Resume can be run as a self-hosted resume builder when you want to operate the app on your own infrastructure instead of using the hosted instance.
Self-hosting is useful when you need control over deployment, domain, database, storage, email delivery, authentication providers, and operational policies. The Docker guide is the main setup path for most deployments.
Start here:
A typical self-hosted deployment uses:
The Docker guide includes the environment variable reference and a Compose example.
Some features require extra configuration. For example, saved AI providers need server-side encryption configuration, and the AI Agent workspace uses Redis. Self-hosted deployments can also expose API and MCP endpoints from their own domain.
For automation setup on self-hosted instances, see Using the API and Using the MCP Server.
<Tip> Replace hosted URLs such as <code>https://rxresu.me</code> with your own instance URL when following API, MCP, or sharing examples. </Tip>