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

# Welcome to Kasava

> AI-powered development platform for unified product management, intelligent code analysis, and streamlined development workflows

## What is Kasava?

Kasava is an AI-powered development platform that brings together everything about your software products in one place. Connect your repositories, integrate your favorite tools, and let AI help you stay on top of your development workflow.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/docs/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Try Demo Mode" icon="play" href="/docs/demo-mode">
    Explore features without connecting your repos
  </Card>
</CardGroup>

## Why Kasava?

Development teams juggle multiple tools - GitHub for code, Linear or Jira for issues, Google Docs for specs. Kasava creates a unified hub where you can:

* **See all your work in one place** - Issues, PRs, and tasks from every platform
* **Understand your codebase** - AI-powered search that finds code by meaning, not just keywords
* **Get AI-generated insights** - Track wins, identify risks, and stay aligned with goals
* **Plan and document** - Create PRDs (Plans) that link directly to implementation work

## Core Features

<CardGroup cols={2}>
  <Card title="Dashboard" icon="gauge" href="/docs/features/dashboard">
    Your daily hub for work items, recent updates, and key metrics
  </Card>

  <Card title="Products" icon="layer-group" href="/docs/features/products">
    Unified view of your software products across all platforms
  </Card>

  <Card title="Code Intelligence" icon="brain" href="/docs/features/code-intelligence">
    Semantic code search and AI-powered understanding
  </Card>

  <Card title="AI Chat" icon="comments" href="/docs/features/ai-chat">
    Ask questions about your codebase and get contextual answers
  </Card>
</CardGroup>

## Products: Your Central Hub

Kasava Products are the heart of the platform. Each Product represents a software project and connects all your tools:

### Work Management

* **Issues & Pull Requests** - View and manage work from GitHub, Linear, Jira, and Asana in one unified view
* **Roadmap** - Plan your product direction with integrated roadmapping
* **Bug Reports** - Track bugs captured via Chrome extension with full context

### Planning & Documentation

* **Plans (PRDs)** - Create and manage Product Requirements Documents with AI enhancement
* **Prototypes** - Link Figma or v0 prototypes to your products
* **Documentation** - Auto-generated code documentation stays up-to-date

### Insights & Analysis

* **Updates** - AI-generated digests summarizing wins, risks, and progress
* **Goals** - Track objectives and measure progress
* **Decisions** - Document and track key product decisions
* **Timeline** - View activity history across all connected platforms

## Intelligent Code Analysis

Index your repositories to unlock powerful AI features:

* **Semantic Code Search** - Find code by describing what it does, not just keywords
* **AI Chat** - Ask questions about your codebase and get accurate, contextual answers
* **Symbol Navigation** - Browse classes, functions, and files with AST-powered extraction
* **100+ Language Support** - Powered by tree-sitter for comprehensive parsing

## Platform Integrations

Connect the tools your team already uses:

| Platform   | Capabilities                                |
| ---------- | ------------------------------------------- |
| **GitHub** | Issues, Pull Requests, Projects V2, Commits |
| **Linear** | Issues, projects, teams, cycles             |
| **Jira**   | Issues, projects, status transitions        |
| **Asana**  | Tasks, projects, workspaces, tags           |

<Info>
  Kasava syncs bidirectionally - changes you make flow back to the original platform.
</Info>

## Getting Started

<Steps>
  <Step title="Create an account">
    Sign up at [app.kasava.dev](https://app.kasava.dev) using GitHub OAuth
  </Step>

  <Step title="Set up your first Product">
    Create a Product and give it a name (e.g., "Mobile App" or "API Platform")
  </Step>

  <Step title="Connect GitHub">
    Install the GitHub App and select repositories to link
  </Step>

  <Step title="Add integrations (optional)">
    Connect Linear, Jira, or Asana to bring in all your work items
  </Step>
</Steps>

<Tip>
  New to Kasava? Try [Demo Mode](/docs/demo-mode) to explore all features with sample data before connecting your own repositories.
</Tip>

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="envelope" href="mailto:support@kasava.io">
    Contact our support team
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/benjamingregory/kasava">
    View the source code
  </Card>
</CardGroup>
