Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ All user data lives in a single SQLite file — back it up by copying that file.

## 🛠️ Tech Stack

React 19 · Vite · React Router · Zustand · Vanilla CSS · Node.js · Express · SQLite (`better-sqlite3`) · Google Gemini API · Docker
React 19 · Vite · React Router · Zustand · Vanilla CSS · Node.js · Express · SQLite (`better-sqlite3`) · Vercel AI SDK (Gemini / Claude / OpenAI / BYOM) · Docker

---

Expand Down
2 changes: 1 addition & 1 deletion docs/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| Icons | `lucide-react` only | Consistent icon set |
| Backend | Node.js + Express | Simple, matches dev experience |
| Database | SQLite (`better-sqlite3`) | Self-hostable, zero-config |
| AI | Google Gemini API | Via `@google/generative-ai` SDK |
| AI | Vercel AI SDK (`ai`) | Multi-provider: Gemini, Claude, OpenAI, and custom OpenAI-compatible endpoints |

---

Expand Down
Loading
Loading