Back to Reactive Resume

Self-Hosted Resume Builder

docs/use-cases/self-hosted-resume-builder.mdx

5.1.51.5 KB
Original Source

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.

When self-hosting is a good fit

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:

Core deployment pieces

A typical self-hosted deployment uses:

  • Reactive Resume application container.
  • PostgreSQL database.
  • SMTP configuration for account emails, or console-logged emails in simple development setups.
  • Optional S3-compatible storage for uploads.
  • Optional SSO or custom OAuth configuration.

The Docker guide includes the environment variable reference and a Compose example.

Feature considerations

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>