From af7b6232e09ff86215d1babf991a0c30b6468e29 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 29 Apr 2026 00:44:53 +0200 Subject: [PATCH] docs(readme): correct cache backend naming and bump status date Architecture table said Redis, but local dev uses Valkey and prod uses Dragonfly. Both speak the Redis protocol but neither is Redis. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0db03f5..f8a9e31 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Monorepo. Components are plain directories, not git submodules. | Layer | Stack | |--------------|--------------------------------------------------------------------| -| Backend | Go REST API + WebSocket; PostgreSQL (PostGIS), Redis, S3 | +| Backend | Go REST API + WebSocket; PostgreSQL (PostGIS), Valkey/Dragonfly, S3 | | Web | SvelteKit + Tailwind 4, SSR for SEO, runs on Bun | | Mobile | Flutter (Android + iOS) | | Auth | Custom (Go), e-mail+password / magic link / OAuth / 2FA | @@ -143,7 +143,7 @@ this by default. ## Status -Active development as of 2026-04-28. `backend/`, `web/`, and `app/` all contain +Active development as of 2026-04-29. `backend/`, `web/`, and `app/` all contain working code (Go API scaffolding + auth, SvelteKit pages, Flutter skeleton). - Current phase scope: `planning/15-mvp.md`