Skip to main content

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

  1. Visit auth.coditect.ai
  2. Click "Sign Up" or "Get Started"
  3. Enter your email and create a password
  4. Verify your email address

Step 2: Purchase a License

  1. After signing in, visit the Pricing page
  2. Choose your plan:
    • Pro - Individual developers
    • Enterprise - Teams and organizations
  3. Complete checkout via Stripe
  4. Your Cloud Workstation is automatically provisioned

Step 3: Access Your Workstation

  1. Go to your Dashboard at auth.coditect.ai/dashboard
  2. Find the Workstations section
  3. Click "Launch IDE" to open your Cloud Workstation
  4. Start coding with CODITECT + Claude Code pre-installed!

What You Get

Cloud Workstation

Your personal development environment includes:

FeatureDescription
Pre-installed CODITECTFull framework at /opt/coditect
Claude Code CLIAI-powered development assistant
Development ToolsGit, Python 3.11+, Node.js, VS Code
Persistent StorageYour files are saved between sessions
Web-based IDEAccess from any browser, anywhere

Dashboard Features

FeatureDescription
License ManagementView your license key and expiration
Workstation ControlStart, stop, and monitor your workstation
Session ManagementTrack active sessions across devices
Team ManagementInvite team members (Enterprise)
BillingView 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 /help in Claude Code for command reference
  • Use /which <task> to find the right agent for any task

Documentation

Support


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

  1. Read the User Guide - PILOT-USER-GUIDE.md
  2. Explore the Dashboard - License, workstations, team management
  3. Try CODITECT Commands - /orient, /which, /agent
  4. Join the Community - Discord link in your dashboard

Welcome to the future of AI-powered development!


CODITECT Pilot Program - AZ1.AI INC