docs/getting-started.mdx
Reactive Resume is a free and open-source resume builder that makes it easy to create, update, and share your resume. Built with privacy as a core principle, it gives you complete control over your data.
<CardGroup cols={2}> <Card title="Privacy First" icon="shield-check"> Your data stays yours. No tracking, no ads, and an open-source codebase you can read. </Card> <Card title="Beautiful Templates" icon="palette"> Choose from a set of professionally designed templates. </Card> <Card title="Real-time Preview" icon="eye"> See changes instantly as you type. What you see is exactly what you'll get when you export. </Card> <Card title="Export Anywhere" icon="file-export"> Download your resume as PDF, share it via a unique link, or print it directly from your browser. </Card> </CardGroup><Accordion title="Multiple Templates" icon="grid-2">
Choose from a variety of professionally designed templates including Azurill, Bronzor, Chikorita, Ditgar, Ditto,
Gengar, Glalie, Kakuna, Lapras, Leafish, Meowth, Onyx, Pikachu, Rhyhorn, and Scizor, each with its own layout and style.
</Accordion>
<Accordion title="Rich Text Editor" icon="text">
Format your content with bold, italic, links, lists, and more using the rich text editor, powered by Tiptap.
</Accordion>
<Accordion title="Multi-language Support" icon="globe">
Reactive Resume is available in multiple languages. Contribute translations to help us reach more people.
</Accordion>
<Accordion title="Dark Mode" icon="moon">
Built-in dark mode support, so you can work comfortably in any lighting condition.
</Accordion>
<Accordion title="Self-hosting Ready" icon="server">
Deploy your own instance of Reactive Resume using Docker. Keep complete control over your data and infrastructure.
</Accordion>
Use the hosted version, or run your own instance.
<CardGroup cols={2}> <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart"> Start with the hosted version, or deploy your own instance. </Card> <Card title="Development Setup" icon="code" href="/contributing/development"> Set up a local development environment to contribute or customize Reactive Resume. </Card> </CardGroup>| 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 |