From fe66be0a1b7401e2e52b9f3a12fcf1f19267eaec Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 18 Feb 2026 04:45:38 +0100 Subject: [PATCH] chore: update architecture to submodule structure, remove empty placeholders --- CLAUDE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a4851d8..e4fdacd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,13 +10,12 @@ All planning documents are in `planning/`. Read `17-roadmap.md` for the phased f ## Architecture -Monorepo with three components: +Root repo (`marktvogt.de/root`) with submodules. Each component is a separate repo within the `marktvogt.de` org on somegit.dev: - **`backend/`** — Go REST API + WebSocket (chat). PostgreSQL (+ PostGIS), Redis, S3 (self-hosted on itsh.dev). - **`web/`** — SvelteKit + Tailwind 4. SSR for SEO. Consumes the Go API. - **`app/`** — Flutter mobile app (Android + iOS). Consumes the Go API. - -A separate admin dashboard (own project, not in this repo) will be added later. +- **`admin/`** — Separate admin dashboard (own repo, added later). ## Tech Stack