Spaces:
Sleeping
Sleeping
| title: Negotiation Simulator | |
| emoji: 💼 | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: docker | |
| pinned: false | |
| # Negotiation Simulator | |
| Practice salary negotiations with AI playing the hiring manager. Get real-time feedback and a performance report. | |
| ## Features | |
| - **Real Tactics** - AI uses anchoring, urgency, questioning, and more | |
| - **3 Difficulty Levels** - Easy, Medium, Hard | |
| - **Chat Interface** - Real-time back-and-forth negotiation | |
| - **Tactic Detection** - See what tactics the hiring manager uses | |
| - **Performance Report** - Score, strengths, missed opportunities, pro tips | |
| ## Quick Start | |
| ```bash | |
| cd backend && cp .env.example .env && npm install && npm start | |
| cd frontend && npm install && npm run dev | |
| ``` | |
| ## Tech Stack | |
| - **Frontend**: React 19 + Vite | |
| - **Backend**: Express.js | |
| - **AI**: Groq (cloud) / Ollama (local) - both free | |