Launching July 10 — Early pricing June 15–July 10

Lodcer Code

Code with an AI agent you can inspect and control.

A local-first desktop coding agent for planning changes, editing files, running tools, reviewing diffs, and keeping every risky action visible.

本网站目前仅供预览,2026 年 6 月 15 日之前本网站不具有任何说服力。

Lodcer Code Playground Ready
LC Lodcer Code 交互式 AI 编程工作流
当前项目: demo-app 模型: Claude-opus-4.8
帮我修复 login.ts 里的鉴权逻辑。
Built-in tools, all visible & controllable
Grep Glob Shell Bash Git LSP MCP Diff Edit Read Write Plan
10+ Built-in tools
100% Runs on your machine
0 Hidden operations

Everything you need to build with confidence.

Four pillars that keep every AI action transparent and in your hands.

02

Chat-Led Workflow

Plan, code, review, and debug through an AI conversation timeline.

03
Grep Git MCP LSP

Tool Ecosystem

File editing, search, shell, Git, LSP, MCP — all visible and controllable.

04

Multi-Model

Support multiple providers, custom model IDs, secure API key storage.

From request to review in four transparent steps.

Nothing happens in a black box. Every step is inspectable and under your control.

Add rate limiting to the API
01

Describe the request

Tell the agent what you need in plain language. It reads your codebase to build full context first.

Locate middleware layer Design token bucket Wire into router
02

Inspect the plan

The agent proposes a concrete plan before touching files. Review, adjust, or reject — you stay in charge.

EEdit middleware.ts $npm run build
03

Watch tools execute

File edits, shell commands, and Git operations stream live. Approve risky actions individually.

+ export const rateLimit = (max) => { + return bucket(max) + }
04

Review the diff

Every change lands as a reviewable diff. Accept, iterate, or roll back — full history is preserved.

Three real workflows, end to end.

From a single request to a reviewable diff — switch between real scenarios.

Request 把 auth/callback.ts 里的回调改成 async/await
Read · Edit 检测到 3 处回调嵌套,已重构为线性 async 流程。
auth/callback.ts
- function login(cb) {
-   verify(user, function (err, token) {
-     if (err) return cb(err);
-     cb(null, token);
-   });
- }
+ async function login() {
+   const token = await verify(user);
+   return token;
+ }

Ready to code with inspection and control?

Lodcer Code launches July 10. Pre-order Pro now at 50% off.