Skip to content

Plexo: The next generation, open-source, and AI-powered tool for planning, managing, and collaborating on your software projects.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

minskylab/plexo-core

Repository files navigation

Plexo | Open-Source and AI-Powered Project Management System for modern innovators

➡️ Live Demo ⬅️

GitHub Workflow Status Docker Image Size (latest by date) GitHub last commit GitHub issues GitHub Twitter Follow GitHub Repo stars

Plexo

Plexo is an innovative, open-source project management platform that harnesses the power of AI to streamline the way you work. Designed to simplify task tracking within projects and teams, Plexo cuts through the complexities of traditional project management, replacing them with intuitive and efficient solutions.

Plexo's advanced AI functionalities are the heart of the platform. The AI autonomously generates tasks necessary for project completion, taking into account the project's requirements, deadlines, and the team's capabilities. This intelligent task creation optimizes the planning process, freeing up your team to focus on the core work at hand.

Plexo Platform Screenshot

Plexo is designed to serve as a benchmark for project execution and description, promoting seamless interoperability among diverse teams and organizations. This is achieved by adhering to the principle that system designs reflect their organization's communication structure. This principle, known as Conway's Law, is deeply ingrained in Plexo, making it a highly effective tool for mirroring and enhancing team communication.

Adopt Plexo to enhance your software project planning and elevate team synergy.

Features

  • 🧠 AI-Powered Suggestions: Plexo provides intelligent suggestions to aid in project planning and task management.

  • 📈 Active Task Tracking: Follow the progress of tasks/issues in real-time within a project, team, or individual context.

  • 🤖 Autonomous Task Creation: Plexo can autonomously generate tasks necessary for project completion, optimizing the planning process.

  • 🤝 Seamless Collaboration: Plexo facilitates collaboration between team members, streamlining communication and increasing efficiency.

  • 🔀 Interoperability: Designed to become a standard in project description and execution, Plexo aims to enhance interoperability between different organizations and teams.

  • 🔓 Open-Source and Free Forever: Plexo is committed to remaining an open-source project, fostering a community of contributors and users.

  • 🍃 Lightweight and Self-Hosted: Plexo is designed to be lightweight and self-hostable, reducing dependencies and providing flexibility.

  • 🔄 Conway's Law Inspired: Plexo is modeled on the principle that organizations design systems are analogous to their communication structure, thus mirroring team communication in its project management system.

Quick Start

You can try our demo here. And if you want to deploy your own instance of Plexo-core, actually you need a Postgresql database, a OpenAI API Key and a Github OAuth app. Then you can run the following command:

docker run \
    -p 8080:8080 \
    -e DATABASE_URL="postgres://postgres:postgres@localhost:5432/plexo" \
    -e OPENAI_API_KEY="<your-openai-api-key>" \
    -e GITHUB_CLIENT_ID="<your-github-client-id>" \
    -e GITHUB_CLIENT_SECRET="<your-github-client-secret>" \
    -e JWT_ACCESS_TOKEN_SECRET="<your-github-client-secret>" \
    -e JWT_REFRESH_TOKEN_SECRET="<your-github-client-secret>" \
    minskylab/plexo

⚠️ We're working on a way to deploy Plexo-core without the need of a Github OAuth app. If you want to contribute, please check this issue.

Contribution

We welcome all contributions to the Plexo project! Whether you're interested in fixing bugs, adding new features, or improving documentation, your input is greatly valued.

License

Plexo-core is released under both the MIT and Apache 2.0 licenses. Users are free to use, modify, and distribute the software. Comments and feedback are greatly appreciated.

About

Plexo: The next generation, open-source, and AI-powered tool for planning, managing, and collaborating on your software projects.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages