Create New Project
Quick Clone
Quickly create a workspace from a public Git repository with default settings (2GB RAM, 2 CPU cores)
Recent Projects
Git Server
🚀 Forgejo Git Server
Your integrated self-hosted Git server with GitHub Actions compatibility. Manage repositories, collaborate on code, and automate your workflows.
Features
📦 Repository Management
Create, clone, and manage Git repositories with full version control
🔄 GitHub Actions Compatible
Run CI/CD pipelines with full GitHub Actions workflow support
👥 Team Collaboration
Issue tracking, pull requests, and code review workflows
🔐 Self-Hosted Security
Complete control over your code with on-premise hosting
Workspace Git Commands
Use these commands inside your workspace containers to work with Git repositories:
🆕 Create New Repository
curl -u developer:admin123! -X POST \
-H "Content-Type: application/json" \
-d '{"name":"my-project","description":"My new project","private":false}' \
http://forgejo:3000/api/v1/user/repos
Replace my-project with your desired repository name.
🔗 Clone Repository
git clone http://developer:admin123\!@forgejo:3000/developer/repo.git
📂 Add Remote to Existing Project
git remote add origin http://developer:admin123\!@forgejo:3000/developer/repo.git
git push -u origin main
🌐 Web Access
Manage repositories through the web interface:
http://localhost/git/
Login: developer / admin123!
Note: These URLs work from inside workspace containers. Replace my-project and repo with your actual repository name.
Workflow: Create repo → Clone/Add remote → Push your code. No need to use the web interface for basic repository creation!
AI Development Tools
🎯 VS Code Extensions
Install these extensions directly in VS Code for integrated AI assistance:
Continue
AI code completion and chat interface
Install from VS Code marketplace
Extension ID: continue.continue
Cline (Claude Dev)
AI file editing and automation assistant
Install from VS Code marketplace
Extension ID: saoudrizwan.claude-dev
⌨️ Command Line Tools
Pre-installed AI assistants available in your workspace terminal:
OpenCode SST
Multi-model AI assistant for project analysis and collaboration
setup_opencode
opencode
Aider
AI pair programming with direct file editing and git integration
setup_aider
aider
Gemini CLI
Google's AI assistant for code generation and debugging
setup_gemini
gemini
Claude Code
Anthropic's agentic tool for deep codebase understanding
setup_claude
claude
Qwen Code
AI workflow automation and code exploration
setup_qwen
qwen-code
OpenAI Codex CLI
OpenAI's terminal-based coding assistant
setup_codex
codex
Crush
Multi-model AI with session management and LSP integration
setup_crush
crush
Quick Setup
Run this command in your workspace terminal to see setup instructions for all AI tools:
setup_ai_tools