{% extends "paxalia/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 a workspace, timer, planner, and team-tools platform — deep-focus timers, notes, goals, an infinite canvas board, a Life OS, live shareable pages, events, alarms, and team chat, all in one app — built and maintained by a single developer. This analytics dashboard is part of the same ecosystem." %}

{% 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. Data handling — including whether visitor IPs are anonymized — is yours to configure." %}

{% 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 %}