codievCreate account

Multi-agent
Roblox IDE

Specialized agents plan, write, and review Luau together, so you ship a running game, not another chat thread.

Create accountSee plans

Free trial. Email only, no card required.

Product demo

Compatible with all major LLM providers

OpenAIClaudeGrokdeepseekGeminiMicrosoft CopilotMistral AIOllama

A crew for Luau
not another chat box.

Codiev agents work alongside your codebase. Plan, write, and review changes in context.

Turns a game goal into remotes, ModuleScripts, and dataflow before anyone writes a line.

CombatController.luau

local Players = game:GetService("Players")
local RunService = game:GetService("RunService")

local CombatController = {}
CombatController.__index = CombatController

function CombatController.new(player)
  local self = setmetatable({}, CombatController)
  self.player = player
  self.state = "Idle"
  return self
end

function CombatController:Start()
  self.connection = RunService.Heartbeat:Connect(function(dt)
    self:Update(dt)
  end)
end

Your keys never leave your machine.

Codiev is a multi-agent Roblox IDE. The desktop client is open source so you can verify what it does with your provider keys and your place files.

We do not store BYOK keys on our servers. We do not collect telemetry from your game. We do not train on your Luau. The multi-agent brain stays proprietary. The app that holds your secrets does not.

Open
Desktop client source, so you can audit the path from Settings to the provider.
Closed
The Codiev brain that plans, writes, and reviews. Product IP, not your data.

Questions about the model? Read how signup works.

Pricing

Simple plans

Both unlock the same desktop brain. Pick how you want to pay for the seat.

Popular

BYOK

Bring your own key. Same Codiev brain.

Choose BYOK
  • Full multi-agent desktop
  • You pay the model provider
  • Key stays on your machine
  • Free trial, email only

Pro

Same unlock, Codiev-billed seat.

Choose Pro
  • Full multi-agent desktop
  • Codiev handles seat billing
  • Still uses your provider key
  • Free trial, email only

Create an account or sign in first. Then Stripe checkout unlocks the desktop brain.