Taskly is a free and open source project management tool that provides a simplified and user-focused experience.
- ✍️ AI Task Creator: SSimplify task creation by describing tasks in natural language. The AI adapts to your project, boosting productivity.
- ✨ AI Smart Properties: Automatically assign task properties based on the title and description.
- 🗂️ Filters & Grouping: View only the tasks you need and group them by their properties.
- 🌎 Global Search & Commands: Quickly find tasks or actions across your project.
- 👥 Collaboration: I Invite your team, collaborate in real time, and discuss tasks with built-in comments.
- 📝 Rich Markdown Editor: Describe tasks in detail with full Markdown support. Include code blocks, headers, to-do lists, and more.
- 🔔 Notifications: Stay informed about tasks assigned to you and catch up quickly.
- 🦾 GitHub Integration: Sync task statuses with pull requests automatically.
All built with simplicity in mind and documented for users here.
Taskly streamlines project management for small teams and startups. With a focused feature set and an opinionated design, it eliminates complexity while maximizing productivity—helping teams succeed without the steep learning curve of traditional tools.
Prerequisites
Install Node.js (at least version 18.17).
Create an account on tasklypm.com.
Set up free accounts on third-party services.
3rd Party Servies
.env
The project requires environment variables to function properly in local development. Refer to the .env.example
file to recreate the environment with your own keys.
Install
git pull https://github.com/GuruUpdesh/taskly.git
cd taskly
npm install
npm run dev
This project is licensed under the Apache License, Version 2.0 with Commons Clause - see the LICENSE.md file for details.