browser-native ide
Code opens anywhere.
A warm navy workspace where first scripts, team sessions, and agent-built apps share the same run button.
multiplayerEvery file feels shared by default.
agent loopPlans, edits, and runs stay visible.
ship pathConsole to deploy in one flow.
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
export async function launch() {
const classroom = "everywhere";
const teammates = 3;
await agent.plan({
tone: "friendly",
canvas: "deep-navy"
});
return deploy(classroom);
}
$ kite run ✓ compiled in 412ms ✓ shared preview ready agent: next patch prepared