Our Products
A complete toolkit for AI-powered development. From planning to publishing.
Cortex Agents
Structured AI workflows for OpenCode. Plan. Build. Ship. With discipline.
- 12 specialized agents
- 33 tools
- Interview-first planning
- Quality gates
Cortex Code
One IDE. Every AI agent. Full control.
- Multi-agent orchestration
- Real-time cost tracking
- Approval workflows
- Git integration
Cortex Publisher
Developer-first headless CMS built on Nuxt 4.
- Code-first content modeling
- Auto-generated APIs
- Admin dashboard
- Multi-database support
Structured AI Workflows for OpenCode
Plan. Build. Ship. With discipline. Turn OpenCode into a disciplined engineering partner with 12 specialized agents, 33 tools, and automated quality gates.
- 12 specialized agents
- 33 workflow tools
- Interview-first planning
- Parallel quality gates
- REPL loop with ACs
Get started:
quality_gate_summary({ testing, security, audit }) One IDE. Every AI Agent.
A desktop application for orchestrating multiple AI coding agents — Claude, OpenCode, Codex, Kimi, and Gemini — from a single, unified interface with embedded terminals, real-time cost tracking, and approval workflows.
- Multi-agent orchestrationCoordinate Claude, OpenCode, Codex, Kimi, and Gemini
- Real-time cost trackingMonitor token usage and API costs live
- Git integrationNative version control with branch management
- Embedded xterm.js terminalsFull terminal emulation in the IDE
- Approval workflowsReview and approve changes before execution
Download for your platform:
Open source · Available on GitHub Releases
Developer-First Headless CMS
Built on Nuxt 4. Define your content models in code using defineContentType() — Publisher handles the rest: auto-generated APIs, admin UI, and multi-database support.
defineContentType({
name: 'article',
displayName: 'Article',
fields: {
title: { type: 'string', required: true },
slug: { type: 'uid', targetField: 'title' },
body: { type: 'richtext' },
cover: { type: 'media' },
},
})Articles
24 entriesAuto-Generated REST APIs
Define content types and get fully typed CRUD endpoints instantly
Admin Dashboard
Beautiful admin UI with content management and media library
Page Builder
18 block types for building dynamic, flexible pages
Multi-Database
SQLite for dev, PostgreSQL for production — same codebase
Cloud Storage
R2 and S3 support with automatic image optimization
Draft & Publish
Built-in workflow for content staging and publication
How It Works
Get started with Cortex in three simple steps
Choose Your Tool
Select from Cortex Agents, Code, or Publisher based on your workflow needs.
Configure & Customize
Set up your AI models, content types, or agent workflows in minutes.
Ship with Confidence
Deploy with automated quality gates, testing, and documentation.
Ready to get started?
Explore Cortex Agents
Trusted by Developers Worldwide
Join thousands of developers building with Cortex tools
Cortex Agents transformed our development workflow. Quality gates caught issues we would have missed.
Finally, a unified interface for all my AI assistants. The cost tracking alone saved us thousands.
Publisher's code-first approach fits perfectly with our GitOps workflow. No more GUI-only CMS.