Releases: OthmanAdi/openui-forge
Releases · OthmanAdi/openui-forge
Release list
v1.0.0 — First Release
OpenUI Forge v1.0.0
The first OpenUI skill for coding agents. Build generative UI applications with OpenUI across any stack.
What's Included
Core Skill (openui-forge)
- 6 slash commands:
/openui,/openui:scaffold,/openui:component,/openui:integrate,/openui:prompt,/openui:validate - 4 reference documents: OpenUI Lang spec, component patterns (12 production examples), adapter matrix, backend patterns
- 10 production-ready templates: OpenAI, Anthropic, LangChain, Vercel AI SDK, Python (FastAPI), Go, Rust (Axum)
- Cross-platform validation and detection scripts (Bash + PowerShell)
- Claude Code hooks for component/library change detection and guard rails
7 Stack-Specific Variants (separately installable)
openui-forge-openai— OpenAI SDK integrationopenui-forge-anthropic— Claude/Anthropic SDK integrationopenui-forge-langchain— LangChain/LangGraph integrationopenui-forge-python— Python (FastAPI) backendopenui-forge-go— Go backendopenui-forge-rust— Rust (Axum) backendopenui-forge-vercel— Vercel AI SDK integration
Chinese Localization (openui-forge-zh)
12 Agent Platforms Supported
Claude Code, Cursor, Gemini CLI, Kiro, Codex CLI, CodeBuddy, Continue, Factory, OpenCode, Pi, Mastra, agentskills.io
Install
# Full skill (all stacks)
npx skills add OthmanAdi/openui-forge --skill openui-forge -g
# Stack-specific (pick one)
npx skills add OthmanAdi/openui-forge --skill openui-forge-openai -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-anthropic -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-langchain -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-python -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-go -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-rust -g
npx skills add OthmanAdi/openui-forge --skill openui-forge-vercel -g
# Chinese
npx skills add OthmanAdi/openui-forge --skill openui-forge-zh -g