# 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 as a script file and run: ## 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. --- ## 快速使用 1. 访问 [rxresu.me](https://rxresu.me) 直接使用(基本功能无需注册) 2. 或 Docker 自托管: ```bash docker pull amruthpillai/reactive-resume docker run -p 3000:3000 amruthpillai/reactive-resume ``` --- ## 简介 Reactive Resume 是最受欢迎的开源简历构建器,GitHub 36,000+ star。集成 OpenAI、Google Gemini、Anthropic Claude AI 生成和优化简历内容。支持拖拽排版、实时预览、PDF 导出、多语言、暗色模式、2FA。隐私优先,可自托管。适合开发者和求职者。 --- ## Reactive Resume — AI 驱动的专业简历 ### 核心功能 - **AI 内容生成** — Claude/GPT/Gemini 生成要点、描述 - **拖拽排版** — 拖动调整版块顺序 - **实时预览** — 输入即可看到效果 - **PDF 导出** — 专业格式直接投递 - **自托管** — Docker 部署,完全隐私 ### FAQ **Q: Reactive Resume 是什么?** A: 免费开源简历构建器,集成 AI 内容生成,支持拖拽编辑和自托管。 **Q: 免费吗?** A: 完全免费开源(MIT),rxresu.me 托管版也免费。 --- ## 来源与感谢 > 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/0d39058c-33e3-11f1-9bc6-00163e2b0d79 Author: AI Open Source