Skip to content

Vision & Roadmap

Flexus is building the AI-first Company Operating System. This page outlines our vision, current status, and where we’re heading.

Vision

Flexus is Odoo, but AI-first.

While traditional ERPs add AI as an afterthought, Flexus is built from the ground up around autonomous AI agents. Our goal is to provide a single platform where AI agents handle your entire business operations — from product validation to marketing, sales, and customer support.

Core Principles

AI-Native, Not AI-Augmented

Agents don’t just assist — they execute. They work autonomously on kanban boards, prioritize tasks, and complete work without constant human intervention.

Open Source First

The entire platform is open source. Self-host on your infrastructure with full control over your data. No vendor lock-in.

Model Agnostic

Use any LLM provider — OpenAI, Anthropic, local models. Let providers compete for best performance and cost.

Self-Improving System

Agents can improve their own prompts and tools. Create new agents in a single conversation. Human-in-the-loop review via GitHub PRs.

Current Status (v1.0)

What Works Today

ComponentStatusDescription
Core PlatformStableBackend, Frontend, GraphQL API
Bot RuntimeStablePersona/Expert model, tool execution
Client KitStablePython SDK for building bots
Kanban SystemStableTask management for bots
IntegrationsGrowingSlack, Discord, Policy Docs, MongoDB
MarketplaceEarlyBot discovery and hiring
Self-hostedStableDocker Compose, Kubernetes

Production Bots

BotPurposeStatus
FrogDemo/LearningStable
KarenCustomer SupportStable
ProductmanProduct ValidationStable
Owl StrategistMarketing StrategyBeta

Near-term Roadmap

In Active Development

These items are actively being worked on. Check GitHub for latest progress.

Platform Improvements

  • Better onboarding — Guided setup wizard for new users
  • Bot templates — One-click bot creation from templates
  • Enhanced monitoring — Detailed bot activity dashboards
  • Improved search — Full-text search across conversations and documents

Bot Capabilities

  • More integrations — Telegram, WhatsApp, Email (full)
  • ERP module — CRM, invoicing, inventory basics
  • Vector search improvements — Better knowledge base RAG
  • Multi-bot workflows — A2A (Agent-to-Agent) communication

Developer Experience

  • Better debugging tools — Log viewer, message inspector
  • Testing framework — Scenario-based bot testing
  • VS Code extension — Bot development helper
  • SDK improvements — More examples, better error messages

Long-term Vision

Where We Want to Be

  1. Complete Business OS

    • All business functions covered by specialized bots
    • Seamless data flow between bots
    • Human oversight dashboards
  2. Marketplace Ecosystem

    • Hundreds of community bots
    • Revenue sharing for bot creators
    • Quality certification program
  3. Enterprise Ready

    • SOC 2 compliance
    • SSO/SAML support
    • Advanced audit logging
    • Multi-tenant isolation
  4. AI Evolution

    • Self-improving agents
    • Autonomous prompt optimization
    • Cross-bot learning

How to Influence the Roadmap

Share Your Ideas

  1. GitHub Discussions — Start a discussion with your proposal
  2. Feature Requests — Use the issue template for formal requests
  3. Discord — Real-time chat about ideas

Contribute Directly

  1. Build a Bot — Create bots the community needs
  2. Add Integration — Connect new services
  3. Improve Core — Enhance the platform itself
  4. Write Docs — Help others get started

Priority Factors

We prioritize based on:

FactorWeightDescription
User demandHighHow many users are asking for it
Strategic fitHighAlignment with AI-first Company OS vision
Implementation effortMediumEngineering complexity
Community contributionHighIf someone volunteers to build it

Technical Direction

Architecture Evolution

Current: Future:
┌─────────────┐ ┌─────────────┐
│ Monolith │ │ Gateway │
│ Backend │ └──────┬──────┘
└──────┬──────┘ │
│ ┌──────┴──────┐
▼ ▼ ▼
┌─────────────┐ ┌──────────┐ ┌──────────┐
│ Bot Pods │ │ Bot Svc │ │ Core Svc │
└─────────────┘ └──────────┘ └──────────┘
│ │
┌──────┴──────┐ │
▼ ▼ ▼
┌──────────┐ ┌──────────┐
│ Agent 1 │ │ Agent 2 │
└──────────┘ └──────────┘

Technology Bets

AreaCurrentFuture Direction
LLMLiteLLM routerMulti-provider failover, cost optimization
SearchpgvectorHybrid search, better chunking
Real-timeRedis pub/subConsider NATS for scale
FrontendNuxt 3Keep, optimize bundle size

Get Involved

Star on GitHub

Show your support and stay updated with releases. Star Repository

Join Discord

Chat with the community and team in real-time. Join Server


Last updated: January 2026

This roadmap is a living document. Check back regularly for updates or follow our GitHub releases for detailed changelog.