aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/dev/architecture.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r--docs/dev/architecture.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index c93aa57..fd75c8c 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -6,6 +6,7 @@
|-------|------------|
| Frontend | React + Vite |
| Routing | Wouter |
+| State | Jotai |
| Styling | TailwindCSS |
| Backend | Hono + TypeScript |
| Database | PostgreSQL |
@@ -68,7 +69,7 @@ kioku/
│ ├── index.tsx
│ ├── components/
│ ├── pages/
-│ ├── stores/
+│ ├── atoms/ # Jotai atoms (state management)
│ ├── db/ # Dexie IndexedDB
│ ├── sync/ # Sync engine
│ └── api/