OpenClaw-powered IT dashboard creates tickets from chat conversations

What it does
A developer created an IT dashboard prototype that lets employees describe technical problems in plain language to an AI agent. When the agent can't resolve the issue through troubleshooting, it automatically creates a structured ticket with details like severity, description, and what troubleshooting was attempted.
Technical implementation
The entire system runs on:
- One HTML file for the dashboard UI
- OpenClaw (open source AI gateway) for the backend
- A tiny Node proxy to handle authentication
- No database — localStorage for the prototype
The AI agent uses a system prompt that instructs it to always output structured ticket data alongside its responses. The dashboard parses this structured data and adds it to the worklist automatically.
Features
- Ticket worklist with severity and status tracking
- Search and filter capabilities
- Detailed ticket view with notes
- AI chat tab for problem description
- Frosted glass Apple aesthetic UI
Development context
The project was built in about 2 hours as a solution for small companies (5-50 people) that typically lack formal IT support systems. The developer noted that this pattern — AI agent + structured output + simple frontend — could be adapted for other workflow tools like HR requests, facilities issues, or customer intake systems.
📖 Read the full source: r/openclaw
👀 See Also

How Neil Kakkar Uses Claude Code for Development Workflow Automation
Neil Kakkar describes automating pull request creation with a /git-pr skill, switching to SWC for sub-second server restarts, and using Claude Code's preview feature to verify UI changes automatically.

Radio Free Gemma: Disaster AI via Meshtastic and Local LLM
A developer runs a Gemma 4:26B model locally on a mesh network using Meshtastic and OpenClaw, providing RAG-based emergency info via radio when cellular is down.

Using Claude Code/Codex with OpenClaw for structured Steam Deck game optimization
A Reddit user shares a workflow using Claude Code/Codex as optimization copilots and OpenClaw as an orchestration layer to transform Steam Deck game tuning from random tweaking into a repeatable, structured process.

Using AI to Untangle 10,000 Brazilian Property Titles: A Technical Case Study
A Brazilian real estate company is using Claude, Gemini 3.1 Pro, and OCR tools to analyze 10,000 property titles with decades of inconsistencies, including duplicate sales, fraudulent contracts, and 500 active lawsuits.