Getting Started
Installation & Setup
Written By: Mark Brown
Last Updated on May 5, 2025
Introduction
CODI runs entirely in your browser. Launch the web app or open our demo terminal at https://terminal.codi.fun to start scaffolding, auditing, testing, and deploying Anchor projects without installing anything.
1. Web App Basics
Dashboard: View projects and recent sessions.
Agents Pane: Trigger and monitor scaffold, audit, test, deploy agents.
Logs & Context: Real-time output and MCP context tree.
2. Demo Terminal
Launch: Open https://terminal.codi.fun in your browser.
CLI-like Experience: Run
init
,audit
,test
,deploy
commands powered by CODI agents.No Install: All functionality is web-native.
3. GitHub Preview
OAuth Connect: Preview connecting your GitHub account.
Repo Selection: Grant access, pick a repo, and initialize your project.
4. Standalone Mode
Quick Experiments: Create, edit, and run projects without Git.
Temporary Workspaces: Ideal for POCs before committing to version control.
Related to Getting Started