Top

AutoCall Installation Overview

Architecture Blueprint

AutoCall is structured into two core repositories that work in tandem to provide a complete AI ecosystem.

Standalone API (autocall)

The core engine built with Node.js and Express. It manages the database, AI model interactions, and background workers.

  • MongoDB for data persistence
  • REST API architecture for seamless communication
Modern Web UI (autocall-next)

The high-performance user interface built with Next.js 16. It communicates with the Backend API to deliver AI services.

  • Server-Side Rendering (SSR)
  • Tailwind CSS & Radix UI components
AutoCall – AI Communication Platform

Your Dashboard includes the following pre-configured components:

autocall Core Backend API Source Code
autocall-next Frontend Dashboard Source Code
autocall-docs Offline Documentation Files

Installation Priority: We highly recommend setting up the Backend API first to ensure your database and AI services are operational before configuring the Frontend.

What's Next?

Let's get started — your journey with AutoCall begins here!