Alpha Tester Program

Welcome to Coder1 Alpha 🎉

You're part of the first IDE built specifically for Claude Code

A Personal Welcome from Mike

Watch this short introduction to get started

Alpha Tester
Shape the future of AI coding
Early Adopter
Exclusive features & direct feedback line
Pioneer
Recognition as founding community member

Your AI-First Development Environment

Built from the ground up for Claude Code users

Built for Claude Code Users

The only IDE designed specifically for Claude Code workflows with native integration and supervision mode

Session Memory That Never Forgets

Your context, decisions, and preferences are remembered forever with our Eternal Memory system

Terminal with AI Supervision

Full PTY terminal where Claude watches and assists in real-time when you type 'claude'

Coder1 IDE Interface

6 Key Features You'll Love

Everything you need for AI-powered development

1

Monaco Editor

Professional VSCode editing experience right in your browser. Full syntax highlighting, intelligent autocomplete, and all the keyboard shortcuts you love.

Monaco Editor
2

Full PTY Terminal

Real terminal with Claude watching and assisting when you type 'claude'. Run any command, execute scripts, and get AI help exactly when you need it.

AI-Powered Terminal
3

Session Summaries

Perfect handoff reports for continuing work across sessions. Export as Markdown, JSON, or HTML for seamless collaboration.

Session Summary
4

AI Supervision

Claude understands your entire context and proactively helps. It sees your files, terminal history, and edits to provide intelligent assistance.

AI Supervision Bot
5

Bridge Connection

Secure connection to your local Claude Code - zero API costs. Your code never leaves your machine, only commands travel over the encrypted bridge.

Bridge Connection
6

Eternal Memory

Your preferences, decisions, and context remembered forever. Claude knows your project inside-out, even across long breaks.

Eternal Memory
Launch Coder1

About the Bridge Connection

Secure, local, and cost-free Claude Code integration

What is the Bridge?

Think of the Bridge like a secure phone line between Coder1's website and YOUR computer:

┌─────────────────┐ ┌──────────────────┐ │ Coder1 Website │◄──────►│ YOUR Computer │ │ (In Browser) │ Bridge │ (Stays Private) │ └─────────────────┘ └──────────────────┘ You type Commands run commands here here locally

The Key Point: Your code NEVER leaves your computer. Only commands travel back and forth over an encrypted connection.

What STAYS on Your Computer ✅

  • All your code and files
  • Your Claude Code subscription
  • Your local environment
  • Your file system access

What TRAVELS Over the Bridge 📡

  • Commands you type (e.g., "claude create a React component")
  • Results from those commands (e.g., the generated code)
  • That's it! No files, no passwords, no secrets
Security Highlights

What Coder1 CAN'T Do ❌

  • See your files or code
  • Run commands without your permission
  • Access your computer when Bridge is off
  • Store anything on our servers

Security Features 🔐

  • Encrypted Connection: Everything uses HTTPS/WSS (bank-level encryption)
  • 5-Minute Codes: Pairing codes expire quickly
  • You Control It: Disconnect anytime, Bridge runs only when YOU start it
  • Local Execution: All commands run on YOUR machine under YOUR user account
  • Time-Limited Access: Sessions expire automatically for security

Technical Encryption: WSS (WebSocket Secure) with TLS 1.3 - the same encryption your bank uses.

Quick Setup (3 Steps)

Step 1: Install the Bridge

Run this one-line command in your local terminal:

curl -sL https://coder1.ai/install-bridge.sh | bash

Security-conscious? See "Full Documentation" below for manual installation.

Step 2: Start the Bridge

coder1-bridge start

You'll be prompted for a 6-digit pairing code.

Step 3: Get Your Pairing Code

  • Click the "Bridge" button in the Coder1 IDE (cyan button, top right)
  • Copy the 6-digit code shown
  • Enter it in your local terminal
  • ✅ Connected! You're ready to code.

That's it! The whole setup takes about 2 minutes.

Full Documentation

For complete security details, manual installation, and technical specifications, we've created two comprehensive guides:

📖 Alpha Tester Bridge Guide

Simplified, security-first guide perfect for getting started:

→ Read Alpha Tester Guide

🔐 Bridge Security FAQ

Technical deep-dive for security professionals and curious minds:

→ Read Security FAQ

Both guides include:

  • Manual installation steps (alternative to curl | bash)
  • Threat model analysis
  • Encryption specifications
  • Privacy & data collection transparency
  • Comparison to other tools (GitHub Codespaces, VSCode Remote)

Frequently Asked Questions

Everything you need to know about the Alpha

What are we testing in Alpha?

The Alpha focuses on four critical areas:

  • Core IDE Functionality: Monaco editor, file explorer, terminal integration
  • Bridge Stability: Connection reliability, reconnection handling, security
  • Terminal Features: PTY sessions, AI supervision mode, command history
  • Memory System: Session persistence, context loading, Eternal Memory

Your feedback will directly shape the Beta and public launch features!

What are the system requirements?

Required:

  • Node.js 18+ installed on your local machine
  • Active Claude Code subscription ($20/month from Anthropic)
  • Modern web browser (Chrome, Firefox, Safari, Edge - latest versions)
  • Stable internet connection

Recommended:

  • 8GB+ RAM for smooth performance
  • macOS, Linux, or Windows 10+ (WSL2 for Windows)
How do I report bugs?

We have multiple channels for bug reports and feedback:

  • GitHub Issues: Report technical issues
  • Discord: Quick questions and community discussion (link coming soon)
  • Direct Email: For security concerns or private feedback

What to include in bug reports:

  • Steps to reproduce the issue
  • Expected vs actual behavior
  • Browser and OS version
  • Screenshots if applicable
Will my data be safe?

Yes, your code is completely safe. Here's why:

  • Everything is Local: Your code files never leave your computer
  • No Cloud Storage: We don't store your code on our servers
  • Encrypted Bridge: All communication uses bank-level encryption (TLS 1.3)
  • You Control Access: Bridge only runs when you start it
  • Time-Limited Sessions: Pairing codes expire after 5 minutes

See the "Bridge Setup & Security" section above for complete technical details.

Can I use this for real projects?

Yes, but with caution! Coder1 Alpha is functional but still in testing:

✅ Good for:

  • Side projects and learning
  • Prototyping and experimentation
  • Non-critical development work

❌ Not recommended for:

  • Production applications (yet!)
  • Mission-critical code
  • Large team collaboration (coming in Beta)

Always use version control (Git) and back up your work regularly!

How long is the Alpha?

Estimated Timeline:

  • Alpha Phase: 4-6 weeks (now through February 2025)
  • Beta Phase: 2-3 months (early 2025)
  • Public Launch: Spring 2025

What comes after Alpha:

  • Beta: Wider testing, team features, performance improvements
  • Public Launch: Full release with pricing tiers and enterprise features

As an alpha tester, you'll get early access to Beta and special launch benefits!

Is the Bridge required?

Yes, for Claude Code features. Here's why:

The Bridge connects Coder1 to your local Claude Code CLI. Without it:

  • ✅ You can still use the Monaco editor
  • ✅ File explorer works normally
  • ✅ Terminal is functional
  • ❌ No Claude AI assistance
  • ❌ No AI supervision mode
  • ❌ No session summaries

Why use the Bridge?

  • Uses your existing $20/month Claude Code subscription
  • Avoids $200-500/month API costs
  • All processing happens on your local machine
  • Your code never leaves your computer
What happens to my feedback?

Your feedback directly shapes Coder1's future!

How we use your feedback:

  • Feature Prioritization: Most requested features get built first
  • Bug Fixes: Critical issues addressed within 24-48 hours
  • UX Improvements: Design changes based on user pain points
  • Roadmap Planning: Community input drives our development roadmap

Alpha Tester Benefits:

  • Direct line to the development team
  • Your name in the "Founding Community" credits (if you want!)
  • Early access to all Beta features
  • Special launch pricing (details coming soon)

We read every piece of feedback. Your input matters!

Alpha Testing Focus Areas

Help us perfect these core features

Terminal Stability
Bridge Security
Memory System
Session Handoffs

Known Limitations (We're Working On These!)

  • Terminal history may occasionally show duplicate status lines
  • File explorer refresh can be slow for very large projects (1000+ files)
  • Session summaries work best with sessions under 2 hours
  • Bridge reconnection may take 10-15 seconds after network interruption

Found something not on this list? Please report it - we want to know!

Ready to Start Building?

Everything you need to get started in 10 minutes

Node.js 18+ installed
Claude Code subscription active
10 minutes for setup
Launch Coder1 IDE

"Thank you for being an alpha tester. Your feedback will shape Coder1 into the IDE that Claude Code users deserve. I built this because I was frustrated with existing tools not understanding how AI-first development actually works. Together, we're creating something truly special - an environment where humans and AI collaborate seamlessly. I'm excited to learn from your experience and build this with you."

- Mike, Coder1 Creator

Questions? Feedback? Ideas? I'm personally reading every message.
Reach out anytime →