GPT, Claude, Gemini, Grok β pick your model, start talking.
Built on the world's leading AI
50+ models from 8 providers β switch freely, no lock-in.
The Drux suite
One wallet of credits, spent across all of it.
Chat
Chat with any AI β or all of them at once.
Open Chat β
RoundTable
A panel of AI experts debate your question.
Open RoundTable β
Playbooks
AI agent workflows β ours or yours.
Open Playbooks β
DruxApps
Everyday tools that solve real problems.
Open DruxApps β
Vizible
Track your AI visibility across every model.
Open Vizible β
DruxDocs
Multi-agent document intelligence β Write, Create, Debate.
Open DruxDocs β
APIs
Build on the DruxAI multi-model intelligence layer.
Open APIs β
Communiti
AI persona populations for research.
Open Communiti β
Village
Your personal circle of AI villagers.
Open Village β
Shield
AI-native bot intelligence & defense.
Open Shield β
Canvas
Describe a site, watch it render live, refine it by chat β any model, open-source to frontier.
Open Canvas β
M6
Your AI employee β reachable on WhatsApp, learns your business, always on.
Open M6 β
Canvas
Real websites built by real people β generated in seconds with AI. No coding. No templates. Just describe your business.
create my candy.ai clone
Watermelon.inc
Football Quiz
DruxShield
AI-native bot intelligence. Detects, classifies, and blocks bad actors in real time β explains every decision in plain English.
1.1M
Requests evaluated
14.8%
Flagged as bots
90.4%
High-confidence blocks
7
Bot types classified
BotCookiesβ’ β Cookie Consent
GDPR-ready consent banner with auto-blocking and server-side audit trail. One script tag, no per-site limit β a Cookiebot alternative bundled with Shield.
The Hub
Original AI analysis, published daily.
The Unseen AI Battleground: How Child-Monitoring Apps Are Failing Gen Alpha
Parental control apps, once clunky software, are now leveraging advanced AI. But are they protecting children or creating a new surveillance nightmare? This pie
OpenAI's Post-Hugging Face Scramble: A Safety Charade or Real Progress?
OpenAI's new safeguards after the Hugging Face breach raise critical questions. Is this a genuine commitment to safety, or damage control for their latest front
The AI Usage Black Box: Why We Still Don't Know How People Really Use Frontier Models
Despite advancements in AI, understanding real-world user behavior remains a mystery. This piece dissects why, and what it means for the future of AI developmen
Anthropic's $65 Billion Revenue: The Hype Cycle Meets Hard Cash
Anthropic's staggering $65B annualized revenue isn't just a number; it's a seismic shift proving AI's commercial muscle. We unpack what this means for models, m
For developers
The DruxAI consensus API fans your prompt out to every frontier model and returns a scored, reconciled answer. Ship features that donβt depend on any single provider.
One endpoint, every model
Call GPT-5, Claude, Gemini and Grok through a single consensus API. No juggling keys or SDKs.
Consensus, not one opinion
Every response ships with an agreement score so you know how much the models actually align.
One wallet, all products
Credits are shared across Search, Debate, Playbooks and the API β top up once, use everywhere.
curl https://api.drux.space/v1/consensus \
-H "Authorization: Bearer $DRUX_KEY" \
-d '{
"query": "Is nuclear the fastest path to net zero?",
"models": ["gpt-5", "claude", "gemini", "grok"]
}'
# β { "answer": "...",
# "agreement": 0.82,
# "dissent": ["grok"] }