The kanban board built for modern teams. Track tasks, collaborate with your team, and automate your workflow — all in one place.
Free forever · Pro from $4.99/mo · No credit card required
The full Vortask experience on your phone. Manage tasks, update statuses, and collaborate with your team — wherever you are.
Browse all columns, update task statuses, and manage your board from anywhere.
Open the app on any device and pick up right where you left off. Your board is always up to date.
Native-feeling UI with smooth gestures and a responsive layout that looks great on any screen size.
From solo projects to full team collaboration — Vortask scales with you.
Drag and drop tasks across New, Active, Blocked, and Closed columns. Visualize your entire project at a glance.
Invite teammates with Admin, Member, or Viewer roles. Assign multiple people to a single task.
Mark tasks as Low, Medium, or High priority. Add custom tags and filter your board instantly.
Fire HTTP callbacks on task events. Connect to Slack, Discord, or any HTTP endpoint automatically.
Generate vt_ prefixed tokens with scoped permissions for CI/CD pipelines and custom integrations.
Every change is recorded. See who updated what and when — perfect for accountability and reviews.
Discuss work directly on tasks. Comments support rich text formatting — bold, lists, code blocks, and more.
Get notified when you're assigned a task, invited to a project, or approaching a due date. Never miss what matters.
Find any task instantly across all your projects. Search by title from anywhere in the app.
No complex onboarding. Start organising your team in three simple steps.
Set up your first project in seconds. Give it a name, write a description, and you're ready to go.
Create tasks with priorities, due dates, and tags. Invite teammates with the right role for each person.
Drag tasks across the board as work progresses. Webhooks keep your entire stack notified automatically.
Vortask's webhook system and REST API let you wire up any service. Automate notifications, sync data, and build custom workflows without leaving your stack.
HTTP POST to any URL on task create, update, or status change events.
Access all your data programmatically with personal vt_ tokens.
JWT with auto-refresh, HMAC-SHA256 signing, and BCrypt-hashed API keys.
// POST https://your-server.com/hook
{
"event": "task.updated",
"projectId": 42,
"task": {
"id": 128,
"title": "Deploy to production",
"status": "Closed",
"priority": "High",
"assignees": [
{ "email": "jane@acme.com" }
]
}
}// Add to your AI agent's MCP config
{
"mcpServers": {
"vortask": {
"command": "npx",
"args": ["vortask-mcp"],
"env": {
"VORTASK_API_URL": "https://your-api",
"VORTASK_TOKEN": "vt_••••••••••"
}
}
}
}
// 14 tools available to your agent:
// create_task · update_task · list_tasks
// add_comment · get_task_history · ...Vortask ships a first-class MCP server. Connect Claude, Cursor, or any MCP-compatible agent and let it read, create, and update tasks on your behalf.
Create tasks, bulk-import, add comments, read history, manage members — all from natural language.
Grant your agent only the permissions it needs — tasks:read, tasks:write, or full access.
Any tool that supports the Model Context Protocol can connect to Vortask in minutes.
Join teams using Vortask to stay organised, move quickly, and deliver on time.