Project · September 2025
Zap Task
A simplified Jira-style task manager: Kanban boards, projects, assignees, and workflow without enterprise complexity.
Overview
Purpose
Give small teams a lighter Kanban/task tool than full Jira — projects, boards, assignees, and workflow without enterprise weight.
How it works
A user creates isolated project boards (key, colour, description). Inside a board, cards move across To Do / In Progress / Done with drag and drop. Cards carry priority, type (bug, feature, story, epic), tags, assignee, due dates, and story points. Search and filters narrow the board; a stats strip summarises totals, in-progress, done, and overdue work.
Realtime updates use Supabase. Tenants can work on subdomains while the core product stays at zaptask.co.uk.
Architecture
- Laravel backend
- Vue 3 + TypeScript + Tailwind board UI
- Supabase realtime for live board updates
- Multi-project boards with card metadata
- Subdomain-per-tenant routing pattern
What you can do
- Create project boards with keys and colours
- Drag cards between workflow columns
- Assign people, tags, estimates, and due dates
- Filter and search the board
- View progress stats and overdue work
- Use dark mode
- Work from a tenant subdomain workspace
Data & access
Each account’s projects are isolated. Tenant subdomains serve the same product shell against that workspace’s data.
Integrations
Deployment
Primary app at zaptask.co.uk with tenant hosts such as johnb.zaptask.co.uk.
Try Zap Task
Open the live application at zaptask.co.uk.