CODITECT Pilot - Getting Started
Version: 1.0.0 Target Audience: Pilot participants Last Updated: January 7, 2026
Welcome to the CODITECT Pilot!
Thank you for participating in the CODITECT pilot program. This guide will help you get started with your Cloud Workstation in under 10 minutes.
Quick Start (5 Minutes)
Step 1: Create Your Account
- Visit auth.coditect.ai
- Click "Sign Up" or "Get Started"
- Enter your email and create a password
- Verify your email address
Step 2: Purchase a License
- After signing in, visit the Pricing page
- Choose your plan:
- Pro - Individual developers
- Enterprise - Teams and organizations
- Complete checkout via Stripe
- Your Cloud Workstation is automatically provisioned
Step 3: Access Your Workstation
- Go to your Dashboard at
auth.coditect.ai/dashboard - Find the Workstations section
- Click "Launch IDE" to open your Cloud Workstation
- Start coding with CODITECT + Claude Code pre-installed!
What You Get
Cloud Workstation
Your personal development environment includes:
| Feature | Description |
|---|---|
| Pre-installed CODITECT | Full framework at /opt/coditect |
| Claude Code CLI | AI-powered development assistant |
| Development Tools | Git, Python 3.11+, Node.js, VS Code |
| Persistent Storage | Your files are saved between sessions |
| Web-based IDE | Access from any browser, anywhere |
Dashboard Features
| Feature | Description |
|---|---|
| License Management | View your license key and expiration |
| Workstation Control | Start, stop, and monitor your workstation |
| Session Management | Track active sessions across devices |
| Team Management | Invite team members (Enterprise) |
| Billing | View invoices and manage subscription |
System Requirements
For Web Access (Cloud Workstation)
- Browser: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+
- Internet: Stable connection (5+ Mbps recommended)
- No local installation required
For Local Docker (Optional)
If you prefer running locally:
- Docker Desktop 4.0+ (macOS, Windows, Linux)
- 16GB RAM recommended
- 20GB disk space
See DOCKER-DEPLOYMENT-GUIDE.md for local setup.
First Session Walkthrough
1. Launch Your Workstation
Dashboard → Workstations → Click "Launch IDE"
The IDE opens in a new tab. Wait ~30 seconds for first-time initialization.
2. Verify CODITECT Installation
In the terminal:
# Check CODITECT is installed
ls /opt/coditect
# Verify Claude Code
claude --version
# Run CODITECT doctor
coditect doctor
3. Start Your First Project
# Create a project directory
mkdir ~/my-project && cd ~/my-project
# Initialize with CODITECT
coditect init
# Start Claude Code
claude
4. Try Your First Command
In Claude Code:
/orient # Session orientation
/which "task" # Find the right agent
/help # See all commands
Getting Help
In-App Help
- Type
/helpin Claude Code for command reference - Use
/which <task>to find the right agent for any task
Documentation
- User Guide: PILOT-USER-GUIDE.md
- FAQ: PILOT-FAQ.md
- Full Docs: docs.coditect.ai
Support
- Email: support@coditect.ai
- GitHub Issues: github.com/coditect-ai/coditect-core/issues
- Community: Discord (link in dashboard)
Pilot Feedback
Your feedback shapes CODITECT! Please report:
- Bugs: GitHub Issues with label
pilot-feedback - Feature Requests: GitHub Issues with label
enhancement - Security Issues: security@az1.ai (private disclosure)
Next Steps
- Read the User Guide - PILOT-USER-GUIDE.md
- Explore the Dashboard - License, workstations, team management
- Try CODITECT Commands -
/orient,/which,/agent - Join the Community - Discord link in your dashboard
Welcome to the future of AI-powered development!
CODITECT Pilot Program - AZ1.AI INC