Super Turtle is an autonomous coding system you control from Telegram. You describe what you want built, and it handles decomposition, execution, and supervision on your machine. You do not need to plan subtasks, pick loop strategies, or monitor logs. You interact with one Meta Agent in chat while the system coordinates the rest.Documentation Index
Fetch the complete documentation index at: https://superturtle.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
What You Can Ask For
Here are real examples of requests that fit Super Turtle:- “Build me a landing page for my product and send me a preview link.”
- “Refactor the auth system to clean up middleware and add tests.”
- “Add a
/usagecommand that shows Claude and Codex quotas together.” - “Investigate why Codex meta-agent stops until prompted, then fix it.”
- “Review Telegram and Cloudflare tunnel security and harden defaults.”
Core Experience
- The Meta Agent interprets intent and decides whether to do the task directly or spawn SubTurtles.
- SubTurtles execute autonomous coding loops, update state, and commit progress.
- Telegram remains the control surface where you send requests and receive milestone/completion updates.
- The local dashboard exposes operational state (sessions, lanes, queue, conductor workers/wakeups/inbox) for observability.
- You stay in one conversation while the system manages orchestration.
System Flow
The docs follow this operational order:- Meta Agent — planning, decomposition, supervision policy
- SubTurtles — parallel worker execution and state progression
- Telegram Bot — user interaction surface and driver runtime
- Dashboard — local observability and conductor state visibility
Example Milestone Conversation
Key Capabilities
Text + Voice Control
Parallel SubTurtles
Claude + Codex Driver Layer
Usage-Aware Balancing
Autonomous Supervision
Long-Run Continuity
What You See vs What Runs Behind the Scenes
From your perspective:- You ask for outcomes.
- You get concise milestone updates.
- You receive completion summaries and preview links when available.
- The Meta Agent decomposes large requests.
- SubTurtles execute in loop types like
yolo-codex,yolo, orslow. - Each worker maintains a markdown state contract in
CLAUDE.md. - Scheduled supervision watches for drift, failure, and completion.
Why This Model Works
- Low cognitive load: you stay focused on outcomes, not process management.
- Better throughput: parallel workers can ship independent streams at once.
- Lower noise: milestone-only reporting reduces chat spam.
- Practical autonomy: the system can keep moving without constant prompts.
