Describe your software mission
Start from Ottili ONE or the native Coder UI with your software mission, docs, repo context, deployment target, and project constraints.
Describe your mission in plain language. Ottili Coder analyzes your repository, plans the work, builds a task queue, runs agents through validation loops, and ships via CLI, Desktop, or Ottili Cloud — with security checks throughout. Cloud runs are in beta and direct deployment is planned.
Ottili Coder is built for the full loop: recon, planning, execution, validation, deployment, and review.
Start from Ottili ONE or the native Coder UI with your software mission, docs, repo context, deployment target, and project constraints.
Ottili Coder inspects stack, dependencies, likely build paths, risks, and missing information, then creates a useful task queue instead of filler.
Tasks execute through role-based agents with local, cloud, or hybrid execution, plus logs, retries, validation loops, and failure states that stay visible.
Coder opens branches, commits, and prepares pull requests, then ships with deployment state, Security Check findings, and rollback kept on the same run.
Diese interaktive Vorschau zeigt einen echten Coder-Run: Repository-Analyse, Pläne, Task-Queues, Agents, Validierungs-Schleifen, CLI, Desktop, Cloud-Runs, Deployment und Security-Checks. Beispieldaten, kein Live-Konto; jeder Schritt zeigt seinen ehrlichen Status aus der Ottili-Produkt-Registry — Cloud-Runs sind in Beta, Deployment ist geplant.
How an Ottili Coder run works
From a chat brief to a validated, deployable result — the software-automation surface of Ottili ONE.
Repository analysis ist ein echter Schritt im Ottili-Coder-Run.
Beispiel-Run · Beispieldaten
Repository analysis
Ottili Coder is chat-first. You describe intent in plain language and watch the run form. These are the modes you can reach from the chat surface — each one shows what you see and what happens behind it.
Ottili Coder ist chat-first. Sie steuern jeden Modus über ein Gespräch — nicht durch das Erlernen eines neuen Editors oder einer IDE. Die Code-Oberfläche ist optional, nicht das Produkt: Beschreiben Sie die Absicht, sehen Sie den Run entstehen und lenken Sie ihn in einfacher Sprache.
You see
Stellen Sie eine Frage im Chat — zu einer Datei, einem Fehler, einer Abhängigkeit oder dazu, wie etwas funktioniert. Coder antwortet kontextbezogen und nennt die genauen Dateien und Zeilen.
In the background
Coder liest Ihr Repository, baut einen Retrieval-Index über den aktuellen Code und stützt jede Antwort auf die Codebasis statt auf allgemeines Modellwissen.
You see
Beschreiben Sie ein Ziel in einfacher Sprache. Coder liefert einen überprüfbaren Plan: Recon-Ergebnisse, eine Task-Warteschlange und die Risiken, die vor der Arbeit erkannt wurden.
In the background
Ein Planungs-Agent prüft den Stack, die Abhängigkeiten, wahrscheinliche Build-Pfade und fehlenden Kontext und zerlegt die Mission dann in bearbeitbare Tasks.
You see
Sagen Sie „baue das“ und sehen Sie, wie sich die Task-Warteschlange mit Agenten, Logs und Live-Status füllt — kein Editor nötig, um es zu steuern.
In the background
Rollenbasierte Agenten (Backend, Frontend, Infra, QA) führen Tasks mit Wiederholungen und Validierungs-Schleifen aus; jede Änderung ist zugeordnet und umkehrbar.
You see
Fügen Sie einen Fehler ein oder zeigen Sie auf fehlerhaftes Verhalten. Coder erklärt die Grundursache und schlägt eine Korrektur vor, die Sie direkt im Chat annehmen können.
In the background
Ein Diagnose-Agent reproduziert den Fehler, isoliert die Ursache und führt die Validierungs-Schleifen erneut aus, bis der fehlerhafte Pfad grün wird.
You see
Bitten Sie um eine Review eines Branches oder Diffs. Coder liefert eine Zusammenfassung in einfacher Sprache, was sich geändert hat und warum es wichtig ist.
In the background
Ein Review-Agent geht den Diff durch, markiert Risiken, Sicherheitslücken und Test-Lücken und schreibt die Zusammenfassung zurück in den Run-Datensatz.
You see
Bitten Sie Coder, ein Feature abzusichern. Es fügt Randfall-Behandlung, Tests und explizite Fehlerzustände hinzu und zeigt dann den Stabilisierungs-Diff.
In the background
Agenten erweitern die Abdeckung, verschärfen die Validierung und führen die Schleife erneut aus, damit Stabilitätsarbeit messbar ist, nicht angenommen.
You see
Sagen Sie Coder, wohin ausgeliefert werden soll. Es bereitet das Deployment vor, zeigt den Status und hält Rollback und Audit auf demselben Run.
In the background
Coder öffnet Branches, committet und pusht und steuert dann Docker-first- oder Ottili-Cloud-Ziele mit Gesundheitsprüfungen und Rollback.
You see
Ein einziger Befehl führt die gesamte Schleife aus: Ask, Plan, Build, Fix, Review, Stabilize, Deploy — mit einem einzigen Bericht am Ende.
In the background
Der Orchestrator verbindet die Modi zu einem dauerhaften Run und bewahrt Logs, Freigaben, Sicherheitsbefunde und Deployment-Status über das Ende hinweg.
A single mission travels through a queue, isolated agents, approval gates, live logs, tests, real artifacts, retries, and a validated final result. This is the loop behind every Coder run.
Every mission becomes a durable run. Below is the queue, agent, and validation workflow Ottili Coder follows — from your plain-language brief to a validated, deployable result.
Example run
feat/oauth-login·PR #482·deployed to staging, rollback & audit on the same runStep 1
You see
You describe the software mission in plain language — goals, repo context, constraints, and a deployment target.
Behind the scenes
Coder captures the mission as a durable run record, not a disposable chat message, so every later step stays traceable to your original intent.
Step 2
You see
The mission expands into a reviewable task queue — recon, planning, and decomposition — that you can edit before anything runs.
Behind the scenes
A planning pass inspects the stack, dependencies, likely build paths, risks and missing context, then decomposes the mission into ordered, individually-runnable tasks.
Step 3
You see
Each task runs in its own isolated workspace; you see a clean separation between tasks instead of one tangled working tree.
Behind the scenes
Work happens in disposable, sandboxed environments with no cross-task state bleed, so a failure in one task cannot corrupt the output of another.
Step 4
You see
Specialist agents pick up tasks: analyst, backend, frontend, infra, QA, security, docs and UX.
Behind the scenes
The orchestrator fans tasks out to agents by role, tracks ownership for every change, and keeps each agent's contribution attributable on the run.
Step 5
You see
Risky or externally-visible steps pause and wait for a human approval before they proceed.
Behind the scenes
Approval gates hold deployments, destructive actions and external calls until a person confirms, and the decision is recorded on the run record.
Step 6
You see
Live logs stream per task and per agent as the work happens, so you never lose the thread of what changed.
Behind the scenes
Every command, decision and artifact write is captured with ownership and timestamps, keeping the run auditable long after it finishes.
Step 7
You see
Validation gates show a clear pass or fail per task: type checks, the test suite, and security checks.
Behind the scenes
Each task must clear automated validation — type checks, the test suite and security gates — before it is marked done and handed onward.
Step 8
You see
Finished tasks produce real artifacts: branches, commits, pull requests, and the changed files behind them.
Behind the scenes
Coder opens branches, commits, and prepares pull requests from agent output; every artifact is reviewable, attributable and reversible.
Step 9
You see
When a task fails a gate, you see it retry with an explicit failure state — not a silent dead end.
Behind the scenes
Coder retries transient failures with backoff and surfaces a clear failure reason; only after retries are exhausted does a task stop with a reported error.
Step 10
You see
The run ends with a single result — deployed or handed back — with status, rollback and audit on the same record.
Behind the scenes
Passing runs deploy to Docker-first targets; Ottili Cloud deployment is planned, not yet a public destination. Deployment status, rollback and the full audit trail stay on the run record.
See the actual Ottili Coder surface: repository analysis, a plan, a task queue, role-based agents, validation loops, then execution via CLI, Desktop or cloud runs, and deployment — with security checks throughout. Every step shows its honest readiness status from the Ottili product registry; cloud runs are in beta and direct deployment is planned, never claimed as live.
From a chat brief to a validated, deployable result — the software-automation surface of Ottili ONE.
Rund um den Run
Company-scoped, validation-first, audited and security-checked — the data-handling guarantees behind every Ottili Coder run.
Rund um den Run
The same Coder surface — repository analysis, plans, task queues, agents, validation loops, CLI, Desktop, cloud runs, deployments and security checks — grouped by what they do. Every item carries its honest readiness status from the Ottili product registry; cloud runs are in beta and direct deployment is planned, never claimed as live.
Planen, queuen und ausführen
CLI, Desktop und Cloud-Runs
So geht Ottili Coder mit deinem Code um
Ottili Coder joins chat-first planning, run orchestration, automated Git, validation, security, and deployment into one product surface.
Start from a chat-first brief: describe your software mission in plain language — goals, repo context, constraints, and deployment target. Coder turns the mission into a structured, reviewable task queue instead of a dead-end prompt.
Coder inspects the stack, dependencies, likely build paths, risks, and missing information, then generates a real task queue — with recon, planning, and decomposition you can edit before execution begins.
Runs fan out across analyst, backend, frontend, infra, QA, security, docs, and UX roles. Agents work locally, in the cloud, or hybrid while logs, ownership, and validation stay visible.
Every task runs through validation loops with retries and explicit failure states. Tests, type checks, and security gates must pass before a task is marked done and handed to deployment.
Coder opens branches, commits, pushes, and prepares pull requests from agent output. Every change is reviewable, attributable, and reversible, with a clean Git history per run.
Choose where work runs: on your machine, in Ottili Cloud, or a hybrid of both. The same task queue, logs, and validation behave consistently across every execution mode.
Passing runs deploy to Docker-first targets, with deployment status, rollback, and audit trails kept on the same run record. Ottili Cloud deployment is planned, not yet a public destination.
Dependency and secret risk reviews flow into the same task system so outdated or risky packages can be triaged, fixed, validated, and audited.
Every capability below carries a feature status from the canonical Ottili product registry. Nothing here claims an availability the registry does not attest — repository analysis, plans, task queues, agents, validation loops, CLI, Desktop and security checks are available, cloud runs are in beta, and direct deployment is planned until the public destination is wired.
Ottili Coder inspects your stack, dependencies, build paths, risks and missing information before generating any work (available).
Ottili Coder
Coder turns a mission into a structured, reviewable plan before any execution (available).
Ottili Coder
Coder generates a real, editable task queue that agents execute (available).
Ottili Coder
Runs fan out across role-based agents — analyst, backend, frontend, infra, QA, security, docs and UX (available).
Ottili Coder
Every task runs through validation loops with retries and explicit failure states (available).
Ottili Coder
Drive the same mission, task queue, logs and validation from the Ottili Coder CLI (available).
Ottili Coder
Run Coder from the native Ottili Coder Desktop app for Windows, macOS and Linux (available).
Ottili Coder
Cloud runs execute the same task queue in Ottili Cloud so you do not tie up local machines (beta).
Ottili Cloud
Direct Ottili Cloud deployment is planned until the public destination is wired; the page shows the honest planned status (planned).
Ottili Cloud
Ottili Security Check reviews dependency and secret risk into the same task system (available).
Ottili Core
Ottili Coder analyzes repositories, builds plans, generates task queues, runs agents, validates every change, and prepares deployment — all inside one company boundary. The guarantees below carry their honest status from the canonical Ottili product registry: company-scoped repository access, plan review, validation loops, Ottili Security Check, deployment approval and audit. Cloud runs are in beta and direct deployment is planned, never claimed as live.
Sicherheit & Datenhandhabung
Ottili Coder analysiert Repositorys, erstellt Pläne, generiert Task-Queues, führt Agents aus, validiert jede Änderung und bereitet Deployments vor — alles innerhalb einer Unternehmensgrenze. Jede Zusicherung unten trägt ihren ehrlichen Status aus der Ottili-Produktregistrierung; es wird keine Zertifizierung oder kein Standard behauptet, den wir nicht verifiziert haben. Cloud-Runs sind in Beta und direktes Deployment ist geplant, bis das öffentliche Ziel verdrahtet ist.
Was das für Ihre Runs bedeutet Repository-Zugriff ist unternehmensbezogen, Pläne werden vor der Ausführung geprüft, und Ottili Security Check prüft Abhängigkeits- und Secret-Risiken in dasselbe Task-System. Deployment ist freigabegesteuert und jede Aktion wird über Ottili Core Audit protokolliert. Security-Checks sind verfügbar; Deployment-Freigabe bleibt geplant, bis verifiziert.
The availability half below is driven by the canonical Ottili Coder feature-status registry — every capability carries its honest readiness status (cloud runs in beta, direct deployment planned, never claimed live). The pricing half is sourced from the central Ottili ONE plan catalog; AI usage is credit-based and bounded, with no unlimited expensive agentic inference. When a grounded price is not yet published, the section shows its honest empty state rather than a fabricated figure.
Verfügbarkeit
Jede Fähigkeit unten ist eine echte Ottili-Coder-Fähigkeit mit ehrlichem Status. Die Verfügbarkeit stammt aus der Ottili-Produktregistrierung — nichts wird als verfügbar angezeigt, das es nicht ist. Cloud-Runs sind in der Beta und das direkte Deployment ist geplant, nie als live behauptet.
Ottili Coder inspects your stack, dependencies, build paths, risks and missing information before generating any work (available).
Ottili Coder
Coder turns a mission into a structured, reviewable plan before any execution (available).
Ottili Coder
Coder generates a real, editable task queue that agents execute (available).
Ottili Coder
Runs fan out across role-based agents — analyst, backend, frontend, infra, QA, security, docs and UX (available).
Ottili Coder
Every task runs through validation loops with retries and explicit failure states (available).
Ottili Coder
Drive the same mission, task queue, logs and validation from the Ottili Coder CLI (available).
Ottili Coder
Run Coder from the native Ottili Coder Desktop app for Windows, macOS and Linux (available).
Ottili Coder
Cloud runs execute the same task queue in Ottili Cloud so you do not tie up local machines (beta).
über Ottili Cloud
Direct Ottili Cloud deployment is planned until the public destination is wired; the page shows the honest planned status (planned).
über Ottili Cloud
Ottili Security Check reviews dependency and secret risk into the same task system (available).
über Ottili Core
Preise
Ottili Coder folgt denselben Plänen wie Ottili ONE. Tarifpreise stammen aus dem zentralen Preiskatalog; KI-Nutzung ist credit-basiert und begrenzt, ohne unbegrenzte teure Agenten-Inferenz.
Preise stammen aus der zentralen Ottili ONE Preisquelle. KI-Nutzung ist credit-basiert und begrenzt; es gibt kein unbegrenztes teures Agenten-Inferenz. Du wirst nie ohne explizite Bestätigung belastet.
The same task queue, validation, approvals, and audit trail follow the run whether it executes on your machine, in Ottili Cloud, or a mix of both. Here is what each mode requires, how data moves, and what is available today.
Ottili Coder runs the same task queue in three execution modes. The orchestration, logs, validation, and audit trail are identical no matter where the work happens — only the runner changes.
You see
Code and agents run on your own machine through the Coder CLI or desktop app. Source stays in your environment; only the run metadata needed for identity, credits, and audit leaves it.
In the background
The local runner pulls tasks from your Ottili run queue, executes each in an isolated workspace, streams logs back, and pushes artifacts (branches, commits, pull requests) through your own Git.
You see
Ottili provisions a managed remote runner for you. Your repository and task context are sent to a cloud workspace, and results return to the same run record.
In the background
Cloud runs are in beta: capacity is limited and credit-metered, behavior may change, and it is not intended for production secrets without review. Availability is shown on the public status page.
You see
Plan and run lightweight tasks locally, then hand long-running or compute-heavy work to a cloud runner — all on the same run, with one coherent queue.
In the background
The orchestrator keeps a single queue; execution location is a per-run or per-task choice, so local and cloud tasks interleave on one record. Hybrid depends on cloud runs, so it carries the same beta maturity.
The ottili-coder doctor command checks these before a run starts.
Current Coder service status (Web, Cloud Runtime, CLI Services, GitHub Integration) is published on the public status page.
Creator is the product entry point for teams who need a result, not just a repository assistant.
Saved website projects can move into the run engine with source-project context preserved on the run.
Ottili Coder supports both native Coder usage and Ottili ONE-backed platform services behind the scenes.
Get the native desktop app for Windows, macOS, and Linux, or drive runs from the command line. The install surface publishes supported systems, the current version, checksums, prerequisites, update behavior, and an honest status for every platform — with documentation fallbacks when an artifact is not yet published.
Ottili Coder shows its current public release status, a public source repository you can inspect, and a validated workflow. The workload figures are clearly labeled internal examples, never customer adoption.
Wir zeigen, was Ottili Coder tatsächlich ist: sein aktueller öffentlicher Release-Status, ein öffentliches Quell-Repository zur Prüfung und ein validierter Workflow. Die Workload-Zahlen unten sind klar als interne Beispiele gekennzeichnet, keine Kundenzahlen.
Aktueller Release-Status
Öffentlicher Beta-Status aus der Produkt-Wahrheits-Registrierung.
Interne Beispiel-Metriken — abgeleitet aus dem öffentlichen Beispiel-Run (PR #482) und dem dokumentierten Ausführungsmodell. Sie zeigen die Form eines Coder-Runs. Es sind KEINE Live-Kundenzahlen oder Adoption.
6
Tasks im Beispiel-Run
Aus dem öffentlichen Beispiel-Run (PR #482) auf dieser Seite — kein Live-Gesamtwert.
Intern · keine Kundenzahlen2
Gehaltene Freigaben
Freigaben im öffentlichen Beispiel-Run (PR #482) gehalten.
Intern · keine Kundenzahlen3lokal · cloud (Beta) · hybrid
Verfügbare Ausführungsmodi
Modi, die Sie heute wählen können; Cloud-Runs sind im Beta.
Intern · keine Kundenzahlen3Typ · Test · Security
Validierungs-Gates pro Task
Jeder Task muss Typ-Checks, Tests und das Security-Gate bestehen.
Intern · keine KundenzahlenOttili Coder follows the same plans as Ottili ONE. The summary is connected to the central pricing source and distinguishes free access, credits, cloud execution, and paid value — with no unlimited expensive inference.
€0
Free forever. The Ottili ONE dashboard, core workspace and essential everyday operations stay free — no credit card, no expiry. Cost-generating and high-value features (advanced AI execution, Ottili Coder, LD3, API access, high-volume automation) run on paid plans or credits.
€39/mo
Base subscription for small teams starting with operations workflows.
€299/mo
Advanced plan for automation, engineering and AI-assisted operations.
€499/mo
Full operating plan for multi-team commerce, content, AI and engineering.
Der Free-Plan öffnet das Ottili ONE Dashboard und Kernfunktionen. Ottili Coder ist darin nicht enthalten — Coder startet ab dem Pro-Plan.
Jede Nutzung wird über Ottili AI-Credits abgerechnet. Es gibt kein unbegrenztes, kostenloses Agenten-Modell — du behältst die Kostenkontrolle über dein Credit-Budget.
Coder-Runs können lokal, in Ottili Cloud oder hybrid ausgeführt werden. Cloud-Runs sind in der Beta; das Cloud-Deployment selbst ist geplant, noch kein öffentliches Ziel.
Ab dem Pro-Plan sind Ottili Coder und Ottili AI enthalten, mit mehr Credits auf höheren Plänen. Du zahlst nur nach Bestätigung — keine versteckten Gebühren.
Preise stammen aus der zentralen Ottili ONE Preisquelle. KI-Nutzung ist credit-basiert und begrenzt; es gibt kein unbegrenztes teures Agenten-Inferenz. Du wirst nie ohne explizite Bestätigung belastet.
| Ausgewählter Tarif | Free€0 | Starter€39/mo | Pro€299/mo | Business€499/mo |
|---|---|---|---|---|
Lokale AusführungLiveFühre Coder auf deinem eigenen Rechner aus — mit derselben Task-Queue, Validierung und Audit-Spur wie Cloud-Runs. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Cloud-AusführungBetaFühre Runs in Ottili Cloud oder hybrid aus. Cloud-Runs sind in der Beta; das Cloud-Deployment ist geplant. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Software-MissionenLiveBeschreibe eine Mission in natürlicher Sprache; Coder wandelt sie in eine strukturierte, überprüfbare Task-Queue. | Nicht enthalten | Nicht enthalten | Credits | Credits |
Parallele RunsBetaFühre mehrere Missionen parallel aus. Über Ottili AI-Credits abgerechnet — begrenzt durch dein Credit-Budget. | Nicht enthalten | Nicht enthalten | Credits | Credits |
Dynamische AgentsLiveRollenbasierte Agents (Analyse, Backend, Frontend, Infra, QA, Security, Docs, UX) verteilen sich über Ausführungsmodi. | Nicht enthalten | Nicht enthalten | Credits | Credits |
AI-CreditsLiveJede KI-Aktion wird über Ottili AI-Credits abgerechnet. Du behältst die Kostenkontrolle über dein Credit-Budget. | Nicht enthalten | Nicht enthalten | Enthalten5,000 Credits / Monat | Enthalten25,000 Credits / Monat |
Repository-AnalyseLiveCoder prüft Stack, Abhängigkeiten, Build-Pfade, Risiken und fehlende Informationen vor der Planung. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Cloud-DeploymentGeplantLiefere bestandene Runs an Docker-zuerst-Ziele. Das Ottili-Cloud-Deployment ist geplant, noch kein öffentliches Ziel. | Geplant | Geplant | Geplant | Geplant |
Security-ChecksLiveDependency- und Secret-Risikoprüfungen fließen in dasselbe Task-System und werden triagiert, behoben und auditiert. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Run-AnalyticsLiveVerfolge Runs, Agents, Validierung, Security-Befunde und Ergebnisse im selben Run-Datensatz. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Team-KontrollenLiveRollen, Berechtigungen, gemeinsame Workspaces und Audit-Trail folgen der Teammitgliedschaft des Tarifs. | Nicht enthalten | Nicht enthalten | Enthalten | Enthalten |
Ausgewählter Tarif: Pro · €299/mo
Enthalten · Credit-basiert (begrenzt durch Ottili AI-Credits) · Geplant · Nicht enthalten
Preise stammen aus der zentralen Ottili ONE Preisquelle. KI-Nutzung ist credit-basiert und begrenzt; es gibt kein unbegrenztes teures Agenten-Inferenz. Du wirst nie ohne explizite Bestätigung belastet.
Pricing is sourced from the central Ottili ONE plan registry; no divergent or invented figures.
Antworten zu Repository-Analyse, Plänen, Task-Queues, Agents, Validierungs-Schleifen, CLI, Desktop, Cloud-Runs, Deployment und Security-Checks — ohne behauptete Verfügbarkeit, die wir nicht belegen können.
Die Fragen zu Ottili Coder sind noch nicht konfiguriert.
Public references for the Coder surface — repository analysis, plans, task queues, agents, validation loops, CLI, Desktop, cloud runs, deployments and security checks. Documentation never exposes private backend routes or internal credentials (website audit P0.2).
Ready to launch
Open Ottili Coder as its own product or inside Ottili ONE — the same queue, agents, validation loops, Git, Security Check, and audit trail power both. Cloud runs are in beta and direct deployment is planned.