Orchex Landing Page Copy

Version: 3.0 Last Updated: 2026-02-12 Purpose: Ready-to-use copy blocks for landing page implementation Reference: Follow BRAND-GUIDELINES.md for tone and TARGET-AUDIENCE.md for persona


Hero Section

Headline

Turn a plan into parallel AI agents that can't break each other's code.

Subheadline

The orchestration engine inside your AI coding assistant. Paste a plan, get parallel execution with ownership enforcement. Works with OpenAI, Gemini, Claude, DeepSeek, and Ollama.

Problem Statement (above the fold)

Your AI assistant does tasks one file at a time. Large changes take hours. Rate limits kill your momentum. And two agents editing the same file means silent overwrites.

Solution Statement

Orchex is the engine that makes your AI assistant 10x faster. Parallel streams with ownership enforcement. Self-healing with 10 error categories. 5 LLM providers supported — pick the right model for each job. Your competitors are already running parallel agents.

Primary CTA

Start Free Trial/signup

Secondary CTA

View Documentation/docs


Key Differentiators Section

Section Header

Why Orchex

Differentiator 1: Multi-LLM Support

Works with your preferred provider.

OpenAI (GPT-4, GPT-4.5), Google Gemini (1.5, 2.0), Anthropic Claude, or local models via Ollama. Configure once, orchestrate with any LLM.

Differentiator 2: Ownership Enforcement

Streams can only modify their declared files.

Each stream declares which files it owns. Orchex rejects any operations outside that list. No more "the agent broke my config file" surprises.

Differentiator 3: 10 Error Categories

Intelligent retry based on error type.

Timeout, test failure, lint error, type error, network issue — orchex categorizes errors and generates targeted fix streams. Not just "retry the same thing."

Differentiator 4: Self-Healing

Failed streams auto-generate fixes with error context.

When a stream fails, orchex analyzes the error category, generates a fix stream with the error details, and retries. Intelligent recovery, not blind retry.

Differentiator 5: Parallel Execution

Multiple streams. Simultaneous execution.

What took 4 sequential sessions becomes 1 orchestration. Define streams for types, API, tests, and docs — orchex runs them all at once.

Differentiator 6: Dependency Awareness

Pieces assembled in the right order.

Streams declare what they own and what they read. Orchex calculates execution waves automatically — no manual coordination needed.


How It Works Section

Section Header

Three Steps

Step 1

Define Streams

Break your feature into independent units of work. Each stream owns specific files and declares its dependencies.

streams:
  types:
    owns: [src/types/user.ts]
  api:
    owns: [src/api/user.ts]
    deps: [types]
  tests:
    owns: [tests/user.test.ts]
    deps: [api]

Step 2

Execute in Parallel

Orchex calculates waves based on dependencies. Independent streams run simultaneously. Dependent streams wait for their inputs.

Wave 1: types (no deps)
Wave 2: api (depends on types)
Wave 3: tests (depends on api)

Step 3

Review Results

All streams complete. Review the changes together. If anything failed, orchex already generated and ran fix streams.

✓ types: complete
✓ api: complete
✓ tests: complete (1 fix applied)

Value Props Section

Section Header

Built for Developers

Value 1: Provider Freedom

Use the LLM you prefer

Not locked to one provider. Switch between OpenAI, Gemini, Claude, or Ollama without changing your orchestration.

Value 2: File Safety

Ownership enforcement protects your codebase

Streams can only modify files in their owns array. No more unexpected changes to critical files.

Value 3: Intelligent Recovery

10 error categories with smart retry

Not all errors are the same. Timeout needs different handling than test failure. Orchex knows the difference.

Value 4: Speed

4x faster feature development

Parallel execution means a 4-file feature takes the time of 1 file, not 4 sequential sessions.

Value 5: Try Before You Pay

Feature-gated local. $5 cloud trial. BYOK.

Try ownership enforcement and parallel execution locally (5 streams, 2 waves). Ready for real work? $5 cloud trial unlocks everything — no credit card required.


Pricing Section

Section Header

Simple Pricing

Local (Free)

$0

  • Max 5 streams, 2 waves
  • Single LLM provider
  • Ownership enforcement
  • Self-healing
  • BYOK (any provider)

Try Itnpx @wundam/orchex

Cloud Trial

$0 (one-time $5 credit)

  • Full cloud features for 30 days
  • Unlimited streams and waves
  • All 5 providers + orchex learn
  • Observability dashboard
  • No credit card required

Start Trial/signup

Pro

$19/month

  • 100 orchestration runs/month
  • Unlimited streams and waves
  • All 5 LLM providers
  • orchex learn (plan → streams)
  • Observability dashboard
  • Cost tracking

Subscribe/signup

Team

$49/user/month

  • 500 runs/month
  • Everything in Pro
  • Shared orchestrations
  • Organization management
  • Team-wide analytics

Contact Us/signup

Enterprise

Custom

  • Self-hosted cloud
  • SSO/SAML
  • Audit logs + provenance
  • SLA + dedicated support

Contact Us/contact


Social Proof Section (Future)

Section Header

What Developers Say

[Placeholder for beta user testimonials]


FAQ Section

Section Header

Questions

Q: What AI providers are supported?

OpenAI (GPT-4, GPT-4.5), Google Gemini (1.5, 2.0), Anthropic Claude, and local models via Ollama. Configure your provider with a single environment variable. Switch providers without changing your orchestration.

Q: Is it really free?

Local use: Yes, forever. Unlimited orchestrations with any supported LLM, no account needed. You provide your own API key.

Cloud use: Free tier available. Paid tiers for higher volume and team features.

Q: What is ownership enforcement?

Each stream declares which files it can modify in its owns array. Orchex rejects any file operations outside that list. This prevents agents from accidentally modifying files they shouldn't touch — a common problem with unrestricted AI agents.

Q: Do you store my code?

Local: No code leaves your machine.

Cloud: Context sent for LLM calls only. Not persisted on our servers.

Q: What if orchex breaks my code?

Ownership enforcement prevents most accidental modifications. Orchex creates backups before applying changes. You can always rollback.

Q: Can I use this at work?

Yes, subject to your company's policies on AI tools. BYOK means you control API spend with your preferred provider.


CTA Section (Bottom)

Headline

Your competitors are already running parallel agents. Are you?

Subheadline

$5 cloud trial. No credit card required. Full features for 30 days.

CTA Button

Start Free Trial/signup


Meta Content

Page Title

Orchex — Turn a plan into parallel AI agents that can't break each other's code

Meta Description

The orchestration engine inside your AI coding assistant. Parallel execution with ownership enforcement. Self-healing. 5 LLM providers. Your competitors are already running parallel agents.

Open Graph Title

Orchex — Multi-Model Agent Orchestration

Open Graph Description

The orchestrator that works with YOUR LLM. Ownership enforcement, self-healing, parallel execution. OpenAI, Gemini, Claude, or Ollama.

Twitter Card Title

Orchex — The orchestrator that works with YOUR LLM

Twitter Card Description

Multi-model orchestration. Ownership enforcement. 10 error categories. Free forever, BYOK with any provider.


Link Text
Home Orchex
Docs Documentation
Pricing Pricing
Sign Up Get Started
Log In Log In
Dashboard Dashboard

Orchex — Multi-model agent orchestration with ownership enforcement.

© 2026 Orchex. BSL 1.1 License.


End of document.

This copy follows BRAND-GUIDELINES.md. Lead with problem (file safety, provider lock-in), not features. Be direct, not hype-driven.