Trello Clone screenshot

Trello Clone

Author Avatar Theme by Iamrishupatel
Updated: 7 Jun 2025
40 Stars

Krello is a trello clone built with Svelte, Appwrite and Flowbite

Categories

Overview

Krello is a task management app built with SvelteKit, Appwrite, Flowbite, and Tailwind. It is a clone of the popular task management application Trello. The app allows users to easily rearrange and organize tasks through drag and drop functionality, create public and private boards for sharing or team collaboration, and access the app without the need for an account. It also offers enhanced task editing capabilities with the Quill rich text editor, real-time comments and collaboration, and the ability to assign labels, priority, and descriptions to tasks.

Features

  • Drag and Drop Tasks: Rearrange and organize tasks easily by dragging and dropping them within the board.
  • Public and Private Boards: Accessible to all users, public boards are for sharing while private boards are reserved for team members only.
  • Anonymous Login: Dive into task management and project collaboration without the need for an account. Experience quick and hassle-free access.
  • Enhanced Editing with Quill: Utilize the powerful Quill rich text editor to create visually appealing and well-structured task descriptions. Add formatting for effective communication.
  • Real-time Comments and Collaboration: Engage in real-time collaboration and feedback by leaving comments on tasks, promoting seamless teamwork.
  • Assign Labels, Priority, & Descriptions: Categorize tasks with labels, set priorities to indicate importance or urgency, and add descriptions for comprehensive task information.

Installation

To set up the Krello app on your local environment, follow these steps:

  1. Clone the repository.
  2. Install the dependencies using either pnpm, yarn, or npm.
  3. Set up Appwrite:
    • Login to Appwrite Cloud or run a local instance of Appwrite using docker.
    • Create a project from the dashboard.
    • Initialize Auth and enable Email/Password, anonymous auth, and Team Invites.
    • Create a database and create 7 collections: user, board, label, priority, status, task, and comment.
    • Add the required attributes to the user and board collections.

Summary

Krello is a task management app built as a clone of Trello. It offers features such as drag and drop tasks, public and private boards, anonymous login, enhanced editing with Quill, real-time comments and collaboration, and the ability to assign labels, priority, and descriptions to tasks. The app is built with SvelteKit, Appwrite, Flowbite, and Tailwind and can be installed locally by cloning the repository and setting up the required dependencies and Appwrite configurations.