DruxAI

Chat with any AI.

GPT, Claude, Gemini, Grok β€” pick your model, start talking.

Built on the world's leading AI

OpenAIOpenAI
AnthropicAnthropic
GoogleGoogle
MetaMeta
PerplexityPerplexity
MistralMistral
DeepSeekDeepSeek
QwenQwen

50+ models from 8 providers β€” switch freely, no lock-in.

The Drux suite

One account. Every product.

One wallet of credits, spent across all of it.

Open the console β†’

Canvas

Bring Your Idea to Life in Minutes

Real websites built by real people β€” generated in seconds with AI. No coding. No templates. Just describe your business.

create my candy.ai clone

Wechat

Watermelon.inc

Football Quiz

DruxShield

Know Every Bot Hitting Your Site

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.

Set up free consent β†’

For developers

Build on the whole AI ecosystem β€” with one API.

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.

POST /v1/consensus
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"] }