Files
moyosapp_beta.0.0.3.3_beta1/conductor/tech-stack.md
2026-01-16 19:04:48 +02:00

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)