# Karma Chatbot — Frontend (Next.js)

Frontend for the Karma Subito chatbot and marketing admin panel. This Next.js app serves the public chatbot UI and integrates with the project's backend services.

**Keep this README focused on project-relevant information only.** Template and unrelated boilerplate have been removed.

## Getting Started (pnpm)

This repository uses `pnpm`. Install, build, and run locally with:

```bash
pnpm install
pnpm build
pnpm dev
```

Open http://localhost:3000 in your browser during development.

## Project details

- **Framework:** Next.js (app router)
- **Package manager:** pnpm (required)
- **Source:** `app/` contains the main routes and pages
- **Edit:** start with `app/page.tsx` for the default entry

## Environment

Create a `./.env.local` for any required environment variables (e.g. API endpoints, feature flags). See internal docs or ask the team for the exact variables to add.

## Build & Deploy

Build with `pnpm build`. The output is the standard Next.js build output; follow your team's deployment process (Vercel, Docker, or other CI) for publishing.
