Tasky — Project Management

Project Management · 35k Bubble installs

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.

Load time 8–12s < 0.8s
Monthly cost $349/mo $25/mo
Source rented yours
What's in the rebuild
Dashboard — KPI stat cards plus a recent-activity feed Projects — card grid with status badges, color coding, search and status filter Project detail — a full Todo / In Progress / Done kanban board Tasks — a global list with sort, status and priority filters, assignees, due dates Team — members list with role badges and project counts Collapsible sidebar with active-state indicators and a mobile drawer Supabase RLS on every table plus activity logging
A peek at the code
components/kanban-board.tsx

        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
        }
      
Next.js 15SupabaseTypeScriptTailwind CSSshadcn/ui
Don't see your template?

Your Bubble app is the one we'd most like to rebuild.

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.

What every export includes
A Next.js + Supabase monorepo, on your GitHub Your existing data and users, migrated intact The same design, rebuilt pixel-for-pixel Full source — no runtime, no lock-in, no license