Files
2026-01-16 19:04:48 +02:00

590 B

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)