ORBITWAKE CODE

Build with an AI that understands your project.

Read the codebase. Make changes. Run tests. Review every diff. Stay in control.

OrbitWake Codefeat/api-key-management
api-key-list.tsx
18 export function ApiKeyList() {
19   const keys = useOrganizationKeys();
20   return <KeyTable keys={keys} />;
21 }
+ requireApproval="create"
Terminal$ pnpm test api-keys4 passed · 0 failed

PROJECT AWARENESS

Your project, understood.

OrbitWake can inspect authorized project structure, dependencies, relevant code, and available Git context before proposing a change.

Task Add API key management
package.jsonInspected
app/settings/Inspected
lib/api-keys.tsRelevant
tests/api-keys.test.tsRelevant
Only task-relevant context selected

WORK MODES

Control how OrbitWake works.

Choose a mode for the task without changing the workspace or losing project context.

Ask before action

Edit 4 files and run the focused test suite?

Sensitive or destructive actions require confirmation

BUILD LOOP

From task to tested change.

OrbitWake follows the work through understanding, planning, editing, testing, and review.

1Understand
2Plan
3Edit
4Test
5Review
OrbitWake Codefeat/api-key-management
api-key-list.tsx
18 export function ApiKeyList() {
19   const keys = useOrganizationKeys();
20   return <KeyTable keys={keys} />;
21 }
+ requireApproval="create"
Terminal$ pnpm test api-keys4 passed · 0 failed

DIFF + APPROVAL

Nothing hidden.

See every changed file, addition, deletion, and test result before accepting the work.

Review changes4 files · +86 −12
components/api-key-list.tsx+28 −4
- const keys = useKeys();
+ const keys = useOrganizationKeys();
+ requireApproval("create");

TERMINAL + TOOLS

More than code generation. Real project work.

Use only the terminal, source control, tests, package manager, and project scripts you authorize.

Authorized terminal

$ git status --short$ pnpm --filter @meya/app test✓ Tests passed
TerminalGitTestsPackage managerProject scripts

GITHUB WORKFLOW

Follow the work from issue to review.

OrbitWake can investigate an issue, prepare a branch, make scoped changes, run tests, and draft work for pull-request review.

01Issue
02Investigate
03Branch
04Changes
05Tests
06Pull request
GitHub is a third-party tool; this does not imply partnership.

PRIVACY + BOUNDARIES

Your workspace. Your boundaries.

Keep workspace access, provider choice, and approval requirements visible while OrbitWake works.

Workspace/workspace/apps/appFolder access chosen by you
ModelOrbitWake AutoProvider remains visible
Private codeControlled contextNot silently routed to arbitrary providers
Sensitive actionsAsk every timePermission required

SURFACES

Meet your project where the work happens.

OrbitWake Code is designed for focused developer surfaces without changing its permission model.

VS Code extensionPreview
CLIPreview
Desktop / computer agentComing soon

ORBITWAKE CODE

From idea to tested code.

Build with OrbitWake Code