STRATEGY MEETS EXECUTION

OKR Management as Code

Define, track, and automate your company's objectives and key results with our developer-first platform. Turn your strategic goals into executable workflows.

Join waitlist

goals.do

import { Goals } from 'goals.do';

// Define and create a new company objective via the SDK
const newObjective = await Goals.create({
  title: 'Launch V2 of Flagship Product',
  owner: 'product-team@example.com',
  timeframe: 'Q4 2024',
  keyResults: [
    {
      description: 'Achieve 10,000 active users',
      target: 10000,
      current: 0
    },
    {
      description: 'Secure 5 major media placements',
      target: 5,
      current: 1
    },
    {
      description: 'Maintain an app store rating of 4.8+',
      target: 4.8,
      current: 4.9
    }
  ]
});

console.log(newObjective.id);

Deliver economically valuable work

Frequently Asked Questions

Do Work. With AI.