🚀 Getting Started

Learn how to install WILDCAT and get it running in minutes.

Choose Your Path

New to WILDCAT?

Ready to build?


Quick Navigation

1. Install WILDCAT

git clone https://github.com/NotoriousArnav/wildcat.git
cd wildcat
npm ci
cp .env.example .env
npm run dev

2. Create Account

curl -X POST http://localhost:3000/accounts \
  -H 'Content-Type: application/json' \
  -d '{"id":"mybot","name":"My Bot"}'

3. Scan QR Code

  • Check server logs for QR code
  • Scan with your WhatsApp phone

4. Send Message

curl -X POST http://localhost:3000/accounts/mybot/message/send \
  -H 'Content-Type: application/json' \
  -d '{
    "to": "919876543210@s.whatsapp.net",
    "message": "Hello! 🐱"
  }'

System Requirements

Requirement Minimum Recommended
Node.js 18.x 20.x LTS
RAM 512 MB 2+ GB
Disk Space 500 MB 2+ GB
MongoDB 6.0 Latest

Installation Options

  1. Quick Setup (5 min) - Default local setup
  2. Full Guide - Custom configuration, Docker, production
  3. Docker - Containerized deployment

Common Questions

Q: What do I need to get started?

  • Node.js 18+
  • MongoDB (local or Atlas)
  • WhatsApp account

Q: How long does setup take?

  • 5 minutes for quick start
  • 15 minutes for full setup with configuration

Q: Can I use MongoDB Atlas?

Q: What if I get stuck?


Next Steps

  1. Quick Start (5 min) - Get WILDCAT running
  2. API Reference - Learn what you can do
  3. Integration Examples - Connect with other tools
  4. Deployment - Deploy to production

Already set up? Jump to API Reference


Table of contents


Copyright © 2024 WILDCAT. Licensed under GPL 3.0