glass.css - Phase 2 Ergänzungen: Form-Inputs: - Glass-Border (--glass-border-subtle) + verbesserter Focus-Ring mit color-mix-basiertem Glow statt einfacher box-shadow - Modal-Inputs: explizit --color-surface-2 als Hintergrund Sticky Headers: - backdrop-filter auf --blur-sm + saturate(160%) mit Glass-Tokens - Hintergrund 80% opak statt 90% für mehr sichtbaren Blur-Effekt - Glass-Border unten Toasts: - --radius-glass-card (20px) statt --radius-sm - Standard-Toast: Dark-Glass mit backdrop-filter - Farbige Toasts: specular inset-highlight Filter-Chips: - Inaktiv: --glass-border-subtle - Aktiv: Glass backdrop-filter + Accent-Tint + specular highlight Priority Badges: - Capsule-Radius (--radius-glass-chip) - 1px semi-transparente Farb-Border Toggle Switch: - Specular Highlight + Gegenlicht auf Thumb via inset box-shadow - Animation verwendet --transition-glass Easing Dashboard Widgets: - Glass-Border + --glass-shadow-sm - Specular ::before Highlight-Linie oben FAB-Backdrop (Dashboard): - blur(4px) + 18% Dimming statt 25% contacts.css, notes.css, shopping.css: - Search-Inputs direkt auf Glass-Tokens migriert (--radius-glass-button, --glass-border-subtle, Glass-Focus-Ring)
Oikos
Self-hosted family planner for small households
Tasks · Shopping Lists · Meal Planning · Calendar Sync · Budget · Notes · Contacts
|
|
|
Toggle GitHub light/dark mode to see both themes.
Highlights
Task Management: Shared tasks with deadlines, priorities, subtasks, recurring schedules, Kanban view with one-tap status buttons for touch devices
Shopping Lists: Collaborative lists with aisle categories and one-click import from meal plans
Meal Planning: Weekly drag-and-drop planner with ingredient lists and shopping export
Calendar Sync: Two-way sync with Google Calendar (OAuth) and Apple iCloud (CalDAV)
Budget Tracking: Income and expenses, recurring entries, configurable currency (15 currencies), monthly trends, CSV export
Notes & Contacts: Colored sticky notes with Markdown, contact directory with vCard import/export
Zero Build Step: Pure ES modules, no bundler, no transpiler, no framework. Ships what you write.
Privacy First: SQLCipher AES-256 encrypted database, fully self-hosted, zero telemetry
PWA Native Feel: Installable on any device, works offline, dark mode, responsive from phone to desktop
Multilingual: German, English, Spanish, French, Italian, Swedish, Greek, Russian, Turkish, and Chinese UI with automatic locale detection
Quick Start
Option A — pre-built image (fastest, no clone required):
curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/ulsklyc/oikos/main/.env.example
cp .env.example .env # edit .env — set SESSION_SECRET and DB_ENCRYPTION_KEY
docker compose up -d
docker compose exec oikos node setup.js
Option B — build from source:
git clone https://github.com/ulsklyc/oikos.git && cd oikos
cp .env.example .env # edit .env — set SESSION_SECRET and DB_ENCRYPTION_KEY
docker compose up -d --build
docker compose exec oikos node setup.js
Then open http://localhost:3000 and log in with the admin credentials you set in the previous step. Add family members from Settings.
New to Docker? The Installation Guide walks you through every step: From installing Docker to HTTPS setup, backups, and troubleshooting.
Tech Stack
Documentation
| Installation | Spec & Data Model | Contributing | Security | Changelog | Backlog |
|---|


