Skip to content
Closed
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
7 changes: 4 additions & 3 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

## Overview

**Botsmann** is a modern AI bot platform featuring intelligent assistants for legal, medical, research, and language learning. Built with Next.js 14, deployed on Vercel.
**Botsmann** is a modern AI bot platform featuring intelligent assistants for legal, medical, research, and language learning. Built with Next.js 16 and React 19.

---

## Tech Stack

| Layer | Technology |
| ---------- | ----------------------- |
| Framework | Next.js 14 (App Router) |
| Framework | Next.js 16 (App Router) |
| UI | React 19 |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Testing | Jest |
Expand Down Expand Up @@ -101,4 +102,4 @@ export const Component: FC<ComponentProps> = ({ title, onAction }) => {

---

**Last Updated**: 2026-01-23
**Last Updated**: 2026-07-26
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Rate limits: 20 req/60s for chat, 15 req/60s for professional chat.

| Layer | Technology |
| ---------- | ------------------------------------------------------------ |
| Frontend | Next.js 14, React 18, TypeScript 5, Tailwind CSS + DaisyUI 5 |
| Frontend | Next.js 16, React 19, TypeScript 5, Tailwind CSS + DaisyUI 5 |
| LLM | Groq, OpenRouter (100+ models), Ollama (local) |
| Database | Supabase PostgreSQL 15 + pgvector |
| Embeddings | Transformers.js (all-MiniLM-L6-v2, 384d) |
Expand Down Expand Up @@ -159,7 +159,7 @@ Open [http://localhost:3000](http://localhost:3000).

```
botsmann/
app/ # Next.js 14 app router
app/ # Next.js 16 app router
api/ # API routes (thin HTTP layer)
(routes)/ # Page routes
components/ # UI components (no business logic)
Expand Down
2 changes: 1 addition & 1 deletion docs/SHARED_CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ botsmann/

## Architecture Decisions

### App Router (Next.js 14)
### App Router (Next.js 16)

We use the App Router for:

Expand Down