MockTankAI is an AI-powered pitch simulation platform designed to help founders practice startup pitches with realistic investor interactions. It uses a sophisticated AI model to simulate multiple investor personas, each with their own expertise, to ask insightful questions, provide feedback, and even negotiate deals.
- Realistic Investor Simulations: Practice pitches with AI-generated investor personas.
- Insightful Questions: Receive thought-provoking questions to sharpen your pitch.
- Constructive Feedback: Get actionable feedback to improve your presentation.
- Deal Negotiation Practice: Simulate real-world negotiation scenarios with AI.
- JavaScript
- Node.js
- Express.js
npm install├── .gitignore
├── Api
│ ├── aiResponse.js
│ ├── analyse.js
│ ├── startChat.js
│ └── submit_text_to_chat.js
├── db
│ └── database.js
├── functions
│ └── model.js
├── package-lock.json
├── package.json
└── server.js
npm install""
This project is unlicensed.