CloserAI is a premium SaaS platform designed for freelancers to automate their outbound sales calls using Bolna Voice AI.
- Node.js (v18+)
- Bolna AI Account (API Key & Agent ID)
- Twilio Account (Optional, for custom telephony)
- Clone the repository
- Install dependencies:
npm install cd server && npm install
- Configure environment variables in
.env.local:BOLNA_API_KEY=your_key BOLNA_AGENT_ID=your_agent_id # Optional BOLNA_FROM_PHONE_NUMBER=your_twilio_number BOLNA_TELEPHONY_PROVIDER=twilio
- Start the backend:
cd server && npm start
- Start the frontend:
npm run dev
- Visit
http://localhost:3000
- Frontend: Next.js 15, React 19, Tailwind CSS, Framer Motion
- Backend: Node.js, Express
- AI Engine: Bolna Voice AI
- Telephony: Twilio (Integrated via Bolna)