Taskarr

Taskarr

Projects, tasks, and synced issues in one place

A compact SvelteKit workspace for tracking progress, handling tasks, and keeping GitHub or Gitea issues close to the work.

Projects

{data.projects.length}

Recent tasks

{data.recentTasks.length}

Recent issues

{data.recentIssues.length}

Connect GitHub

Install the GitHub App to link repositories and sync issues into your projects.

Go to integrations

Projects

{#each data.projects as project}

{project.name}

{project.description}

{project.progress}%

{project.taskCount} tasks · {project.issueCount} issues · {project.status}

{/each}

Recent tasks

{#each data.recentTasks as task}

{task.title}

Priority {task.priority} · {task.status}

{/each}

Recent issues

{#each data.recentIssues as item}

{item.title}

{item.provider} · {item.state}

{/each}