# OpenCut Tech Reader Brief > A fast, source-grounded read of OpenCut’s ground-up rewrite: a moonrepo monorepo with web, API, and Rust desktop surfaces, still early in scaffold relative to its editor roadmap. This is a Grok-Wiki source-grounded repository wiki. Use the complete Markdown link when an agent needs the full repo context. ## Context Links - [Complete Markdown wiki](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd/llms-full.txt) - [Complete Markdown alias](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd.md) - [Human interactive wiki](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd) - [GitHub repository](https://github.com/OpenCut-app/OpenCut) ## Repository - Repository: OpenCut-app/OpenCut - Generated: 2026-07-13T22:25:54.609Z - Updated: 2026-07-13T22:26:26.131Z - Runtime: Grok CLI - Format: Tech Reader Brief - Pages: 3 ## Pages - [Why This Repo Matters](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd/pages/01-why-this-repo-matters.md): OpenCut is rebuilding a free, MIT-licensed video editor for web, desktop, and mobile. This page separates the product story from what the tree actually contains today: a multi-app monorepo shell, not a finished editor core. - [Web, API, and GPUI Desktop Under Moon](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd/pages/02-web-api-and-gpui-desktop-under-moon.md): How the monorepo is wired: Vite and TanStack-style routing on web, a thin TypeScript API with health and echo routes, a Rust desktop entry on gpui, and moon/proto task orchestration across apps. - [What Builders Should Notice](https://grok-wiki.com/public/wiki/opencut-app-opencut-2bfee888b2cd/pages/03-what-builders-should-notice.md): The surprising density of the shadcn-style UI kit versus sparse editor logic, generated route trees, Bun CI, and the real constraints: architecture still in design, classic vs rewrite split, and what is worth watching as the Rust core and plugin surface appear. ## Source Files - `.github/workflows/bun-ci.yml` - `.moon/toolchains.yml` - `.moon/workspace.yml` - `apps/api/src/index.ts` - `apps/desktop/Cargo.toml` - `apps/desktop/src/main.rs` - `apps/web/components.json` - `apps/web/moon.yml` - `apps/web/src/lib/utils.ts` - `apps/web/src/router.tsx` - `apps/web/src/routes/__root.tsx` - `apps/web/src/routeTree.gen.ts` - `apps/web/vite.config.ts` - `Cargo.toml` - `README.md`