Your Handy Home Assistant
Homechart simplifies your digital life:
😍 No more duplication
One place for all your household data
📅 One calendar for everything
Plan events, meals, chores, and more
🔗 Save money for what matters
Link your budgets, projects, and shopping lists
📣 Keep your household in sync
Reminders for events, meals, tasks, and more
👪 Designed for everyone in your household
Supports extended, divorced, and blended families
🗣️ Multilingual
Available in English, عربي, Deutsch, Español, Francais, हिन्दी, Nederlands, and 中文
🙌 No ads, ever
We will never sell your data, we just help you manage it
🤓 Secure, Encrypted and Private
Homechart runs in the cloud or self-hosted on your network
Visit https://homechart.app for more information.
The code in this repository is licensed under the Elastic License.
Our development process is mostly trunk-based with a main
branch that folks can contribute to using pull requests. We tag releases as necessary using CalVer.
./github:
Reusable GitHub Actions./go:
Homechart sever code./hugo:
Homechart website./shell:
Development tooling./shared:
Shared libraries from https://github.com/candiddev/shared./web:
Homechart UI code
Make sure you initialize the shared submodule:
git submodule update --init
We use GitHub Actions to lint, test, build, release, and deploy the code. You can view the pipelines in the .github/workflows
directory. You should be able to run most workflows locally and validate your code before opening a pull request.
Visit shared/README.md for more information.