Documentation

Learn HiveGrid

Comprehensive documentation to help you get started, self-host, and build with HiveGrid. From quick start guides to API references.

Getting Started
Quick start guide to set up HiveGrid and create your first project.
Self-Hosting
Deploy HiveGrid on your own infrastructure with Docker or Kubernetes.
Core Concepts
Understand workspaces, projects, issues, cycles, and modules.
API Reference
Complete REST API documentation for building integrations.
Integrations
Connect HiveGrid with GitHub, Slack, and other tools.
Configuration
Advanced configuration options and customization.
Architecture
Technical deep-dive into HiveGrid's monorepo structure.
Troubleshooting
Common issues and solutions for self-hosted deployments.

Quick Reference

Common commands and configurations for getting started quickly.

Install dependencies

pnpm install

Start development server

pnpm dev

Run with Docker Compose

docker-compose -f docker-compose-local.yml up -d

Run database migrations

cd apps/api && python manage.py migrate