gramps-web

Frontend for Gramps Web


Keywords
family-history, family-tree, gedcom, genealogy, gramps, gramps-xml, javascript, lit, web-components
License
AGPL-3.0
Install
pip install gramps-web==0.0

Documentation

Gramps Web – Frontend

This is the repository for the frontend of Gramps Web, a modern web app that allows to browse and collaboratively edit a genealogical database, based on and interoperable with the Gramps desktop application.

Gramps Web is composed of three building blocks: at its core, the Gramps Python library that also powers the desktop application, secondly Gramps Web API, a Python REST API server that makes a Gramps database accessible over the web, and finally the Javascript web interface, or frontend, that is developed in this repository.

Screenshot

Demo

A demo deployment based on the Gramps example family tree is available at https://demo.grampsweb.org/. Use owner, editor, contributor, or member as username and the same as password.

Documentation