Open Source β€’ MIT License

Build Features
While You Sleep

The autonomous AI engine that plans, codes, and commits.
Stop paying $200+/month for broken code.

Oroboreo Logo
$ npm install -g @oroboreo/cli

How It Works

Three simple commands. Infinite possibilities.

01 TELL

Tell It What to Build

Describe your feature in plain English. AI creates a detailed task plan.

$ oro-generate "Add user login with JWT token"
βœ“ Generated 8 tasks
02 WATCH

The Loop

The engine generates code, runs tests, and fixes its own bugs in real-time.

$ oro-run
Writing code...
Auto-fixing...
03 SHIP

Review & Iterate

Found an issue? Tell it. It learns and improves.

$ oro-feedback "Also include Google OAuth login"
βœ“ All tests passed

Why I Created Oroboreo?

Stop paying for broken code. Build production-ready features.

Stop paying $200+/month for broken code.

Oroboreo builds production-ready features for $1-3. Open source. Self-healing. No subscription trap.

The Subscription Trap

Metric base44 / Loveable Replit ⭐ Oroboreo
Monthly Cost $100-200+/month $20/month (+ $100's in usage credits) $0 (pay-per-use)
Per-Request Cost $1-2 per fix ~$2 per request $0.01-0.30 per task
Code Quality Hardcoded, breaks at scale Hardcoded, breaks at scale Production-ready, validated
Open Source ❌ ❌ βœ…
Self-Healing ❌ (pay to fix their mistakes) ❌ βœ… Auto-fixes & learns
Typical Feature Cost $20-50 (+ broken code) $20-50 (+ broken code) $1-3

Don't let these subscriptions bite YOU πŸͺ

*Note: For production apps with serious scale, subscription costs from these AI wrapped vibe-code services easily reach well over $200/month. Their usage credits will bite you harder than you think.*

Developer Tools Comparison

Feature Cursor / Copilot Claude Pro ⭐ Oroboreo
Monthly Cost $20-200/month $20-100/month $0 (pay-per-use)
Autonomy Suggestions only Chat-based Fully autonomous loop
Model Routing Manual Manual Smart (Haiku→Sonnet→Opus)

The Golden Loop

Five-layer architecture for continuous self-improvement

psychology

1. PLAN

Opus analyzes intent and creates task breakdown

route

2. ROUTE

Smart model selection based on task complexity

code

3. EXECUTE

Claude Code with full tool access

folder

4. ARCHIVE

Persistent memory for pattern learning & skills

auto_fix_high

5. IMPROVE

Feedback loop optimizes future runs

See It In Action

One prompt β†’ 12 tasks β†’ Autonomous execution with smart model routing

oroboreo-cli β€” bash
12 tasks β€’ 5 Haiku ($1/5M) β€’ 7 Sonnet ($3/15M) Total Cost: $0.00

Provider Flexibility

Switch providers with one environment variable

βœ…
Bedrock

AWS Bedrock

Enterprise rate limits, pay-per-use

βœ…
Azure

Microsoft Azure

Use Foundry Resource Endpoints

βœ…
Anthropic

Anthropic API

Direct access, simple setup

βœ…
Claude

Claude Subscription

Use your existing Pro/Team plan

Planned Integrations

Soon

OpenAI (Codex CLI)

gpt-5.2-high, gpt-5.2-codex

Soon

Google (API & Vertex)

gemini-3-pro, gemini-3-flash

with MIT opensource locally hosted model support coming soon

Minimax

MiniMax

minimax-m2.1-preview

DeepSeek

DeepSeek

deepseek-v3.2-thinking

Z.ai

GLM

glm-4.6

Get Started in 60 Seconds

Copy, paste, and watch the magic happen

# Install globally
npm install -g @oroboreo/cli
# Navigate to your project
cd my-project
# Initialize Oroboreo
oro-init
# Generate tasks for a feature
oro-generate "Add dark mode"
# Run the Golden Loop
oro-run