Local code execution without the old platform overhead

Keep the UI.
Replace the platform.

This version keeps the workspace UI, removes the containerized agent stack, and lets each codebase run through Codex or OpenCode on demand.

Current flow

GitHub

Clone a repository into a temporary workspace, then point Codex or OpenCode at it.

Upload

Send a local codebase from the browser and rebuild it server-side into a clean workspace.

Execute

Run one task at a time through the selected engine and inspect the exact command and output.

Single workspace app

The old Python backend, Docker containers, Kafka, auth, and sync stack are gone. One Next app now owns both UI and execution routes.

Two engine modes

Choose Codex or OpenCode for each codebase. The UI stores your preferred engine locally and surfaces local CLI status before execution.

Fast setup path

Clone a GitHub repo or upload a local folder, generate a temporary workspace, and run tasks immediately.