managarten/apps
Till JS 32939fbfb5 refactor(infra): remove zitare + clock NestJS backends, add shared-hono package
Both apps are fully local-first via Dexie.js + mana-sync. Their NestJS
backends were pure CRUD wrappers (20 + 31 source files) that are no
longer needed.

Changes:
- Add packages/shared-hono: JWT auth via JWKS (jose), Drizzle DB factory,
  health route, generic GDPR admin handler, error middleware
- Migrate zitare lists page from fetch() to listsStore (local-first)
- Rewrite clock timers store from API-based to timerCollection (Dexie)
- Update clock +layout.svelte CommandBar search to use local collections
- Remove zitare-backend + clock-backend from docker-compose, CI/CD,
  Prometheus, env generation, setup scripts
- Add docs/TECHNOLOGY_AUDIT_2026_03.md with full repo analysis

Net result: -2 Docker containers, -2 ports, -2728 lines of code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 22:43:46 +01:00
..
calendar feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
chat feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
citycorners feat(infra): add api.mana.how route + Prometheus scrape targets for Go services 2026-03-27 21:27:04 +01:00
clock refactor(infra): remove zitare + clock NestJS backends, add shared-hono package 2026-03-27 22:43:46 +01:00
contacts feat(apps): migrate Calendar, Clock, Contacts, ManaDeck to local-first 2026-03-27 13:10:07 +01:00
context feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
docs fix: replace all manacore.app URLs with mana.how 2026-03-22 18:40:37 +01:00
inventar feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
manacore feat(infra): consolidate 21 Matrix bots into Go binary + add Go API gateway 2026-03-27 21:03:00 +01:00
manadeck feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
matrix feat(apps): integrate shared TagStrip into all 15 remaining apps 2026-03-26 21:41:14 +01:00
mukke feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
nutriphi feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
photos feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
picture feat(apps): integrate GPU services into Picture and Chat apps 2026-03-27 21:59:46 +01:00
planta feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
playground feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
presi feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
questions feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00
skilltree refactor(skilltree): replace custom idb storage with @manacore/local-store 2026-03-27 21:32:47 +01:00
storage feat(apps): migrate Presi, Picture, Inventar, NutriPhi, Planta, Storage to local-first 2026-03-27 17:35:38 +01:00
todo feat(todo): add Hono + Bun server for compute-only endpoints 2026-03-27 12:40:28 +01:00
traces feat(apps): add GPU server fallback to all LLM-using apps 2026-03-27 22:21:20 +01:00
zitare refactor(infra): remove zitare + clock NestJS backends, add shared-hono package 2026-03-27 22:43:46 +01:00