pablitofernandez/familynido — explained in plain English
Analysis updated 2026-05-18
Run a shared family calendar, chore tracker, and meal planner on your own home server.
Set up a kitchen tablet dashboard that rotates through today's events, tasks, and messages.
Mirror a family's Google Calendar accounts read-only into the app so schedules stay in sync.
| pablitofernandez/familynido | ddxgtx/steamswitch | twelveslovisa4878/gemini-pro-desktop-2026 | |
|---|---|---|---|
| Stars | 44 | 44 | 42 |
| Language | C# | C# | C# |
| Setup difficulty | moderate | easy | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | general | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Docker Compose and, for local development, the .NET 10 SDK and Node.js 22+.
FamilyNido is a self-hosted household management app designed to be installed by a single family on their own home server, keeping all data private on their own hardware rather than in someone else's cloud. It covers most of the coordination needs of a household in one place: a shared calendar, a chore tracker with gamification, a weekly meal planner, per-child school schedules, health records for each family member, and a family message wall. The app installs as a PWA (Progressive Web App), which means family members can add it to the home screen of any phone, tablet, or laptop and it behaves like a native app. A dedicated "tablet mode" provides a full-screen rotating dashboard suitable for a tablet mounted on the kitchen wall, cycling through today's events, tasks, meals, and messages automatically. The chore system awards points for each completed task, creating a scoreboard that makes everyone's contributions visible without nagging. The calendar can mirror read-only data from Google Calendar accounts, so existing schedules don't need to be re-entered. An open API lets external automation tools like n8n, Home Assistant, or iOS shortcuts add tasks to the system programmatically. You would deploy FamilyNido on a home server or a small home-lab machine using Docker. It is built with a .NET 10 backend, an Angular frontend, and PostgreSQL for storage. The project was developed by a single developer working alongside an AI coding assistant and is designed to be private, ad-free, and telemetry-free.
A self-hosted PWA that combines a family calendar, chores, meals, school schedule, and health records for one household.
Mainly C#. The stack also includes .NET, Angular, PostgreSQL.
No license information is provided in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.