Loger (House in French) is one app to run the financial, logistical, and relational machinery of a household. Budgeting, expenses, savings goals, meal planning, groceries, chores, home maintenance, family schedules — all the things we juggle in our heads, on paper, or across half a dozen apps.
Built for people who want real budgeting and household tools — especially those outside the US, where bank-sync services like Plaid don't exist.
Loger is organized around five pillars (concerns you can enable/disable per team):
YNAB-style envelope budgeting with multi-currency support out of the box.
- Monthly Budget (zero-based / envelope)
- Accounts & Transactions (per-profile base currency, native + converted)
- Bank statement import (PDF)
- Account Reconciliation
- Emergency Funds & Savings Goals
- Net Worth tracking & Trends
- Credit Card management
- Watchlists
Plan what you eat, what to buy, and what's already in the pantry.
- Recipes & Ingredients
- Weekly Meal Planner & Random Meal Generator
- Shopping Lists (with shareable public links)
- Reusable weekly menus (templates that re-date themselves)
- Pantry / inventory & expiration tracking
- Favorite meals
- Cost per recipe & per-week food budget
Run the house like the asset it is.
- Chores & Occurrence Checks ("when did we last…?")
- Equipment & home inventory
- Maintenance schedule (recurring services)
- Warranty documents
- Service provider contacts
- Recurring bills & utilities
- Plans (repairs, projects, events)
The people side of the house.
- Family member profiles
- Important dates (birthdays, anniversaries)
- Health notes (allergies, medications, visits)
- School / work activity log
- Personal preferences (sizes, gift ideas, foods they hate)
- One-on-one time reminders
- Responsibilities & assigned chores
The integrating layer. Pulls dated items from every other pillar into one timeline.
- Weekly schedule across meals, chores, bills, family events
- Appointments
- Recurring routines (morning / evening checklists)
- Shared family agenda
- Reminders (push, email, WhatsApp)
Loger is a monolith built with:
- Backend: Laravel 11, Jetstream, Sanctum, Fortify
- Frontend: Vue 3, Inertia.js v1, Tailwind CSS 3, Pinia
- Custom packages: Atmosphere UI, Journal
View a live demo here, or deploy your own instance to DigitalOcean:
| Prerequisite | Version |
|---|---|
| PHP | >= 8.2 |
| Composer | >= 2.3 |
| Node.js | >= 20 |
| npm | >= 9 |
| MariaDB or MySQL 8 | >= 10.8 |
| PHP extension ext-mailparse (optional) | — |
| Google Cloud Project (optional, for Gmail integration) | — |
git clone https://github.com/jesusantguerrero/atmosphere.git loger
cd logercp .env.example .envEdit .env with your database credentials and app URL:
APP_URL=http://127.0.0.1:8000
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=loger
DB_USERNAME=root
DB_PASSWORD=composer install --ignore-platform-reqsnpm run app:installphp artisan app:demo-seed# Backend
php artisan serve
# Frontend (in a separate terminal)
npm run devVisit http://127.0.0.1:8000 and you're up and running.
Jesus Guerrero
