Get started

VSCode extension

or, use the command-line

npm install -g @heightapp/cli
height watch
Copy

Works in any IDE

From VSCode, to vim, Sublime, and Xcode, use any editor that auto-reloads files.

Supports 38 languages

Works with your favorite language, from JavaScript to Python, Typescript, Ruby, Swift, and more.

Privacy-first

No code is sent to our servers as everything is run locally.

Auto-assigned

Tasks created from your code comments are automatically assigned to you.

Grep for task IDs

Each created task has a unique ID (e.g. T-123), so it’s easy to find them in your code.

Run in the background

Automatically run this tool when you start coding so you never forget to turn it on.

Ignore misc files

Any file in .gitignore will be ignored by default.

Watch multiple repositories

Set up the tool to watch as many folders as you want.

Don’t leave // todo for dead 💀

Just save your file and new tasks will be instantly created to track followup work.

Clock.tsx - project
Clock.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import * as React from 'react';
import {isFeatureFlagEnabled} from './features';

const Clock = () => {
  
  if (!isFeatureFlagEnabled('clock')) {
    return null;
  }
  
  return (
    <div className="Clock" />
  );
};

export default Clock;
and more

Track your tasks in Height, and find them again later with their unique IDs (i.e. T-123).

Close tasks directly from commits and pull requests.

Connect your GitHub or GitLab repositories to update tasks as you push code.

T-123
Remove Clock feature flag

Work faster than ever with power developer features.

Find and execute any action in a matter of mere keystrokes with Command, and set custom keyboard shortcuts for actions you frequently use.

Cmd+K
Assign myself
Cmd+I
Copy
Cmd+C
Copy GitHub branch name
Copy task ID
Favorite
Mark as Done
Cmd+.
Mark as In progress
Open GitHub branch
Open GitHub pull request

Project management shared across the entire company.

Centralize where decisions get made with Height — so flexible that everyone, from marketing to engineering and more, can use one tool to track their tasks together.

Hundreds of features make Height infinitely customizable.

Custom attributes
Chat
Subtasks
Dark theme
Filters
Inbox
Smart lists
Public API
Custom attributes
Chat
Subtasks
Dark theme
Filters
Inbox
Smart lists
Public API
Custom attributes
Chat
Subtasks
Dark theme
Filters
Inbox
Smart lists
Public API
Customizable shortcuts
Private tasks
Kanban
Gantt charts
Group mentions
Powerful search
Trash
Customizable shortcuts
Private tasks
Kanban
Gantt charts
Group mentions
Powerful search
Trash
Customizable shortcuts
Private tasks
Kanban
Gantt charts
Group mentions
Powerful search
Trash
Task forms
macOS & Windows apps
Command-K
Spreadsheet
Calendar
Webhooks
Task forms
macOS & Windows apps
Command-K
Spreadsheet
Calendar
Webhooks
Task forms
macOS & Windows apps
Command-K
Spreadsheet
Calendar
Webhooks

Connect your favorite tools directly to Height.

You’ll be in great company.

Get startedFree to use