EN | DE
Your Family in the Cosmos

Frequently Asked Questions

Honest answers — no marketing.

The Core Promise
Your family tree data never leaves your computer.
I cannot see it. Nobody can. Ever.
Privacy & Security
01Are my GEDCOM files uploaded to a server?

No. Your GEDCOM file is processed exclusively in your own browser. It does not leave your computer.

Technically it works like this: when you drop a file in, the browser reads it directly from your hard drive. The 3D rendering happens on your device — just like a video game running on your graphics card.

Technical
The app uses the JavaScript FileReader API. Data stays in the browser tab's RAM. There is no server upload function in the code — neither hidden nor visible. The source code is viewable (Browser → Right-click → "View page source").
02Can the operator of GalaxyRoots see my data?

No — this is technically impossible. I (the operator) have no access to your GEDCOM file, to the names in your family tree, to any data from it.

There is no database, no upload, no sync. I would have no way to store your data, even if I wanted to.

Honest disclosure
What the hosting provider (Netlify) can see: that you visited my website (IP address, timestamp, browser). What Netlify cannot see: that you loaded a GEDCOM file or its content — because that information never leaves the browser.
03How can I verify this myself?

Three ways, with increasing depth:

1. Browser network analysis: Open the developer tools (F12) → "Network" tab → load a GEDCOM file. You'll see: not a single request with your data goes out. Zero.

2. Offline test: Load the app once. Then disable WiFi and mobile data. The app continues to work — because everything happens locally.

3. Read the source code: The app is plain HTML/JavaScript. Anyone can view the code and verify. No secrets, no obfuscation.

04Is the data of living persons protected?

Yes, automatically. GalaxyRoots detects living persons (no death date, birth year after 1925) and masks their birth and death places in the visualization with ███████.

This protects your relatives when you share screenshots or show your screen to someone.

Important
The protection feature is an addition, not a legal guarantee. You remain responsible for who you show your visualization to. You must obtain GDPR consent from living relatives yourself if you want to publish their data.
Usage & Workflow
05Do I have to re-upload my file every time I visit?

Currently: yes. When you close the browser tab, the data is gone. Next time you visit, you'll have to drag the GEDCOM file in again.

This is a direct consequence of the privacy-first design: data is not stored anywhere — not even locally in your browser. Nothing left to store also means: nothing to steal.

Planned
An option "Remember this file in the browser" is planned. It would store the file encrypted in your browser's local storage — still without server upload. You'll then be free to choose: maximum privacy (load again every time) or convenience (auto-load). Until then: keep the GEDCOM file ready.
06Do I need internet to use GalaxyRoots?

Only when first loading the website — so your browser can download the app files. After that, you can continue working offline.

In the medium term, GalaxyRoots is planned to become a PWA (Progressive Web App). Then it will work fully offline — like an installed desktop app.

07Which GEDCOM versions are supported?

GEDCOM 5.5, 5.5.1, and 7.0 — that's basically every file modern programs (Gramps, Ahnenblatt, MacFamilyTree, Legacy, Family Tree Maker, MyHeritage export) produce.

File extensions: .ged or .gedcom. Character encoding UTF-8 or (older files) ANSEL/ANSI — both are recognized.

08How many people can the app display?

Realistically: up to 5,000 persons smoothly on modern devices. 10,000 is possible but stutters depending on hardware.

For comparison: the average hobby genealogist documents 200–2,000 persons. Even professional genealogists rarely exceed 10,000.

What Happens in the Background
09What does my browser load when I first visit the site?

Full transparency:

Necessary HTML, JavaScript, CSS from Netlify (the host). Contains the complete app logic.

Necessary The 3D library Three.js from the Cloudflare CDN (~600 KB). It draws the 3D visualization.

Local Fonts (Cormorant, DM Mono) are loaded directly from the GalaxyRoots server — no connection to Google or other third parties.

Transparency
No trackers, no analytics, no ads, no social media widgets. Your browser's network inspector shows you exactly what is loaded — nothing is hidden.
10Does the app store cookies?

No — no cookies, no local storage, no session storage.

That's why you don't see an annoying cookie banner on first visit either. Because there's simply nothing to ask about.

11Is my usage being tracked?

No. No Google Analytics, no Facebook Pixel, no Matomo, no Plausible — nothing.

What Netlify as the host technically logs (access times, IP addresses, browser type) is unavoidable for the stable operation of the website and is deleted after 30 days. Details are in the privacy policy.

Trust & The Future
12Why should I trust this at all?

Good question — and justified skepticism with such sensitive data. Two arguments:

Technical: You don't have to blindly trust me. You can use browser tools to verify what the app does. Unlike native apps (where you can't see the code), a web app is completely transparent.

Structural: My business model is not based on your data. There are no ads to personalize, no profiles to sell, no cloud storage to fill. I have neither the technical means nor any incentive to abuse your data.

Plain talk
If this should ever change (e.g. optional cloud features, user accounts), it will be clearly explained here on this FAQ page — not just in the fine print. And: such features would always be optional and encrypted, never mandatory.
13Will the source code be made publicly viewable?

This is under consideration. An open source release on GitHub would be the strongest signal of trust — then any developer worldwide could verify that the code does what it promises.

Currently the code is viewable in the browser, but not officially maintained as open source. This may change.

14What happens if GalaxyRoots ever disappears?

Your GEDCOM file belongs to you and always lies on your own computer. It is not dependent on this website.

GEDCOM has been an open standard since 1985. Even in 30 years there will be programs that can read it. Your data is independent of individual providers — unlike Ancestry or MyHeritage, where you often don't get a complete export when your subscription ends.

15How can I support GalaxyRoots?

GalaxyRoots is currently a free hobby project with no income. If you want to help:

Feedback to info@galaxyroots.com — what's missing, what's confusing, what would you like to see?

Recommendations — in your genealogy group, at genealogist meetups, in forums.

Bug reports if something doesn't work.