Tasky is one of the most popular free project-management templates on Bubble. It offers projects, tasks on kanban boards, team assignment and activity tracking. We rebuilt every page on Next.js 15 + Supabase — a Linear-quality tool that loads in under a second against Bubble’s 8–12 second loads.
1
const columns = [
2
{ id: "todo", title: "To Do" },
3
{ id: "in_progress", title: "In Progress" },
4
{ id: "done", title: "Done" },
5
]
6
7
export function KanbanBoard({ tasks }) {
8
return columns.map((col) => (
9
<Column key={col.id} tasks={byStatus[col.id]} />
10
))
11
}
These rebuilds are public starters. Yours gets the same treatment, privately — same features, same design, your data and users intact. From $1,500, in 1–8 weeks.