Taski 2.0
~/projects/taskiProductivity platform · full-stack · SHIPPED
Taski 2.0 is a ground-up rebuild of Taski, the task management platform I originally shipped at Chesroc Nigeria in 2019-2020. This version rebuilds it as a multi-tenant SaaS product: teams assign, track and close out work, with RBAC enforced across admin, manager and member roles, and live analytics on completion trends and workload.
SvelteKit 5 (runes-based reactivity), Tailwind v4 and shadcn-svelte on the frontend, with interactive charts for completion trends, status breakdown and team workload drawn from the backend. The API is FastAPI with async SQLAlchemy over PostgreSQL, enforcing the permission model server-side. An admin sees the whole company, a manager sees themselves and direct reports, a member sees only their own work.
My role covered the full lifecycle: data model and multi-tenant schema design, API design, RBAC/permissions, the frontend build, and deployment.
