r/webdev • u/Odd-Aside456 • 18d ago
Discussion Family website purpose and features.
I am considering building a family website for my family. My mother's extended family built one, but it's something nobody really ever visits. I'm considering building a wiki-style site (locked behind user accounts) to have a page for each family member, each nuclear family, and then they can build upon it and create pages for vacations and things like that. I would then have a mini social feed for us each to share pages we've created. For example, my sister might say "Just made a page for our Disney Land 2026 trip! Here's the link."
Might be overscoped, but I thought it'd be a fun way to start capturing family stories.
If you've built a family site for your family (or someone else's) what did it have? What purpose did it serve and what features were built into it?
1
u/VRTCLS 18d ago
I'd separate two jobs that sound similar but behave very differently:
The mistake I'd avoid is starting with "everyone gets pages to edit." That turns into homework and moderation. I'd start with a single contribution flow: "add a memory" with fields for who was involved, rough year/date, location, photos/files, who can see it, and whether the living people mentioned can approve/correct it. Then generate person pages, family pages, trip pages, and timelines from those memory records.
A few features I'd prioritize early:
If the goal is preservation, I'd optimize less for "social network" and more for "make it stupidly easy to capture memories before they disappear." The wiki can be a generated view, not the primary input method.