Qlockify Showcase
Public product showcase for Qlockify, a time tracking and workspace reporting platform.
This repository is intentionally documentation-only. The production backend, frontend, and deployment source code are private.
Live Demo
- Website: https://qlockify.ir
- Demo: use the demo entry point on the landing page to create an isolated temporary workspace.
What Qlockify Does
Qlockify helps teams track billable work, manage workspace/project access, and export operational reports for clients, projects, tags, and team members.
Core capabilities:
- Mobile-first authentication with password, OTP, and Google OAuth account linking
- Workspace, member, client, project, and tag management
- Project-level access control for workspace members
- Workspace and project-based hourly rates
- Live timer and manual time entry management
- Admin/owner reporting dashboards
- Excel and PDF report exports
- Isolated demo environments for public product trials
- Audit logs, notifications, and operational visibility
Architecture Overview
The production app is served behind Nginx with a React frontend, Django REST backend, PostgreSQL, Redis, Celery workers, and scheduled background jobs.
More details: docs/architecture.md
Product Docs
Screenshots
The screenshots below were captured from an isolated local demo workspace with seeded test data.
More screenshots are available in assets/screenshots.
Regenerating Screenshots
Screenshots are generated locally from a running Qlockify frontend/backend pair:
cd scripts
npm install
cd ..
node scripts/capture-screenshots.js
The reusable script and its environment variables are documented in scripts/README.md.
Tech Stack
- Backend: Django, Django REST Framework, Celery
- Frontend: React, TypeScript, Vite
- Data: PostgreSQL, Redis
- Runtime: Docker, Nginx
- Operations: Gitea Actions, encrypted object-storage backups
Source Code
The source code and deployment configuration are private/proprietary. This repository exists only to demonstrate the software, user experience, and technical architecture at a high level.




























