{% extends "analytics/base.html" %} {% load static i18n %} {% block title %}{% trans "About" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}

{% trans "Analytics Dashboard" %}

{% trans "Built with ❤️ by" %} Paxalia

{% trans "About Paxalia" %}

Paxalia {% trans "is not a typical tech company — it's a collection of thoughtfully crafted digital tools. From a planning app that helps you organise your day, to an SVG tool, to this very analytics dashboard, Paxalia is a growing ecosystem built by a single developer with a passion for clean, privacy‑first software." %}

{% trans "This dashboard is one of Paxalia's flagship projects — and it exists because the current analytics landscape is broken." %}

{% trans "Why This Dashboard?" %}

{% trans "Most analytics tools track your users, expose their IPs, and send data to third‑party servers. They're insecure by design, and they don't respect privacy." %}

{% trans "This dashboard is different." %} {% trans "It's completely open source, runs entirely on your own server, and never calls home. No external services, no tracking pixels, no data leaks. Your users' privacy is protected by default." %}

{% trans "And unlike bloated SaaS products, this dashboard gives you real control:" %}

  • {% trans "Full server monitoring (CPU, memory, disk, network, processes)" %}
  • {% trans "Bot traffic detection and separation" %}
  • {% trans "IP anonymization and path filtering" %}
  • {% trans "Chunked file uploads & auto‑backups" %}
  • {% trans "12 themes, RTL support, and full i18n" %}
  • {% trans "Everything is self‑contained and secure" %}

{% trans "No other analytics tool gives you this much flexibility without compromising your security." %}

{% trans "The Developer" %}

{% trans "This entire ecosystem — Paxalia, the planning app, the SVG tool, and this dashboard — was built by" %} Parsa Zaydany , {% trans "a solo developer who believes that great software should be both powerful and ethical." %}

{% trans "Working from a country with internet blockouts, sanctions, and constant censorship, Parsa built this dashboard without reliable access to documentation or package repositories — a testament to the fact that determination matters more than circumstances." %}

{% trans "This dashboard is proof that you don't need a team or a corporate budget to build tools that respect people." %}

{% trans "Support the Project" %}

{% trans "If this dashboard has helped you, please consider supporting its continued development. Every contribution — no matter how small — helps keep the project alive, funds the infrastructure, and supports a solo developer who believes in building tools that matter." %}

{% endblock %}