- Manage different households
- Manage different rooms
- Invite users
- Add tasks to a room, with a frequency and assigned users
- Users get notified until task is done
- Admins get notified when task is done
Notifications are sent only via webpush for now, it could evolve in the future.
You'll need to generate VAPID keys, for example using this tool online or the provided go script
You can host the platform yourself using the public docker image
Check the docker-compose file as an example.
In case you need it, the pocketbase admin panel is available on https://your.instance/_
Built upon PocketBase and SvelteKit
Start the backend with
cd backend
./modd # will show an url to create the first admin Start the frontend with
cd frontend
npm install
npm run devThis project is licensed under the AGPL-3.0 License - see the LICENSE file for details.