Skip to content

SuperAdmin Dashboard

The SuperAdmin Dashboard is a lightweight, web-based interface designed specifically for non-technical stakeholders (sales, marketing, and management teams) to view customer statistics and metrics across the AngelCX platform.

→ Deployed SuperAdmin Dashboard

Overview

The dashboard provides a consolidated view of customer data and platform metrics through a simple, user-friendly interface. It was developed as a rapid solution to provide organizational-level insights without requiring technical expertise to interpret the data.

Architecture

sequenceDiagram participant User as Business User participant Webhook as n8n Webhook participant n8n as n8n Workflow participant Data as Data Sources User->>Webhook: Access Dashboard URL Webhook->>n8n: Trigger Workflow n8n->>Data: Fetch Statistics Data-->>n8n: Return Data n8n->>User: Render HTML Dashboard

Components

  1. Frontend Interface

    • Simple HTML/CSS dashboard
    • Generated using Google's Gemini AI
    • Responsive design for various screen sizes
  2. Backend Processing

    • Implemented using n8n workflow blocks
    • Data aggregation and processing
    • HTML template population with live data
  3. Access Point

    • Exposed via n8n webhook
    • URL: https://n8n.coolify-internal.angelcx.ai/webhook/angelcx/dashboard
    • Internal access only

Implementation Details

Data Flow

  1. User accesses the dashboard URL
  2. n8n webhook triggers the workflow
  3. Workflow fetches and processes required statistics
  4. Response is generated as HTML with embedded data
  5. Dashboard is rendered in the user's browser

Security Considerations

  • Internal URL access only
  • No authentication required (assumes network-level security)
  • No sensitive data exposure
  • Read-only access to statistics

Usage

To access the dashboard:

  1. Ensure you're connected to the internal network
  2. Open a web browser
  3. Navigate to: https://n8n.coolify-internal.angelcx.ai/webhook/angelcx/dashboard
  4. The dashboard will automatically load with the latest statistics

Maintenance

The dashboard is maintained through the n8n workflow system. Any updates to metrics or visual changes should be made through the n8n workflow editor.