AxonQwen is a fully managed AI automation platform. Browser automation, visual analysis, smart scraping — powered by Qwen3.5 on dedicated infrastructure at axonqwen.xyz.
What AxonQwen Does
Describe automation in natural language. Qwen3.5 vision reads the page and generates a complete Playwright script.
Playwright · VisionOpen any URL with real Chromium, extract structured JSON data from JS-rendered dynamic pages.
JSON · SPA · PaginationUpload invoices, contracts, or any image. Qwen3.5 extracts all text, tables, and field values.
Multimodal · OCRSet up smart URL watchers with natural language conditions. Alerts sent via WebSocket instantly.
Cron · AlertsStreaming chat with Qwen3.5. Full history, custom prompts, and markdown rendering.
SSE · MarkdownCompile and summarize scraped data into professional reports in JSON or markdown.
Summarize · FormatBuilt-in Agents
Understands natural language and generates Playwright scripts. Combines vision and reasoning to navigate complex UIs.
Loads any URL with real Chromium (handles JS-rendered SPAs), then uses Qwen3.5 to parse into clean JSON.
Send any image as base64. Qwen3.5 multimodal extracts all text, tables, and form fields — no external OCR needed.
Schedule periodic URL checks with natural language trigger conditions. Alerts sent via WebSocket instantly.
Full streaming chat via API route → Ollama. Persistent memory through OpenClaw. Optional Telegram/Slack.
API Reference
All endpoints are Express route handlers — pure TypeScript, running on a separate Node.js server. Frontend is served as static files.
WebSocket — wss://axonqwen.xyz/_ws
const ws = new WebSocket('wss://axonqwen.xyz/_ws');
ws.onmessage = ({ data }) => {
const msg = JSON.parse(data);
// msg.type: 'task_created' | 'task_updated' | 'task_result'
// 'monitor_alert' | 'log' | 'connected'
}; Getting Started
No installation needed. Just open axonqwen.xyz and start automating.
Open the platform in your browser. No installation or setup required — everything runs on dedicated infrastructure.
# Open in your browser https://axonqwen.xyz # Or go directly to the dashboard https://axonqwen.xyz/app
Navigate to /app to access all five AI agents, view task history, and monitor live activity.
# Dashboard — overview of all agents & tasks https://axonqwen.xyz/app # Direct agent links https://axonqwen.xyz/app/chat https://axonqwen.xyz/app/browser https://axonqwen.xyz/app/scraper
Choose an agent — Chat, Browser RPA, Scraper, Vision, or Monitor — and start your first task. Qwen3.5 is ready to go.
# Available agents ◈ Chat — conversational AI assistant ⬟ Browser RPA — Playwright-powered automation ◉ Scraper — structured data extraction ◑ Vision — image analysis & OCR ⊕ Monitor — scheduled URL monitoring
Chat shows "fetch failed" error
Check your internet connection and try refreshing the page. If the issue persists, the AI service may be temporarily restarting.
Model not found error
The model may still be loading on the server. Wait a moment and try again. If the issue persists, contact the administrator.
Dashboard is empty / "Server offline"
The server may be restarting. Wait a moment and refresh the page. Access the dashboard at https://axonqwen.xyz/app.
Browser RPA / Scraper error
Chromium is managed server-side. If you encounter errors, try again or report the issue to the administrator.
Model Selection
| Model | ID | RAM | Context | |
|---|---|---|---|---|
| Qwen 3.5 7B | qwen3.5:7b | 8 GB | 131K | |
| Qwen 3.5 | qwen3.5 | 10 GB | 256K | Recommended |
| Qwen 3.5 14B | qwen3.5:14b | 12 GB | 256K | |
| Qwen 3.5 27B | qwen3.5:27b | 20 GB | 256K | |
| Qwen 3.5 35B | qwen3.5:35b | 24 GB | 256K |
Start Automating
No setup required. No local installation. Just open and automate.