{"name":"Kaneo: A Modern, Self-Hosted Project Management Platform for Efficiency","description":"Kaneo is an open-source, self-hosted project management platform designed for simplicity and efficiency. It offers a clean interface and fast performance, providing a powerful yet user-friendly alternative to bloated tools. Users can customize and host it themselves, ensuring data ownership and flexibility for their projects.","github":"https://github.com/kaneo-app/app","url":"https://osrepos.com/repo/kaneo-app-app","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/kaneo-app-app","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/kaneo-app-app.md","json":"https://osrepos.com/repo/kaneo-app-app.json","topics":["project-management","self-hosted","open-source","typescript","react","kanban","issue-tracker","jira-alternative"],"keywords":["project-management","self-hosted","open-source","typescript","react","kanban","issue-tracker","jira-alternative"],"stars":null,"summary":"Kaneo is an open-source, self-hosted project management platform designed for simplicity and efficiency. It offers a clean interface and fast performance, providing a powerful yet user-friendly alternative to bloated tools. Users can customize and host it themselves, ensuring data ownership and flexibility for their projects.","content":"## Introduction\nKaneo is a modern, open-source project management platform that prioritizes simplicity and efficiency. Designed to be self-hosted, it empowers users to take full control of their project data and customize the experience to their needs. With a focus on a clean interface and fast performance, Kaneo aims to be the sweet spot between overly complex and overly simplistic project management solutions. It's built with TypeScript, React, and Hono, offering a robust and modern tech stack.\n\n## Installation\nGetting started with Kaneo is straightforward, especially using Docker Compose for a quick setup. This method deploys the API, web interface, and a PostgreSQL database with minimal effort. For those managing Kubernetes environments, Kaneo also provides a Helm chart for seamless deployment. Detailed instructions for development setup and configuration options are available in the official documentation.\n\n## Examples\nThe quickest way to run Kaneo is with Docker Compose. Save the following content as `compose.yml` and run `docker compose up -d`.\n\nyaml\nservices:\n  postgres:\n    image: postgres:16-alpine\n    environment:\n      POSTGRES_DB: kaneo\n      POSTGRES_USER: kaneo_user\n      POSTGRES_PASSWORD: kaneo_password\n    volumes:\n      - postgres_data:/var/lib/postgresql/data\n    restart: unless-stopped\n\n  backend:\n    image: ghcr.io/usekaneo/api:latest\n    environment:\n      JWT_ACCESS: \"your-secret-key-here\"\n      DATABASE_URL: \"postgresql://kaneo_user:kaneo_password@postgres:5432/kaneo\"\n    ports:\n      - 1337:1337\n    depends_on:\n      - postgres\n    restart: unless-stopped\n\n  frontend:\n    image: ghcr.io/usekaneo/web:latest\n    environment:\n      KANEO_API_URL: \"http://localhost:1337\"\n    ports:\n      - 5173:5173\n    depends_on:\n      - backend\n    restart: unless-stopped\n\nvolumes:\n  postgres_data:\n\n\nAfter running, access Kaneo at [http://localhost:5173](http://localhost:5173). Remember to change `JWT_ACCESS` to a secure key for production environments.\n\n## Why Use Kaneo?\nKaneo stands out by offering a compelling alternative to traditional project management tools. Its core advantages include:\n*   **Clean Interface:** Focuses on your work, minimizing distractions.\n*   **Self-Hosted:** Gives you complete control and ownership over your data.\n*   **Actually Fast:** Engineered for performance, ensuring a smooth user experience.\n*   **Open Source:** Free to use, modify, and contribute to, fostering a vibrant community.\n\nIt's designed for teams who need powerful features without the bloat, providing a balanced solution for managing complex projects efficiently.\n\n## Links\n*   [Official Website](https://kaneo.app \"Kaneo Official Website\")\n*   [Live Demo](https://demo.kaneo.app \"Try Kaneo Live Demo\")\n*   [Documentation](https://kaneo.app/docs \"Kaneo Documentation\")\n*   [GitHub Repository](https://github.com/usekaneo/kaneo \"Kaneo GitHub Repository\")\n*   [Discord Community](https://discord.gg/rU4tSyhXXU \"Join Kaneo Discord\")","metrics":{"detailViews":8,"githubClicks":12},"dates":{"published":null,"modified":"2025-10-12T10:31:09.000Z"}}