ScriptsApr 9, 2026·3 min read

Reactive Resume — AI-Powered Open-Source Resume Builder

Free open-source resume builder with AI integration. Supports Claude, GPT, Gemini for content generation. Drag-and-drop, PDF export, self-hostable, privacy-first. MIT, 36,000+ stars.

AI
AI Open Source · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

  1. Visit rxresu.me to use instantly (no account required for basic features)

  2. Or self-host with Docker:

docker pull amruthpillai/reactive-resume
docker run -p 3000:3000 amruthpillai/reactive-resume
  1. Pick a template, fill in your details, and export to PDF.

Intro

Reactive Resume is the most popular open-source resume builder with 36,000+ GitHub stars. It integrates AI from OpenAI, Google Gemini, and Anthropic Claude to help generate, improve, and tailor resume content. Features drag-and-drop section organization, real-time preview, PDF/JSON export, multi-language support, dark mode, and 2FA. Privacy-first with self-hosting option — no tracking, no ads. Best for developers and job seekers who want a professional resume without vendor lock-in or privacy concerns.

Find more AI productivity tools on TokRepo AI Open Source.


Reactive Resume — Professional Resumes with AI

Key Features

Feature Description
AI Content Generation Generate bullet points, summaries, and descriptions with Claude, GPT, or Gemini
Drag & Drop Reorder sections by dragging them
Real-Time Preview See changes instantly as you type
PDF Export Professional PDF output ready for submission
JSON Export Portable format for backup and migration
Multiple Templates Choose from various professional designs
Multi-Language Support for 20+ languages
Dark Mode Easy on the eyes
2FA Two-factor authentication for account security
Self-Hostable Run on your own server for full privacy

Tech Stack

  • Frontend: TanStack Start (React 19, Vite), TypeScript, Tailwind CSS, Radix UI
  • Backend: Node.js, PostgreSQL with Drizzle ORM
  • Auth: Better Auth with OAuth2

AI Integration

Reactive Resume supports three AI providers for content enhancement:

Settings → AI → Choose Provider → Enter API Key

Supported:
- OpenAI (GPT-4o, GPT-4)
- Google Gemini
- Anthropic Claude

AI can:

  • Generate bullet points from job titles
  • Improve existing descriptions for clarity and impact
  • Tailor content to specific job descriptions
  • Fix grammar and professional tone

Self-Hosting

# Docker Compose (recommended)
git clone https://github.com/AmruthPillai/Reactive-Resume.git
cd Reactive-Resume
docker compose up -d

FAQ

Q: What is Reactive Resume? A: A free, open-source resume builder with AI integration (Claude, GPT, Gemini) that supports drag-and-drop editing, PDF export, and self-hosting for full privacy.

Q: Is Reactive Resume free? A: Yes, completely free and open-source under MIT. The hosted version at rxresu.me is also free.

Q: Can I self-host Reactive Resume? A: Yes, deploy with Docker Compose on your own server for full data privacy and control.


🙏

Source & Thanks

Created by Amruth Pillai. Licensed under MIT.

Reactive Resume — ⭐ 36,000+

Thanks to Amruth Pillai for building the most popular open-source resume builder.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets