H4D3ZS/vscodium-rust — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a lightweight desktop code editor inspired by VSCodium, but rebuilt with a fast Rust desktop backend and a TypeScript frontend. I want it to feel familiar like VS Code, with a file explorer, editor area, terminal, Git basics, and a sidebar for an AI coding agent.

The main point is privacy and local control. Let users connect local Ollama models first, but also allow their own API keys for hosted models if they want. The agent should be able to inspect a project, make plans, edit files, run terminal commands, work with Git, and show progress while background tasks are running.

Also add a visual lab where opening JSON, SQL, or Mongo style data can show an interactive graph or schema view. If possible, let the user describe a system in plain English and generate a simple flow diagram.

Include settings, safe workspace path handling, and a clean first run experience. Look up current Tauri, Rust, and Vite docs online if you need to.

Want more depth? Deep Reverse