Astro Static + React + Express API

AI Automation
Platform
Enterprise.

AxonQwen is a fully managed AI automation platform. Browser automation, visual analysis, smart scraping — powered by Qwen3.5 on dedicated infrastructure at axonqwen.xyz.

Scroll
Browser RPAVision & OCRSmart ScrapingAuto Form FillReal-Time Monitoring256K ContextQwen3.5 MultimodalOpenClaw RuntimePlaywrightCloud HostedEnterprise ReadyDedicated InfrastructureBrowser RPAVision & OCRSmart ScrapingAuto Form FillReal-Time Monitoring256K ContextQwen3.5 MultimodalOpenClaw RuntimePlaywrightCloud HostedEnterprise ReadyDedicated Infrastructure

What AxonQwen Does

All the Automation Tools You Need.

🌐

Browser RPA

Describe automation in natural language. Qwen3.5 vision reads the page and generates a complete Playwright script.

Playwright · Vision
🔍

Scraper Agent

Open any URL with real Chromium, extract structured JSON data from JS-rendered dynamic pages.

JSON · SPA · Pagination
🖼️

Vision Agent

Upload invoices, contracts, or any image. Qwen3.5 extracts all text, tables, and field values.

Multimodal · OCR
📡

Monitor Agent

Set up smart URL watchers with natural language conditions. Alerts sent via WebSocket instantly.

Cron · Alerts

Chat Agent

Streaming chat with Qwen3.5. Full history, custom prompts, and markdown rendering.

SSE · Markdown
📊

Reporter

Compile and summarize scraped data into professional reports in JSON or markdown.

Summarize · Format

Built-in Agents

Five Agents, One Platform.

01

Browser RPA Agent

Understands natural language and generates Playwright scripts. Combines vision and reasoning to navigate complex UIs.

Active
02

Scraper Agent

Loads any URL with real Chromium (handles JS-rendered SPAs), then uses Qwen3.5 to parse into clean JSON.

Active
03

Vision Agent

Send any image as base64. Qwen3.5 multimodal extracts all text, tables, and form fields — no external OCR needed.

Active
04

Monitor Agent

Schedule periodic URL checks with natural language trigger conditions. Alerts sent via WebSocket instantly.

Active
05

Chat Agent

Full streaming chat via API route → Ollama. Persistent memory through OpenClaw. Optional Telegram/Slack.

Active

How to Use

Complete Usage Guide.

Learn how to use each agent to automate your workflows. Every agent is accessible from the dashboard at axonqwen.xyz/app.

Chat Agent

Conversational AI with streaming responses

1.

Open Chat Agent from the sidebar or go to /app/chat

2.

Type your message in the input box. Press Enter to send, Shift+Enter for new line

3.

AI will stream the response in real-time with thinking process visible

4.

Adjust model, temperature, and system prompt from the Settings sidebar

Quick Actions

> List the steps to scrape a product page

> Write a Playwright script to fill a login form

> Extract all tables from a URL as JSON

> Write automation to monitor price changes

Browser RPA

Automate any website with natural language

1.

Open Browser RPA from the sidebar

2.

Enter the target URL (e.g. https://example.com)

3.

Describe the instruction in natural language (e.g. "Click the login button and fill in email")

4.

Click Run — Chromium will launch on the server, capture a screenshot, and AI will generate a Playwright script

Process Flow

→ Chromium launches (headless)

→ Navigates to target URL

→ Takes screenshot + extracts page text

→ AI analyzes screenshot + instruction

✓ Generates Playwright automation script

Scraper Agent

Extract structured JSON from any website

1.

Open Scraper from the sidebar

2.

Enter the URL to scrape

3.

Optionally specify fields to extract (e.g. "title, price, rating") — leave blank for all data

4.

Click Run Scraper — Chromium opens the page, AI extracts clean JSON

Example Output

{
  "source": "books.toscrape.com",
  "title": "Books to Scrape",
  "count": 20,
  "data": [
    { "title": "A Light in the Attic",
      "price": "51.77",
      "rating": "Three" }
  ]
}

Vision Agent

Extract text and data from any image

1.

Open Vision from the sidebar

2.

Drag & drop an image or click to upload (JPEG, PNG, WebP)

3.

Optionally add instructions (e.g. "Get all invoice items as JSON")

4.

Click Analyze Image — AI extracts all text, tables, and structured data

Supported Inputs

• Invoices & receipts

• Contracts & documents

• Screenshots & UI captures

• Forms & labels

• Tables & spreadsheets

• Any image with text content

Monitor Agent

Watch URLs for changes with smart alerts

1.

Open Monitor from the sidebar

2.

Enter the URL to monitor

3.

Define a trigger condition in natural language (e.g. "Price drops below $50")

4.

Set the check interval and click Start Monitor — alerts arrive via WebSocket

Example Conditions

> Price drops below $100

> Stock status changes to "In Stock"

> New blog post is published

> Page content contains "sale"

API Reference

Express API Routes.
Standalone Server.

All endpoints are Express route handlers — pure TypeScript, running on a separate Node.js server. Frontend is served as static files.

GET /api/health
GET /api/ollama/status
POST /api/chat
GET /api/tasks
DELETE /api/tasks/[id]
POST /api/browser/run
POST /api/scraper/run
POST /api/vision/analyze
POST /api/monitor/start
GET /api/monitors
DELETE /api/monitor/[id]

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

Ready in 3 Steps.

No installation needed. Just open axonqwen.xyz and start automating.

01

Connect Your Wallet

Visit axonqwen.xyz and connect your crypto wallet. We support MetaMask (EVM), Phantom (Solana), and Tonkeeper (TON).

# Supported wallets
🦊 MetaMask   — Ethereum, BSC, Polygon, Arbitrum, Base
👻 Phantom    — Solana
💎 Tonkeeper  — TON Network

# Go to login
https://axonqwen.xyz/login
02

Access the Dashboard

After wallet authentication, you're redirected to the dashboard with full access to all five AI agents.

# Dashboard — overview of all agents & tasks
https://axonqwen.xyz/app

# Your wallet is shown in the sidebar
# Disconnect anytime via the ✕ button
03

Start Automating

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

! Troubleshooting

Q:

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.

Q:

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.

Q:

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.

Q:

Browser RPA / Scraper error

Chromium is managed server-side. If you encounter errors, try again or report the issue to the administrator.

Model Selection

Choose Your Qwen3.5 Model.

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

Roadmap

What's Coming Next.

AxonQwen is under active development. Here's what's planned for upcoming releases.

v1.0 — Current

Chat Agent with streaming
Browser RPA (Playwright)
Scraper Agent (JSON extraction)
Vision Agent (OCR & analysis)
Monitor Agent (URL watcher)
Real-time WebSocket updates
Activity logs & progress tracking
Model selection (Qwen3.5 variants)

v1.1 — In Progress

Multi-step agent workflows
Scheduled tasks (Cron)
Telegram & Slack notifications
Task history export (CSV/JSON)
Custom system prompts per agent
Batch scraping (multiple URLs)
Screenshot history & comparison
API key authentication

v2.0 — Planned

Multi-user & team collaboration
Custom agent builder (low-code)
Plugin marketplace
Database integrations (Postgres, Mongo)
Webhook triggers & callbacks
PDF report generation
Agent-to-agent communication
Self-hosted deployment option

$AXQWEN Token

Power the Network.

$AXQWEN is the utility token that powers the AxonQwen ecosystem. Use it to access premium features, stake for priority access, and participate in governance.

Contract Address (CA)

Coming Soon
Network

Multi-Chain

Total Supply

TBA

Tax

0%

Liquidity

Locked

Start Automating

Your AI Workforce.
Starts Now.

Connect your wallet and start automating. Powered by $AXQWEN.