familynido/docs/screenshots
Pablo Fernández a308041d59 Initial commit
FamilyNido — a self-hosted PWA for a single household: shared calendar,
chores, meals, school agenda, health records and a family wall. One
instance per family, deployable with `docker compose` on any home
server.

Stack: .NET 10 (ASP.NET Core Minimal APIs) + EF Core 10 + PostgreSQL 16
on the backend, Angular 21 (standalone, signals, zoneless) + Tailwind
CSS v4 on the frontend, SignalR for realtime, optional OIDC alongside
local credentials, integration via a versioned `/api/v1/**` public API.

See README.md for the module overview and how to deploy.
2026-05-13 00:23:14 +02:00
..
hero-dashboard.png Initial commit 2026-05-13 00:23:14 +02:00
meals.png Initial commit 2026-05-13 00:23:14 +02:00
README.md Initial commit 2026-05-13 00:23:14 +02:00
tablet-mode.png Initial commit 2026-05-13 00:23:14 +02:00
wall.png Initial commit 2026-05-13 00:23:14 +02:00

Screenshots

This folder hosts the images embedded in the main README.md. Drop the following PNGs in here and the README will render them automatically.

To avoid screenshotting real family data, use the demo seed built into the API (see the "Seed a curated demo family" section in the root README). It drops a fictitious Smith family with tasks, a wall thread, meal plan, school schedule and adults' weekly agenda — everything you need to fill the three captures below without touching personal data. Reset between attempts with docker compose -f deploy/docker-compose.dev.yml down -v.

File Used in section Suggested capture
hero-dashboard.png Lead (before Highlights) The Home dashboard at desktop width with a few widgets populated.
tablet-mode.png 📺 Tablet mode The full-screen rotating tablet view, ideally landscape 16:9.
wall.png 💬 Wall A wall post with a reaction or comment so the social bits are visible.
meals.png 🍽️ Meals The weekly meal-plan grid with at least one full week filled in.

Capture tips

  • Width: aim for 16001920 px wide on desktop captures, 1280 px wide on the tablet view. GitHub will downscale gracefully.
  • Format: PNG with the browser chrome cropped out. JPEG only if the capture has photo backgrounds and PNG is heavy.
  • Privacy: scrub any real family data before committing — use the FamilyNido E2E seed accounts or invent obviously-fake names.
  • Light/dark: pick whichever feels more polished; mixing both in the same README is fine if you label them.

Files in this folder that are not referenced from the README can be removed without affecting anything.