The GEDCOM Family Tree Viewer is an open-source project created as an alternative to MyHeritage for visualizing family trees. With MyHeritage no longer offering free export options, this tool aims to provide a comparable family tree visualizer and plans to include additional features. The project allows users to view, edit, and export their family tree data directly in the browser, ensuring privacy and security.
The project is built using React for the user interface and Vite as the build tool, providing a fast and efficient development experience. The user interface components are styled and structured using shadcn/ui, offering a modern and customizable design.
- GEDCOM File Visualization: Import and visualize GEDCOM files directly in the browser.
- GEDCOM File Editing (In Progress): Edit GEDCOM files to manage family tree data.
- GEDCOM File Export (In Progress): Export edited family trees for use in other platforms.
- New Entry Creation (Planned): Add new family members and details.
- Family Tree Export as PDF or Image (Planned): Easily export the family tree to share with others.
- Customizable Family Tree Layout (Planned): Adjust tree layout according to personal preferences.
Try the live demo here. Users can upload their GEDCOM files and create visualizations. Everything is processed directly in the browser, ensuring no data is uploaded to any server.
- Clone the repository:
git clone https://github.com/khashashin/gedcom-viewer.git
- Navigate to the project directory:
cd gedcom-viewer
- Install dependencies:
npm install
- Start the project:
npm run dev
- Open the project in a web browser:
http://localhost:5173
- Once the project is running, you can upload your GEDCOM file through the provided interface.
- Explore and visualize your family tree, using the controls to zoom, pan, and interact with the nodes.
- Use the editor (when available) to make modifications to individual entries in your family tree.
- Export your tree in the desired format (GEDCOM, PDF, image) once the features are implemented.
Contributions are welcome! If you would like to contribute, please fork the repository and create a pull request with your proposed changes.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.