Pixel Offpage App

Enterprise domain management and link-building platform for SEO agencies. Handles domain portfolios, content ordering, link placement tracking, customer management, and automated reporting with real-time updates.

Pixel Offpage App

About this project

Project Overview

Pixel Offpage is an enterprise-grade internal platform built for managing large-scale domain portfolios and coordinating link-building operations. The application serves as the central hub for SEO professionals to manage domains, plan content orders, track link placements, and generate performance reports.

Key Features

  • Domain portfolio management with health checks, crawling, and SEO metrics (DA, PA, TF)
  • Customer and order management with monthly link forecasting
  • Content ordering system with NLP-assisted domain matching using spaCy
  • Real-time WebSocket updates via Django Channels and Redis
  • Automated reporting with Google Sheets API integration
  • Interactive dashboard with charts (ApexCharts, Chart.js, D3)
  • Google OAuth authentication with JWT-based API security
  • Background task processing with Django-Q for crawling and report generation
  • Bulk operations — domain upload, content ordering, report exports
  • Multi-language support with automatic translation

Architecture

The platform follows a decoupled architecture with a Django REST Framework backend serving a Vue.js 2 single-page application. Real-time communication is handled through Django Channels with Redis as the channel layer. PostgreSQL serves as the primary database, with Redis providing caching and message brokering. The entire stack is containerised with Docker Compose for consistent development and deployment environments.