Project

    Family Shapes

    Family Shapes is a multi-surface relationship platform for donor-conceived family ecosystems, spanning family, donor, clinic, and community experiences.

    DAR

    Narrative

    01

    Why it matters

    Family Shapes tackles a messy and emotionally sensitive problem space: donor-conceived family ecosystems. The product is trying to hold together relationship discovery, privacy and consent, donor health stewardship, communication boundaries, and institutional workflows for clinics or cryobanks in one connected system. The live Supabase schema confirms that this is not just a landing-page story: the repo has real relationship, donor, organization, community, and media structures behind it.

    02

    What the product is

    Family Shapes is a multi-surface relationship platform, not a single-purpose family-tree app. It spans family-facing tools, a dedicated donor experience, a clinic or cryobank SaaS layer, and a broader community surface for stories, forums, and resources. The linked Supabase schema shows those layers connect through family trees, donor profiles, organizations, memberships, invitations, forums, posts, and media tables rather than existing as disconnected marketing ideas.

    System surfaces

    Implementation stack

    Frontend

    • React 18
    • TypeScript
    • Vite
    • Tailwind CSS
    • Radix / shadcn-style UI primitives

    Backend and data

    • Supabase Auth
    • Postgres
    • Edge Functions
    • Row-level security
    • Migration-first schema workflow
    • Linked remote type generation

    Visualization

    • XYFlow / React Flow
    • Dagre
    • ELK
    • D3

    Quality and operations

    • Playwright end-to-end coverage
    • Docs-first project governance
    • Permissions and privacy hardening

    Evidence

    24 artifacts grouped by type so each kind of proof can be scanned on its own.

    Data models

    7 artifacts
    data model

    Community Content And Media Model

    The linked schema confirms that Family Shapes includes a real content and community system. Forums branch into threads and posts, blog posts branch into comments, resources stand on their own, and media albums link to media files through join rows.

    10 entities1 diagram
    data modelMay 17, 2026

    Donor Boundary and Health Model

    The donor surface is backed by a distinct donor profile model that connects privacy settings, health updates, and donor-recipient relationship state instead of treating donor controls as simple account preferences.

    5 entities1 diagram
    data model

    Donor Profile And Connection Model

    The donor layer is real in the schema, not just the UI. `donor_profiles` stores donor-specific identity, privacy, and health fields, while `donor_recipient_connections` tracks the relationship state between donor profiles, organizations, and recipient-side users.

    7 entities1 diagram
    data modelMay 17, 2026

    Organization and Oversight Model

    The clinic and cryobank layer depends on organizations as the tenant and oversight anchor, tying professional users to shared operational views, people records, and family relationship context.

    6 entities1 diagram
    data model

    Organization Membership And Oversight Model

    The remote schema makes the institutional layer much clearer: organizations connect to memberships, invitations, user profiles, groups, family trees, persons, and donor-recipient operations. That is a stronger SaaS and coordination story than the earlier editorial model captured.

    8 entities1 diagram
    data model

    Relationship Graph And Access Model

    The linked Supabase schema shows Family Shapes as a graph product with explicit access control. Family trees can belong to groups or organizations, persons join trees through membership rows, connections link people, and collaborator plus invitation tables govern who can work inside a sensitive tree.

    8 entities1 diagram
    data modelMay 17, 2026

    Relationship Graph Core

    Family Shapes centers the product on family trees, people, and connections, then layers collaboration and invitations on top so sensitive relationship graphs can be explored and maintained safely.

    6 entities1 diagram

    Workflows

    3 artifacts

    Images

    7 artifacts

    Chats

    1 artifact

    Notes

    6 artifacts

    Connected references

    Key dates

    2024-12-15
    Project initialization

    Initial repo setup established Family Shapes as an active product build rather than a concept stub.

    2025-03-20
    Graph and privacy-aware foundation

    Family-tree visualization, people, connections, Supabase, and RLS gave the project its core relationship-graph shape.

    2025-08-06
    Multi-surface platform baseline

    Interactive tree builder, organization maturity, donor portal, onboarding, and end-to-end testing made the product feel like a real ecosystem platform.

    2025-10-02
    Permissions system refactor

    The collaborator and invitation model became a first-class concern, showing how central privacy and access control are to the product.

    2025-10-03
    Platform separation and hardening

    The roadmap and changelog show explicit movement toward clearer family, donor, and SaaS boundaries plus continued RLS hardening.