Test before merge
Run and review a teammate's in-progress work before a commit, push, or merge.
Private beta · now inviting builders
CoDev is one shared cloud workspace where you, your friends, and a crew of AI agents build the same project at the same time, live, in the same room, and never on top of each other.
Copy one link, pick a role, and your whole crew is inside the running workspace.
main Inviting the crewAMJL Shareimport { audit } from "@/lib/workspaces/audit";
import { checkoutSchema } from "@/lib/checkout";
import { claim, commit } from "@/lib/reservations";
export const reserveSchema = checkoutSchema;
export async function reserve(input: unknown) {
const cart = reserveSchema.parse(input);
const lock = await claim(`checkout:${cart.id}`);
const order = await commit(cart, lock);
audit.record("checkout.reserved", order.id);
}codev merge --all3 branches merged to main 0 conflicts42 tests green
The speed advantage
CoDev removes the waiting and rework between writing code and getting it safely merged.
Run and review a teammate's in-progress work before a commit, push, or merge.
Agents see the same live context, divide the work, and stop repeating the same investigation.
Shared awareness and isolated worktrees reveal overlap before it becomes merge-day rework.
One person prompts in a private chat. Everyone else waits for a pull request and re-reads a transcript to catch up.
Everyone is inside the same running workspace, watching the same agents, steering the same work, with nothing to reconstruct.
Join the private beta. All we need is your email.