> ## Documentation Index
> Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Get started with Kaneo in minutes

## Introduction

Kaneo <span className="text-fd-muted-foreground text-sm">(/kəˈneɪ.oʊ/)</span> is a project management tool that gets out of your way. It is designed to be a simple, yet powerful tool for managing your projects. It **works for you** instead of you working for it.

### Components

Kaneo is composed of several components:

* API: The backend API that powers the application, it is built with Hono and TypeScript.
* Web: The frontend web application that is built with React and Tailwind CSS.
* Database: The database that is built with PostgreSQL.

### Installation

We offer two ways to install Kaneo:

**Quick Setup with drim (Recommended)**

For straightforward deployments, use [drim](/docs/core/installation/drim) - a CLI tool that handles everything automatically:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
curl -fsSL https://assets.kaneo.app/install.sh | sh
drim setup
```

**Manual Setup with Docker Compose**

For more control or complex setups, follow the manual installation process:

* [Setting up the Docker compose file](/docs/core/installation/docker-compose)
* [Setting up the environment variables](/docs/core/installation/environment-variables)
* [Starting the services](/docs/core/installation/start-services)
