Hyperspeed gives your team everything in one place — task boards, real-time chat, a Monaco-powered file editor with AI assistance, a browser terminal, and space automations — all running on your own infrastructure via Docker Compose.Documentation Index
Fetch the complete documentation index at: https://hyperspeed.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Deploy Hyperspeed and create your first workspace in minutes.
Deployment
Run Hyperspeed on a VPS, cloud host, or local machine.
Workspace Features
Explore boards, chat, the file IDE, and terminal.
API Reference
Integrate with Hyperspeed programmatically via the REST API.
AI Integrations
Add AI staff powered by OpenRouter or Cursor to your workspace.
MCP Server
Connect AI coding tools to Hyperspeed via the MCP protocol.
What is Hyperspeed?
Hyperspeed is a self-hosted collaboration platform. You run the entire stack — API, web UI, database, object storage, and reverse proxy — on hardware you control. There is no Hyperspeed-managed cloud; your data stays with you. Each Hyperspeed installation contains a single workspace (organization). Within the workspace, you organize work into spaces (projects). Each space has its own board, chat rooms, file tree, terminal connections, and automations.Deploy the stack
Clone the repository, copy
.env.example to .env, set your secrets, and run docker compose up --build.Create your workspace
The first user to register completes a setup wizard that names the organization and workspace.
Invite your team
Generate invite links from workspace settings or enable open registration with admin approval.