Chat UI
Runs the open‑source front‑end that powers HuggingChat, letting you host your own ChatGPT‑style UI backed by any Hugging Face model.
- •You want a ready‑made chat UI without building it from scratch.
- •You need to brand the chat experience (logo, colors, custom prompt) for your product.
- •You want to run a private instance that talks to your own Hugging Face models or an on‑premise inference server.
In the running UI, type a multi‑turn instruction like: ``` You are a product manager. Help me outline a go‑to‑market plan for a SaaS tool that automates invoice processing. ```
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/chat-ui && curl -fsSL https://workflowstacks.com/api/skills/chat-ui/claude-skill -o ~/.claude/skills/chat-ui/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Chat UI is a very large TypeScript project (~70k lines across 555 code files, plus 32 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2CLAUDE.mdThe instructions the AI actually follows
- 3server.jsWhere the program starts running
- 4package.jsonDependencies and the commands it exposes
- 5src/lib/migrations/routines/index.tsInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/chat-ui && curl -fsSL https://workflowstacks.com/api/skills/chat-ui/claude-skill -o ~/.claude/skills/chat-ui/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More design tools founders pair with this one.