24 lines
590 B
Markdown
24 lines
590 B
Markdown
# Tech Stack
|
|
|
|
This document outlines the technology stack for the project.
|
|
|
|
## Frontend
|
|
|
|
* **Framework:** Next.js 16
|
|
* **Language:** TypeScript
|
|
* **Styling:** Tailwind CSS
|
|
* **UI Components:** Radix UI, Shadcn UI
|
|
* **Animation:** Framer Motion
|
|
|
|
## Backend
|
|
|
|
* **Framework:** Next.js API Routes
|
|
* **Database:** Postgres, Redis (via Prisma) (local instance)
|
|
* **AI:** Ollama (local instance)
|
|
|
|
## Development Tools
|
|
|
|
* **Package Manager:** npm (inferred from package.json)
|
|
* **Linting:** ESLint (inferred from package.json)
|
|
* **Testing:** Jest (inferred from package.json)
|