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

Non-technical founder builds production marketplace with Claude Code
A non-technical founder used Claude Code in the terminal to build a two-sided marketplace with Next.js, TypeScript, Supabase, Tailwind, and Vercel deployment, including full authentication, RLS, and database migrations.

My Week With OpenClaw as a Non-IT Business Consultant

Developer Builds Couples Therapy App with Claude, Shares Prompt Engineering Insights
A developer built TherapAI, a couples emotional wellness PWA where partners each get a private AI companion powered by Claude Sonnet. The developer shares five specific prompt engineering techniques that made Claude feel more human and less like a chatbot.

OpenClaw Orchestrates Enterprise ReleaseOps System for Multi-Platform App
A developer built a semi-automated ReleaseOps system using OpenClaw to manage QA processes for an app with nearly 1 million users across Web, iOS, Android, and TV platforms. The system automates ticket management, test script log outputs, and ties everything together using GPT-4 mini.