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

A Dark Cave: Text-Based Survival Game Avoids AI Slop, Embraces Minimalism
A Dark Cave is a free, text-based survival and settlement building browser game that deliberately avoids graphics, using only text, symbols, and sounds to create atmosphere. The developer argues that as AI-generated visuals become ubiquitous, games will need differentiators like storytelling and player imagination.

OpenClaw Implementation for Logistics Company: Email Parsing and Status Updates
A developer configured OpenClaw for a small logistics company to automate email parsing, spreadsheet cross-referencing, and status updates, saving the owner 2-3 hours daily with minimal code.

Hermes vs. OpenClaw: The Difference Is Personality, Not Speed
A developer compares Hermes and OpenClaw side by side and finds the key difference is how each handles identity: Hermes stores memories, OpenClaw stores personality facets via soul.md.

Solo Developer Builds H-1B Visa Intelligence Tool with Claude Code
A developer built H1B.Guru, a free tool that processes 800K+ US Department of Labor H-1B and PERM records, using Claude Code for the entire stack from ETL pipeline to production deployment.