MCPcopy
hub / github.com/amruthpillai/reactive-resume

github.com/amruthpillai/reactive-resume @v5.1.9 sqlite

repository ↗ · DeepWiki ↗ · release v5.1.9 ↗
1,733 symbols 6,008 edges 712 files 16 documented · 1%
README

Reactive Resume

Reactive Resume

Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.

<a href="https://rxresu.me"><strong>Get Started</strong></a>
·
<a href="https://docs.rxresu.me"><strong>Learn More</strong></a>







<img src="https://img.shields.io/github/package-json/v/amruthpillai/reactive-resume?style=flat-square" alt="Reactive Resume Version">
<img src="https://img.shields.io/github/stars/amruthpillai/Reactive-Resume?style=flat-square" alt="GitHub Stars">
<img src="https://img.shields.io/github/license/amruthpillai/Reactive-Resume?style=flat-square" alt="License" />
<img src="https://img.shields.io/docker/pulls/amruthpillai/reactive-resume?style=flat-square" alt="Docker Pulls" />
<a href="https://discord.gg/aSyA5ZSxpb"><img src="https://img.shields.io/discord/1173518977851473940?style=flat-square&label=discord" alt="Discord" /></a>
<a href="https://crowdin.com/project/reactive-resume"><img src="https://badges.crowdin.net/reactive-resume/localized.svg?style=flat-square" alt="Crowdin" /></a>
<a href="https://github.com/sponsors/AmruthPillai"><img src="https://img.shields.io/github/sponsors/AmruthPillai?style=flat-square&label=sponsors" alt="Sponsors" /></a>
<a href="https://opencollective.com/reactive-resume/donate"><img src="https://img.shields.io/opencollective/backers/reactive-resume?style=flat-square&label=donations" alt="Donations" /></a>

Reactive Resume makes building resumes straightforward. Pick a template, fill in your details, and export to PDF—no account required for basic use. For those who want more control, the entire application can be self-hosted on your own infrastructure.

Built with privacy as a core principle, Reactive Resume gives you complete ownership of your data. The codebase is fully open-source under the MIT license, with no tracking, no ads, and no hidden costs.

Sponsors

Reactive Resume stays free, open-source, and independent because companies choose to support the work behind it. Thank you to every sponsor who helps fund hosting, maintenance, and continued development for the community.

Atlas Cloud

Atlas Cloud supports Reactive Resume as a project sponsor. Atlas Cloud provides a unified AI platform for developers, with access to hundreds of models for chat, image generation, video generation, media processing, and GPU cloud workloads through one API key, one endpoint, and one billing account.

If your company would like to sponsor Reactive Resume, email hello@amruthpillai.com.

Features

Resume Building

  • Real-time preview as you type
  • Multiple export formats (PDF, JSON, DOCX)
  • Drag-and-drop section ordering
  • Custom sections for any content type
  • Rich text editor with formatting support

Templates

  • Professionally designed templates
  • A4 and Letter size support
  • Customizable colors, fonts, and spacing
  • Custom CSS for advanced styling

Privacy & Control

  • Self-host on your own infrastructure
  • No tracking or analytics by default
  • Full data export at any time
  • Delete your data permanently with one click

Extras

  • AI integration (OpenAI, Google Gemini, Anthropic Claude)
  • Multi-language support
  • Share resumes via unique links
  • Import from JSON Resume format
  • Dark mode support
  • Passkey and two-factor authentication

Templates

Azurill Azurill Bronzor Bronzor Chikorita Chikorita Ditto Ditto
Gengar Gengar Glalie Glalie Kakuna Kakuna Lapras Lapras
Leafish Leafish Onyx Onyx Pikachu Pikachu Rhyhorn Rhyhorn
Ditgar Ditgar Meowth Meowth Scizor Scizor

Quick Start

The quickest way to run Reactive Resume locally:

# Clone the repository
git clone --depth=1  https://github.com/amruthpillai/reactive-resume.git
cd reactive-resume

# Start all services
docker compose up -d

# Access the app
open http://localhost:3000

Build with Ona

For detailed setup instructions, environment configuration, and self-hosting guides, see the documentation.

Tech Stack

Category Technology
Framework TanStack Start (React 19, Vite)
Runtime Node.js
Language TypeScript
Database PostgreSQL with Drizzle ORM
API ORPC (Type-safe RPC)
Auth Better Auth
Styling Tailwind CSS
UI Components Base UI + shadcn-style package
State Management Zustand + TanStack Query

Documentation

Comprehensive guides are available at docs.rxresu.me:

Guide Description
Getting Started First-time setup and basic usage
Self-Hosting Deploy on your own server
Development Setup Local development environment
Project Architecture Codebase structure and patterns
Exporting Your Resume PDF and JSON export options

Self-Hosting

Reactive Resume can be self-hosted using Docker. The stack includes:

  • PostgreSQL — Database for storing user data and resumes
  • SeaweedFS (optional) — S3-compatible storage for file uploads

From v5.1.0 onwards — PDF generation now runs entirely client-side via @react-pdf/renderer. New deployments no longer require Browserless, Chromium, or any external print service as a dependency. The PRINTER_* and BROWSERLESS_* environment variables are no longer read and can be removed from your .env.

Pull the latest image from Docker Hub or GitHub Container Registry:

# Docker Hub
docker pull amruthpillai/reactive-resume:latest

# GitHub Container Registry
docker pull ghcr.io/amruthpillai/reactive-resume:latest

See the self-hosting guide for complete instructions.

Support

Reactive Resume is and always will be free and open-source. If it has helped you land a job or saved you time, please consider supporting continued development:

GitHub Sponsors Open Collective

Other ways to support:

  • Star this repository
  • Report bugs and suggest features
  • Improve documentation
  • Help with translations

Star History

Star History Chart

Contributing

Contributions make open-source thrive. Whether fixing a typo or adding a feature, all contributions are welcome.

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

See the development setup guide for detailed instructions on how to set up the project locally.

License

MIT — do whatever you want with it.

Extension points exported contracts — how you extend this code

StorageService (Interface)
(no doc) [4 implementers]
packages/api/src/features/storage/service.ts
ResetPasswordTemplateProps (Interface)
(no doc)
packages/email/src/templates/reset-password.tsx
ExistingOAuthUser (Interface)
(no doc)
packages/auth/src/oauth-profile.ts
HtmlStyleConfig (Interface)
(no doc)
packages/docx/src/html-to-docx.ts
ConfirmOptions (Interface)
(no doc)
packages/ui/src/hooks/use-confirm.tsx
FileRoutesByFullPath (Interface)
(no doc)
apps/web/src/routeTree.gen.ts
ORPCContext (Interface)
(no doc)
packages/api/src/context.ts
AuthEmailLayoutProps (Interface)
(no doc)
packages/email/src/templates/auth.tsx

Core symbols most depended-on inside this repo

cn
called by 277
packages/utils/src/style.ts
composeStyles
called by 117
packages/pdf/src/templates/shared/styles.ts
rgbaStringToHex
called by 87
packages/utils/src/color.ts
useRender
called by 75
packages/pdf/src/context.tsx
isPrivateOrLoopbackHost
called by 72
packages/utils/src/url-security.node.ts
generateId
called by 65
packages/utils/src/string.ts
parse
called by 62
packages/import/src/json-resume.tsx
useUpdateResumeData
called by 60
apps/web/src/features/resume/builder/draft.ts

Shape

Function 1,617
Interface 49
Method 39
Class 28

Languages

TypeScript100%

Modules by API surface

packages/api/src/features/storage/service.ts41 symbols
apps/web/src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx38 symbols
packages/api/src/features/agent/service.ts37 symbols
apps/web/src/routes/agent/$threadId.tsx35 symbols
packages/pdf/src/templates/shared/sections.tsx32 symbols
apps/web/src/features/resume/builder/draft.ts26 symbols
packages/ui/src/components/sidebar.tsx25 symbols
packages/import/src/reactive-resume-v4-json.tsx22 symbols
packages/docx/src/section-renderers.ts21 symbols
packages/utils/src/url-security.node.ts20 symbols
packages/fonts/src/index.ts19 symbols
packages/ui/src/components/combobox.tsx16 symbols

Dependencies from manifests, versioned

@ai-sdk/anthropic3.0.85 · 1×
@ai-sdk/google3.0.83 · 1×
@ai-sdk/openai3.0.72 · 1×
@ai-sdk/openai-compatible2.0.51 · 1×
@ai-sdk/react3.0.209 · 1×
@aws-sdk/client-s33.1070.0 · 1×
@babel/core8.0.0 · 1×
@base-ui/react1.5.0 · 1×
@better-auth/api-key1.6.19 · 1×
@better-auth/drizzle-adapter1.6.19 · 1×
@better-auth/infra0.2.14 · 1×
@better-auth/oauth-provider1.6.19 · 1×

Datastores touched

postgresDatabase · 1 repos

For agents

$ claude mcp add reactive-resume \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact