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.Documentation Index
Fetch the complete documentation index at: https://docs.rxresu.me/llms.txt
Use this file to discover all available pages before exploring further.
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.