Wheelder Circular is a meta-AI orchestrator that unifies DeepSeek, Kimi2, Qwen, LangChain, n8n, ChatGPT, Claude, Gemini, Grok, Perplexity, and 50+ more tools into one intelligent interface. The ultimate invention of the AI age.
A Meta-AI Orchestrator That Unifies 50+ AI Platforms Into One Intelligent Interface
"Making human life a little easier by connecting all AI tools in one place"
Wheelder Circular is a Proof of Concept (PoC) — a very new and early-stage innovation. It is immature by design at this stage, but it is a committed, rapidly evolving project with a clear vision and an ambitious roadmap. What you see today is the seed of something much larger: the operating system for the AI age.
Circular does not replace any AI tool. It elevates all of them. Every platform that exists, and every platform yet to be built, finds its place inside the Circular ecosystem. Like a father to its children — Circular celebrates, connects, and amplifies the brilliance of every AI tool in the world.
Our mission: We live in a golden age of AI. Incredible tools have been built by extraordinary teams around the world. Wheelder Circular exists to help users get the most out of all of them through a single, intelligent interface.
Version: 1.0-poc (Proof of Concept)
Release Date: March 5, 2026
Status: Proof of Concept, Rapidly Evolving
License: Freemium (Coming Soon)
Author: Abdul Baays Fakhri — Vancouver, BC, Canada
Wheelder Circular is a meta-AI orchestrator — a unified home where every brilliant AI platform, chatbot, agent, automation framework, and creative engine comes together under one roof.
We live in a golden age of AI. Incredible tools have been built by extraordinary teams around the world: DeepSeek, Kimi2, Qwen, ChatGPT, Claude, Gemini, Grok, OpenClaw, n8n, Claude Code, Claude Cowork, and many more. Each of these platforms is remarkable on its own. Wheelder Circular celebrates all of them by creating the first unified orchestration layer that brings their collective power to every user through a single, intelligent interface.
Circular analyzes what you need, gives you an immediate answer, and then recommends the best combination of these amazing tools for your specific task — all while keeping your conversation and context intact. It is the orchestrator that amplifies the brilliance of the entire AI ecosystem.
Platform dependency — Every AI platform wants users attached to their ecosystem. Users miss benefits of other platforms. Wheelder Circular solves this by being the wheel (circular) that connects all spokes (tools) together, keeping the user at the center.
Circular intelligently classifies every query by type (coding, research, creative, learning, writing, automation, data analysis), determines complexity, and maps it to the right tools across the entire AI landscape.
| Step | What Happens |
|---|---|
| 1. Ask | You ask a question inside Circular |
| 2. Analyze | Circular classifies your query by type, complexity, and keywords |
| 3. Answer | Provides an immediate, helpful base answer powered by Groq LLM |
| 4. Recommend | Recommends the best 5 external AI tools for your specific task, ranked by relevance |
| 5. Instruct | Shows step-by-step instructions for how to use each recommended tool |
| 6. Preserve | Your conversation, context, and workflow history stay preserved as your home base |
Circular's tool database spans every major category of AI innovation. Every one of these tools represents extraordinary innovation. Circular exists to help users get the most out of all of them.
| Category | Tools |
|---|---|
| Chatbots & Reasoning | ChatGPT (OpenAI), Claude & Claude Cowork (Anthropic), Gemini (Google), Grok (xAI), DeepSeek, Kimi2 (Moonshot AI), Qwen (Alibaba), Baichuan, Yi (01.AI), ChatGLM (Zhipu AI), Ernie Bot (Baidu) |
| Coding & Development | GitHub Copilot, Cursor, Windsurf (Cascade), v0 by Vercel, Replit, Bolt.new, OpenClaw |
| Research & Knowledge | Perplexity, Tavily, NotebookLM (Google), Consensus |
| Creative & Design | Midjourney, DALL-E (OpenAI), Stable Diffusion (Stability AI), Pollinations |
| Writing & Content | Jasper, Copy.ai, Grammarly |
| Audio, Voice & Video | ElevenLabs, RunwayML |
| Agent Frameworks | LangChain, LangGraph, CrewAI, AutoGen |
| Automation Platforms | n8n, Zapier, Make |
| Open Source Ecosystem | Hugging Face, Ollama, vLLM, LocalAI, GPT4All, Jan, LM Studio, PrivateGPT |
And 50+ more tools continuously being added.
| Feature | Description | Status |
|---|---|---|
| Smart Tool Recommendations | 5 tools per query, ranked by relevance, with direct visit links | ✅ Live |
| Query Classification | Automatic routing by type (coding, research, creative, learning, writing, automation, data analysis) and complexity | ✅ Live |
| Session Management | Full conversation history across multiple queries with context preservation | ✅ Live |
| Workflow Deepening | Step-by-step workflows showing which tool to use at each step, up to 7 depth levels | ✅ Live |
| Base Answer Generation | Groq LLM (LLaMA 3.1) generates immediate comprehensive answers | ✅ Live |
| DuckDuckGo Integration | Auto-populates and updates tools database with latest AI tool information (free, no API key) | ✅ Live |
| CSRF Protection | All AJAX endpoints secured with token validation | ✅ Live |
| Rate Limiting | 10 requests per 60 seconds per session | ✅ Live |
| Component | Technology | Why |
|---|---|---|
| Backend | PHP 8+ | Fast, reliable, widely deployed |
| Database | SQLite (circular.db) | Lightweight, serverless, portable |
| AI Engine | Groq API (LLaMA 3.1) | Blazing-fast LPU inference, free tier |
| Search Engine | DuckDuckGo API | Free, no API key, auto-populates tools |
| Frontend | Bootstrap 5, Vanilla JS | Responsive, fast, no build step |
| Server | Nginx, PHP-FPM | High performance, low resource usage |
| Orchestration | CircularController.php | Meta-AI engine: query classification, tool matching, workflow generation |
Core Components:
apps/edu/ui/views/circular/ ├── CircularController.php # Meta-AI orchestration engine ├── ajax_handler.php # AJAX endpoint (ask, deepen, tools) ├── record.php # Main UI (two-panel chat) ├── setup.php # Database initialization ├── circular.db # SQLite database └── config.local.php # Configuration
Circular's intelligence lies in its ability to analyze user intent and match queries to the right tools. Here's how the classification system works with real examples:
| Query | Type | Recommended Tools |
|---|---|---|
| "Explain quantum computing" | Learning | NotebookLM, Perplexity, ChatGPT |
| "Build a REST API with authentication" | Coding | Cursor AI, GitHub Copilot, Claude Code |
| "Create a logo for my startup" | Creative | Midjourney, DALL-E, Stable Diffusion |
| "Build a data pipeline" | Automation | n8n, LangChain, Make |
| "Write a blog post about AI trends" | Writing | Jasper, Claude, Grammarly |
| Version | Focus | Key Features | Status |
|---|---|---|---|
| V1 (Current) | Proof of Concept | Query classification, base answers, tool recommendations, session management | ✅ Live |
| V2 | Enhanced Discovery | Real-time tool search, user ratings, tool usage analytics, richer profiles | 🔜 Planned |
| V3 | Plugin System | API bridges to popular tools, auto-execute simple tasks, result aggregation | 📋 Roadmap |
| V4 | MCP Integration | Bi-directional data flow, Wheelder MCP server, tool connectors | 📋 Roadmap |
| V5 | Custom Model | Fine-tuned routing model, learn from user interactions, personalized recommendations | 📋 Roadmap |
Wheelder Circular would not exist without the extraordinary open-source community and the visionary companies that have made AI accessible to everyone. We express our deepest gratitude.
Thank you for providing blazing-fast LLM inference infrastructure. Groq's LPU technology powers the real-time responses at the heart of Circular. NVIDIA's GPU ecosystem has made the entire AI revolution possible. Your commitment to speed and accessibility is the backbone of what we have built.
Thank you to Meta for releasing the Llama family of models as open source, fundamentally democratizing access to world-class language models. Thank you to Ollama for making it effortless to run these models locally. The Llama models are the engine inside Circular's intelligence.
Thank you to Pollinations for providing open-source AI image generation APIs. Thank you to Hugging Face for building the home of open-source AI. Your model hub, datasets, and community have accelerated AI development for millions of developers worldwide.
Thank you for creating the definitive frameworks for LLM-powered applications, multi-agent systems, and open-source workflow automation. Circular builds on the principles you pioneered.
Thank you to OpenAI for ChatGPT, to Anthropic for Claude and Claude Cowork, to Google for Gemini and NotebookLM, to xAI for Grok, to DeepSeek for advancing the frontiers of reasoning, to Moonshot AI for Kimi2, to Alibaba for Qwen, to Baidu for Ernie, to Zhipu AI for ChatGLM, to 01.AI for Yi, to GitHub for Copilot, to Vercel for v0, to Replit, Cursor, Windsurf, Midjourney, Stability AI, ElevenLabs, RunwayML, Jasper, Copy.ai, Grammarly, Zapier, Make, and to every AI company and team building tools that move humanity forward. Your innovations inspire everything we do.
Thank you to vLLM, LocalAI, and every contributor, maintainer, and researcher who has published a paper, released a model, shared a dataset, or written documentation. Tools like CrewAI, AutoGen, Haystack, txtai, PrivateGPT, Jan, LM Studio, and GPT4All have collectively built the ecosystem that makes Circular possible.
Wheelder Circular is publicly available. We believe in the power of the open-source community and welcome contributions, feedback, and partnerships.
Wheelder Circular does not replace any tool. It elevates all of them. Every platform that exists, and every platform yet to be built, finds its place inside the Circular ecosystem. This is a Proof of Concept today. It is the operating system for the AI age tomorrow.
"Making human life a little easier by connecting all AI tools in one place"
Built by Wheelder — The founding and leading Deep Research platform
Version 1.0-poc | March 5, 2026 | Abdul Baays Fakhri