Home
Softono
d

dominateai

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
1

Software by dominateai

Dominate-AI
Open Source

Dominate-AI

<h1> Dominate A.I. - The world's best Open Source CRM for High Ticket B2B Sales - </h1> <h2> [Visit Website](https://dominateai.github.io/dominate-landing-page-website/) </h2> <p> [![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/dominate-ai/?viewAsMember=true) ![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white) [![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?style=for-the-badge&logo=Instagram&logoColor=white)](https://www.instagram.com/dominate.ai/?hl=en) ![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white) </p> <h3> Technologies Used </h3> ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB) ![Redux](https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge&logo=redux&logoColor=white) ![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white) ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB) ![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white) ![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens) ![NPM](https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white) ![Socket.io](https://img.shields.io/badge/Socket.io-black?style=for-the-badge&logo=socket.io&badgeColor=010101) ![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white) ![Cloudflare](https://img.shields.io/badge/Cloudflare-F38020?style=for-the-badge&logo=Cloudflare&logoColor=white) ![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) ![Jenkins](https://img.shields.io/badge/jenkins-%232C5263.svg?style=for-the-badge&logo=jenkins&logoColor=white) ![Prometheus](https://img.shields.io/badge/Prometheus-E6522C?style=for-the-badge&logo=Prometheus&logoColor=white) ![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge&logo=postman&logoColor=white) ![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white) ![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![CSS3](https://img.shields.io/badge/CSS3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![Next.js](https://img.shields.io/badge/Next.js-%23000000.svg?style=for-the-badge&logo=nextdotjs&logoColor=white) Dominate A.I. is designed for businesses where every deal counts—perfect for high-ticket sales with long sales cycles and account-based selling strategies. Whether you’re a tech company managing SaaS clients or a consultancy nurturing high-value partnerships, Dominate A.I. empowers your team to stay organized and close deals faster. ## Features - **Lead Management:** Organize and track leads with ease, ensuring no potential opportunity is overlooked. - **Deal Pipelines:** Visualize your sales process and monitor the progress of every deal. - **Follow-Up Scheduling:** Set reminders to follow up with prospects at the right time, so you never miss a touchpoint. - **Account Tracking:** Manage and view key details of all your accounts in one place for better relationship building. - **Task Management:** Stay on top of your to-dos with an intuitive task manager built for sales workflows. - **Customizable CRM:** Fully open source, giving you the flexibility to tailor features to your unique business needs. Start dominating your sales process with **Dominate A.I.** today! ![](assets/website_screenshot.png) ![](assets/Dashboard.png) ## CLI Tools Dominate A.I. provides command-line interface (CLI) tools for different operating systems to help you manage your development environment easily. These tools are available in the `cli-binaries` directory. ### Installation #### For Global installation checkout this NPM pakage [link](https://www.npmjs.com/package/dominate-cli) ![Dominate CLI Demo](assets/dominate.gif) #### Windows 1. Download `dominate-cli-win.exe` from the `cli-binaries` directory. 2. Add the binary location to your system's PATH or move it to a directory that's already in PATH. 3. Open Command Prompt or PowerShell and run: ```batch dominate-cli-win.exe help ``` #### macOS 1. Download `dominate-cli-macos` from the `cli-binaries` directory. 2. Make the binary executable: ```bash chmod +x dominate-cli-macos ``` 3. Move to a directory in your PATH: ```bash sudo mv dominate-cli-macos /usr/local/bin/dominate-cli ``` 4. Run the CLI: ```bash dominate-cli help ``` #### Linux 1. Download `dominate-cli-linux` from the `cli-binaries` directory. 2. Make the binary executable: ```bash chmod +x dominate-cli-linux ``` 3. Move to a directory in your PATH: ```bash sudo mv dominate-cli-linux /usr/local/bin/dominate-cli ``` 4. Run the CLI: ```bash dominate-cli help ``` ### Available Commands - **start**: Start the Dominate backend locally - **stop**: Stop the Dominate backend - **install**: Pull the latest code from the Dominate backend repository - **logs**: View the logs of the running backend containers - **help**: Display help information ### Usage Examples - **Start the backend:** ```bash dominate-cli start ``` - **View container logs:** ```bash dominate-cli logs ``` - **Stop all services:** ```bash dominate-cli stop ``` ## Local Development Setup ### **Option 1: Manual Setup** 1. Install **NVM** and set up **Node.js** version `16.20.2`. 2. Install necessary system dependencies: - `build-essential` - `node-gyp` 3. Install `concurrently` globally for managing multiple processes: ```npm install -g concurrently``` 4. Start the required services using Docker: - MongoDB (port `27017`) - Redis (port `6379`) - MinIO (ports `9000` and `9001`) Example command to run MinIO: ``docker run -d --name minio -p 9000:9000 -p 9001:9001 \ -e "MINIO_ROOT_USER=minioadmin" \ -e "MINIO_ROOT_PASSWORD=minioadmin" \ bitnami/minio:latest`` 5. Access the MinIO web console: - URL: `http://localhost:9001` - Login credentials: - Username: `minioadmin` - Password: `minioadmin` 6. Navigate to the root directory of the backend project and run the local server: ``npm run local`` 7. Verify the logs for successful connections to MongoDB and Redis. If you encounter errors related to S3 or socket hang-ups, check the MinIO service configuration. ### **Option 2: Automated Script** 1. Navigate to the root directory of the backend project. 2. Make the startup script executable: ``chmod +x config/local_containers_setup/start_containers.sh`` 3. Run the script to start all required containers and the Node.js server: ``./config/local_containers_setup/start_containers.sh`` 4. Once development is complete, clean up the containers by running: ``chmod +x config/local_containers_setup/cleanup_containers.sh ./config/local_containers_setup/cleanup_containers.sh`` ### **Option 3: Docker Compose** 1. Use Docker Compose to set up the entire environment: ``docker-compose -f docker-compose-dev.yml up -d`` 2. This starts MongoDB, Redis, MinIO, and the Node.js project inside Docker containers. 3. To scale the service: ``docker-compose -f docker-compose-dev.yml up --scale dominate=3 -d`` 4. To stop and clean up the containers: ``docker-compose -f docker-compose-dev.yml down`` ## Production Setup 1. Install Docker and Docker Compose. 2. Copy the frontend `dist` folder to `/var/dominate/dist/dominate-frontend/`. 3. Build and start the production environment: ``docker-compose build`` ``docker-compose up --scale dominate=2 -d`` ## Invite Flow 1. Send an invite using the `POST /api/users/invite` API: Example: `` { "recipients": ["[email protected]", "[email protected]"] }`` 2. Recipients will receive an invite email with a link. 3. The invite link leads to a page where the user can verify their invite using the `GET /public/authCode/verify` API. 4. Upon successful verification, a new user can be created using the `POST /public/user` API with the necessary details. ## Database Initialization To initialize the database: 1. Ensure MongoDB is installed and running. 2. Execute the following script: ``./scripts/init_dominate.js`` # Dominate A.I. - Frontend ## Local Setup 1. Ensure Redis and MongoDB are running in the background. 2. Clone the repository: ``git clone https://github.com/DominateAi/Dominate-AI.git`` 3. Navigate to the frontend folder and install dependencies: ``npm install`` 4. Start the local development server: ``npm run local`` 5. (Optional) Initialize the database before starting the server: ``./scripts/init_dominate.js`` ## Production Setup 1. Install Docker and Docker Compose. 2. Copy the frontend `dist` folder to `/var/dominate/dist/dominate-frontend/`. 3. Build and start the production environment: ``docker-compose build docker-compose up --scale dominate=2 -d``

AI Agents CRM Sales & Outreach
119 Github Stars