Privacy
Privacy Policy
Of the National Albanian Registry, Inc. — a nonprofit corporation (501(c)(3) filed; IRS confirmation pending)
NAR doesn't belong to one person. It's a nonprofit corporation governed by an eight-member volunteer board under public bylaws (501(c)(3) filed; IRS confirmation pending) — and below is exactly what happens to the data you give us, plus the four mechanisms that make every claim un-bendable.
Privacy + government access
What we collect, what we don't, and what happens if the government asks.
The short version: a registrant row holds an email, a name, and a few optional fields you chose to share. We don't ask for immigration status, we don't ask for a home address, we don't ask for a social security number. If a court order ever compels disclosure, only what's in the row can leave — there are no extra columns, no enriched profile, and no shared pipeline with any law-enforcement agency to correlate against. Below is the same picture as a diagram so you can see every field at once.
Video walk-through (60 seconds)
Walkthrough video recording — coming this week. The diagram above carries the same picture.
Why this answer matters to you, your family, and your community.
- For you: a column we don't ask for can't be handed over. Immigration status, home address, and SSN aren't in the row, so they can't leave the row.
- For your family: registering doesn't create a contact graph the government can pull. Household entries are scoped to people you add yourself, and we don't buy data-broker lists to enrich them.
- For your community: a registry that holds the minimum a count needs is the registry that survives the next administration. The less we hold, the less is at risk.
The full legal detail — including the four enforcement mechanisms (board control, append-only audit log, narrowed disclosure, post-dissolution data deletion) — sits in the sections below.
Our promise on your data
Plain English. Six answers.
- Who owns the data?
- The 501(c)(3) — National Albanian Registry. Held in trust for the community, not by any individual board member. If the organization ever winds down, the data goes with it (deleted, not transferred or sold).
- Where is it stored?
- Supabase Postgres in US-East, encrypted at rest (AES-256). TLS for everything in transit. No third-party data warehouse, no analytics export, no off-site copies.
- How is it used?
- Three things: (1) the community count published in our annual Impact Report (aggregate only), (2) the business directory for Albanian-owned businesses who opted in, and (3) transactional email tied to your registration (certificate, deletion confirmations, account changes). Marketing email is optional. The marketing checkbox at registration is pre-checked — uncheck it before submitting to opt out, or unsubscribe from any marketing message anytime via the one-click link in every send. Transactional mail (your receipt, your magic-link, account-change notifications) always reaches you regardless of marketing preference. We do not record when you open or click links in our email; the only link-attribution we keep is the UTM tag we add ourselves before sending.
- Who decides if usage changes?
- Two of eight managing-board members must approve any substantive change to how data is collected, used, or shared. Each proposal is filed in the public governance log before anything ships; the founder has no override. We're seating an advisory board of twelve community leaders this year that gets a vote on bylaws-level changes — while it's being seated, those decisions take six of eight managing-board votes plus a public-comment window (Article X). After IRS approval, a third-party custodian holds the codebase, database, and bank account independently. Material changes are notified to registrants who opted in and posted to this page with a dated changelog.
- What we will never do.
- Sell your data. Share an individual record with any government — foreign or domestic. Hand records to advertisers. Match you against campaign databases. Hand registrant lists to other Albanian-American organizations — VATRA, AANO, regional federations, religious institutions, anyone — even when their cause is good. We can publish aggregate counts anyone is welcome to use, and we can refer interested registrants to a partner organization one at a time with that registrant's explicit per-referral consent, but bulk lists never leave the registry. Collect immigration status, social security numbers, or anything we don't strictly need. If a court order ever compels disclosure, we publish that fact and notify you before any record leaves our hands.
- What if the board steps away?
- Continuity is built into the bylaws, not into one person. Managing-board members rotate per the 501(c)(3) bylaws without disrupting operations. No individual member can unilaterally change how data is used — see the four mechanisms below. If the 501(c)(3) ever winds down, the data is deleted as part of dissolution — never transferred or sold. Your certificate stays verifiable independently of us: every cert is signed as a W3C Verifiable Credential whose public key is published at /.well-known/did.json, so any third party can confirm authenticity without our servers running.
Your rights — export, edit, delete — are self-service from your account. Detail below.
Running an Albanian-American organization evaluating whether to share data with us, endorse us, or refer your members? Read the partner FAQ →
How we enforce this
Four mechanisms — bylaws + database, not a marketing promise.
Every claim above maps to a concrete control we can point to in the bylaws, the database, or the public governance log. If we ever break one of these, you can point to the exact mechanism that should have stopped us.
- 01
No one person controls this.
Substantive changes to how registrant data is collected, used, or shared require at least two of eight managing-board votes (the
data_usage_changethreshold insrc/lib/governance.ts). Bylaws-level changes go higher (75% advisory in steady state, 6-of-8 founders during the Article X bootstrap). Every proposal is filed at /admin/governance/propose and surfaced on /governance the moment it's executed. The president has no override authority — Article IV makes that explicit, and the audit log catches anyone who tries. After IRS approval lands, a third-party custodian (independent of the board) will hold the codebase, the production database, and the bank account, so even the eight of us can't unilaterally pull a copy of the registry. - 02
The audit log is append-only at the database layer.
Every
INSERT,UPDATE, andDELETEon the registrants, donations, admin_users, donations, and other PII tables fires theaudit_table_changetrigger and writes a row toaudit_logwith the actor's email, the old + new values, and the timestamp. Every email Resend sends writes a row too. We don't currently log SELECT (read) queries — that's an honest limitation; reading the data leaves no trace, but changing it always does. Two further Postgres triggers (audit_log_no_update,audit_log_no_delete) raiseerrcode 23514on any UPDATE or DELETE attempt againstaudit_logitself — so even an admin connected directly to Supabase Studio can't rewrite or erase history. Corrections are new rows that supersede old ones; the original is preserved forever. - 03
Compelled disclosure is narrowed, notified, and published.
If a government — federal, state, or foreign — compels disclosure of any individual record, three things happen before any data leaves our hands, all written into Article VII: (1) we narrow the scope of the request to the minimum the law actually requires; (2) we notify the affected registrant before disclosure unless the order itself includes a non-disclosure clause — and even then we notify once that prohibition lifts; (3) every request is recorded in the
gov_compelled_disclosurestable and surfaced in the annual transparency report (number of requests, broad nature, scope), within 30 days of the disclosure event. The order itself is published when the gag clause permits; otherwise the transparency-report row carries the redacted summary. - 04
If NAR ever dissolves, your record stays yours.
Article IX governs dissolution. Once a
dissolve_orgaction accumulates the required approvals andorg_meta.dissolved_atis set, the site flips to read-only at the middleware layer — every write endpoint returns 503 with a clear error. Article VII's data-deletion procedure then runs: registrant rows are purged, donor records are kept only at the IRS-mandated minimum (name + amount + date + ZIP, no contact info), and remaining 501(c)(3) assets transfer to a like-purpose successor per IRS rules — registrant data is explicitly excluded from that transfer. Your heritage certificate keeps verifying through a W3C Verifiable Credential signed at issuance with an Ed25519 key. The public key stays published at /.well-known/did.json (withdeactivated: trueafter dissolution, so verifiers know the org has wound down — but the signature still validates). No registrant record is sold, transferred, or handed to a successor org. - 05
No board member uses the data for personal, business, or political benefit.
The rule: Article XII §5 of the bylaws prohibits any admin — or family member or affiliated business — from using registrant data for personal, business, or political purposes outside NAR's mission. That covers solicitation for personal businesses, partisan outreach, fundraising for unrelated causes, and any bulk export other than a registrant's own request. Aggregate counts published in the annual Impact Report are exempt because they carry no individual identification.
How it's enforced — four overlapping layers:
- Database-level: every change to
registrants,donations, andadmin_userswrites a permanent row toaudit_logwith the actor's email. The triggers (audit_log_no_update,audit_log_no_delete) prevent anyone from rewriting that history afterward. - Approval gate: any new bulk query, export, or data-sharing arrangement requires two-of-eight managing-board approval, filed in the public governance log before any data leaves.
- Investigator panel: a credible report of personal-use violation triggers the Article XIV §2 panel — three conflict-free admins review before removal proceeds. Bad-faith filings circle back as their own removable offense (Article XIV §6).
- Third-party custodian (post-IRS approval): the codebase, production database, and bank account are held by an independent custodian who is not on the board. No seated admin can pull a copy of the registry unilaterally — the custodian is in the loop.
Result: a board member who tries to use the data for their own business has to (a) bypass the access policy, (b) leave a permanent log entry tied to their email, and (c) face an investigator-panel review that the rest of the board can refer immediately. Removal under Article V is the documented outcome.
- Database-level: every change to
Want to verify? The bylaws are public and the governance log is public. The codebase is held by individual contributors and transfers to the 501(c)(3) within 90 days of IRS confirmation per Article VIII; if you want to verify a specific claim against the code in the meantime, email privacy@albanianregistry.org.
What we collect
Required: name, email, date of birth, gender, ZIP code (state is derived from ZIP), country of birth, Albanian origin (you can pick more than one), generational status in the U.S., and the eligibility confirmation. The three heritage fields are required because an accurate count depends on them — a record without country of birth or Albanian origin can't be counted.
Optional: phone, age group, marital status, employment, industry, education, business ownership, parents' birth info, language proficiency, religious affiliation, language preference, marketing consent, and the methodology-validator questions added in 2026.2 (anglicized surname, ancestor classification, Yugoslav attestation, heritage variant, race on U.S. forms, 2020 Census attestation, spouse Albanian-or-not, referral source, pre-1912 descent, non-Albanian-mark history on past U.S. forms, U.S. citizenship status — see "What we don't collect" below for what citizenship status means in our schema).
Also optional: city or region of birth, year you moved to the U.S. (if applicable), how connected you feel to Albanian heritage, voter-registration status (yes/no — not your party, not your candidate), involvement with Albanian-American organizations, top community priorities, volunteer interest, household composition (if you're registering a household alongside yourself), and a profile photo. Everything optional can be left blank — your registration counts either way.
Religious affiliation, specifically: it's an optional field. You can leave it blank and still be fully counted in the registry. It is never displayed at the individual level on any public surface — only aggregate counts could ever appear, and even those require a 2-of-N board approval to publish. It is never used to segment or target individual registrants for outreach.
Email segmentation, specifically: any campaign to a slice of registrants requires the Director of Community Outreach AND a recorded two-person board approval before a single send. Press contacts (journalists, foundations) and partner-outreach prospects (other Albanian-American organizations, ambassador recruits) are tracked in a separate pipeline that never touches the registrant base — those are people NAR is reaching out to, not people who registered with us, and the 2-of-N gate is scoped to registrant segments.
What we don't collect
We don't collect your political party or partisan affiliation, immigration documentation (visa numbers, A-Number, green-card details, USCIS case data), social security numbers, or financial information. The optional U.S. citizenship-status question is a binary methodology check (born here / naturalized / permanent resident / visa holder / other / prefer not) — we never ask for or store the document itself, and you can skip the question entirely. We don't run ad-conversion pixels — there's no Meta Pixel, no Google Ads conversion tag, no LinkedIn Insight tag. We don't buy data brokers' lists to enrich your record.
And we are not the U.S. Census. NAR is not affiliated with the U.S. Census Bureau and does not receive, mirror, or replace any federal-survey data. The Census Bureau's American Community Survey (ACS) is the official federal count and remains essential — please complete the ACS when it arrives. Our registry runs a community-led parallel count alongside it; the two records are independent.
What analytics we use
So you know exactly what loads in your browser when you visit the site:
- Vercel Web Analytics — first-party, server-side. Counts page visits, no cookies, no cross-site tracking.
- Google Analytics 4 + Microsoft Clarity — loaded on public pages outside the registration flow. Both run with anonymized IP. Neither loads on
/register,/sq/register, or any registration sub-page. - PostHog product analytics — loaded on every page including the registration flow, because we need to see where people get stuck in the form and fix it. PostHog uses localStorage (not third-party cookies), assigns an anonymous identifier per browser, captures pageviews + clicks + form submissions, and optionally records session replays so we can see why someone abandoned a step. We've configured it to never capture the contents of form inputs (your name, email, address fields are redacted from replays via PostHog's input-mask). PostHog has no advertising business — they don't sell ads, don't broker data, and don't share events between customers. PostHog runs through our own
/ph/path (a reverse proxy to PostHog Cloud US) so the request never leavesalbanianregistry.orgfrom your browser's perspective. We don't see the bytes — Vercel forwards them straight to PostHog without inspection. The data lives in PostHog Cloud (US region) and we read it only inside/admin.
None of the four tools above is used for ad retargeting, sold, shared with third parties, or matched against external databases. Their only purpose is to tell us which paths through the site work and which don't, so we can improve them.
How we store it
Data lives in Supabase Postgres in encrypted-at-rest US data centers — your name never leaves the country. Access is restricted to the volunteer board's authenticated administrators via email allowlist. Service-role keys are not exposed to the browser.
How we use it
- Aggregate community statistics (state counts, business ownership rates, education distribution) — published in our annual Albanian Impact Report. Aggregate counts are the only thing peer organizations, journalists, or researchers ever see; the underlying records stay with NAR.
- Sending you registration confirmation, certificate, and (if you opted in) community updates.
- Introducing you, by your own opt-in, to a regional ambassador or a partner organization. The introduction is the connection — your record itself is not transferred.
What we will never do
- Sell your data. Ever.
- Share your individual record with any government, foreign or domestic.
- Share your individual record with any other organization — including peer Albanian-American nonprofits, community groups, or partner orgs we work with. Aggregate counts only.
- Use it for advertising targeting.
- Match it against political campaign databases.
Your rights
You have self-service control over your data. Sign in at albanianregistry.org/account with the email you registered with, then:
- Export — download everything we hold about you (registrant row, household members, donations, email-send history, audit trail) as a single JSON file.
- Edit — update name, address fields, photo, phone. Change your email through a confirmation flow that sends a verification link to the new address.
- Delete — schedule permanent removal of your registration and household members. Filing the request triggers a 30-day grace window during which the request is fully revocable: one click on the link in the confirmation email, or the "Cancel deletion" button on your account page, restores everything. After 30 days, the row is purged automatically and cannot be recovered. Donations stay on file for IRS reconciliation; email privacy@albanianregistry.org if you also want those scrubbed once the 30 days have passed.
If you can't access your account or need scope beyond the self-service options, email privacy@albanianregistry.org — board-administered deletions are processed on the same 30-day timeline.
Cookies
We use a single first-party session cookie for admin login. No third-party tracking cookies on the public site — Meta and Google can't see who registers.
Children
The registry is for adults (18+). We do not knowingly collect data from minors.
Changes to this policy
If we change this policy, we will notify registrants who opted in to email updates and post a dated changelog at the top of this page.
Related: Governance → (how decisions get made) · Transparency → (financials, founding documents, every dollar in and out) · Bylaws → (the legal framework, public).