At Algerien Tech Makerst, we are tech volunteers who have always used Trello to manage our work. However, recent limitations on the platform have impacted our workflow. To overcome this, I started developing an open-source alternative, aiming to replicate Trello’s user experience (UX) while keeping it free and accessible.
Start the development server using one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devThen, open http://localhost:3000 in your browser to view the application.
You can customize the app by editing app/page.tsx. Changes will be reflected automatically.
This project utilizes:
- dnd-kit – A lightweight, modular, and highly customizable drag-and-drop toolkit for React, enabling Trello-like functionality.
We welcome contributions! Feel free to fork the repository, submit pull requests, or share ideas to help us improve this Kanban tool.