create-pro-ui-app
v1.0.1
Published
Create a React + @dangbt/pro-ui app in seconds — like create-react-app but with pro-grade components built in
Maintainers
Readme
create-pro-ui-app
Scaffold a React + @dangbt/pro-ui app in seconds.
npx create-pro-ui-app my-dashboardTemplates
| Template | Description |
|----------|-------------|
| minimal | Bare React + Vite + pro-ui + Tailwind. Clean slate. |
| admin-dashboard | Layout + Sidebar + ProTable + dark mode toggle. Production-ready shell. |
| saas-app | Login + Dashboard + Settings + Profile. Full auth UI flow. |
What's included
Every template comes with:
- ⚛️ React 19 + Vite + TypeScript
- 🎨 @dangbt/pro-ui (latest) with Tailwind CSS
- 🌙 Dark/light/system theme (ThemeProvider pre-configured)
- 🔔 Toast notifications (ToastProvider pre-configured)
- 📋 CLAUDE.md — Claude Code context pre-configured
- ✅ Zod for form validation
AI coding tools
After scaffolding, add the MCP server for full pro-ui component access:
claude mcp add mcp-pro-ui -- npx -y mcp-pro-uiThis lets Claude Code browse components, get props API, and scaffold pages.
Links
- pro-ui: @dangbt/pro-ui on npm
- MCP server: mcp-pro-ui on npm
- GitHub: dangbt/pro-ui
