# 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. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use 1. Visit [rxresu.me](https://rxresu.me) to use instantly (no account required for basic features) 2. Or self-host with Docker: ```bash docker pull amruthpillai/reactive-resume docker run -p 3000:3000 amruthpillai/reactive-resume ``` 3. 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](https://tokrepo.com/en/@AI%20Open%20Source). --- ## 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 ```bash # 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](https://github.com/AmruthPillai). Licensed under MIT. > > [Reactive Resume](https://github.com/amruthpillai/reactive-resume) — ⭐ 36,000+ Thanks to Amruth Pillai for building the most popular open-source resume builder. --- ## Quick Use 1. Use directly at [rxresu.me](https://rxresu.me) (basic features, no signup required) 2. Or self-host with Docker: ```bash docker pull amruthpillai/reactive-resume docker run -p 3000:3000 amruthpillai/reactive-resume ``` --- ## Introduction Reactive Resume is the most popular open-source resume builder, with 36,000+ GitHub stars. It integrates OpenAI, Google Gemini, and Anthropic Claude to generate and optimize resume content. Supports drag-and-drop layout, live preview, PDF export, multiple languages, dark mode, and 2FA. Privacy-first and self-hostable. Ideal for developers and job seekers. --- ## Reactive Resume — AI-Powered Professional Resumes ### Core Features - **AI content generation** — Claude/GPT/Gemini generate bullet points and descriptions - **Drag-and-drop layout** — reorder sections via drag - **Live preview** — see results as you type - **PDF export** — professional format ready to send - **Self-hosted** — Docker deployment with full privacy ### FAQ **Q: What is Reactive Resume?** A: A free, open-source resume builder with integrated AI content generation, drag-and-drop editing, and self-hosting support. **Q: Is it free?** A: Completely free and open source (MIT). The rxresu.me hosted version is also free. --- ## Source & Thanks > Created by [Amruth Pillai](https://github.com/AmruthPillai). Licensed under MIT. > > [Reactive Resume](https://github.com/amruthpillai/reactive-resume) — ⭐ 36,000+ --- Source: https://tokrepo.com/en/workflows/reactive-resume-ai-powered-open-source-resume-builder-0d39058c Author: AI Open Source