Install
$ agentstack add mcp-elreco-coderocket-ui ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
CodeRocket UI
React and Vue components. Your design system. Source you own.
Open Studio · React docs · Vue docs · Coding agents
Build a component library that looks like your product, with design rules your coding agents can use.
CodeRocket UI combines React and Vue components, interface blocks, a typed design-system model, and CLI/MCP integrations. Start from accessible primitives, customize shared tokens, and keep editable source in your application. The open-source core is MIT licensed, written in TypeScript, and works with or without Tailwind.
Two frameworks, one design system
React uses Base UI. Vue uses native Vue single-file components and Reka UI. Both catalogues share tokens, layouts and core behavior, including date and range selection, forms, overlays and application blocks. Vue APIs use v-model, events and slots; framework-specific APIs are not interchangeable.
Use the components directly from this source workspace, or use the hosted Studio to customize a library visually, review AI proposals and export its source. An account or AI provider is not required to use the open-source components locally. Svelte and SolidJS are planned, without announced release dates.
Start with your own library
- Open Studio and create a React or Vue library.
- Customize its tokens, components and blocks. AI assistance is optional.
- Save, then Export a ZIP or use Connect to install the source through the CLI.
Exported components run locally without a CodeRocket connection. Follow the React installation guide or Vue and Nuxt guide for dependencies and styles.
Install and update source with the CLI
The CLI is available on npm as @coderocketapp/cli. In Studio, open your saved library's Connect dialog and create a scoped connection token. Set CODEROCKET_LIBRARY and CODEROCKET_TOKEN in your environment, then run these commands from your application directory:
npx @coderocketapp/cli@latest init
npx @coderocketapp/cli@latest list
npx @coderocketapp/cli@latest add button
npx @coderocketapp/cli@latest sync
The library selects React or Vue source automatically. sync preserves local changes and puts conflicting updates aside for review. Keep connection tokens out of version control. See the [CLI guide](packages/cli/README.md) for blocks, complete-library installation and local import analysis.
Give coding agents the same design rules
@coderocketapp/mcp exposes a saved library's design rules, components and blocks through a read-only MCP server. Follow the [MCP setup guide](packages/mcp/README.md) to connect a compatible coding agent.
The CLI and MCP need no AI provider key. Agents can also use the [public Markdown documentation](docs/content), typed specifications and exported AGENTS.md. Review generated source before applying it to your application.
What is open source?
| Package | What it provides | | --------------------------------------- | -------------------------------------------------------------------------------------------- | | [@coderocket/react](packages/react) | React components, Base UI primitives, compiled CSS and a composition renderer. | | [@coderocket/blocks](packages/blocks) | React interface blocks with typed application callbacks. | | [@coderocket/vue](packages/vue) | Vue components and blocks, Reka UI primitives, CSS and a composition renderer. | | [@coderocket/engine](packages/engine) | Versioned design-system model, token validation, theme generation and reviewed token import. | | [@coderocket/specs](packages/specs) | Shared catalogue specifications and validated composition schemas. | | [@coderocket/shared](packages/shared) | Types and a read-only registry client for the integration tools. | | [@coderocketapp/cli](packages/cli) | Local import analysis and installation/sync from a saved library, preserving local changes. | | [@coderocketapp/mcp](packages/mcp) | A read-only MCP server exposing a saved library's rules and component sources. |
CLI and MCP are distributed on npm. The component and model packages remain source workspaces: build them locally, or use Studio exports and the CLI to install editable component source. The @coderocket/react and @coderocket/vue workspace names do not imply npm availability.
The [documentation source](docs/content) is public too. It is rendered at ui.coderocket.app/docs by the separately maintained website.
The hosted Studio, accounts, database, AI-provider integration and commercial operations remain private. Authentication, payments, email delivery and uploads are not bundled component backends: blocks expose callbacks for your own application. The CLI's registry commands and MCP need a saved library and scoped connection token, or a compatible registry server.
The catalogue is experimental during early access. Review accessibility, behavior and framework integration in your application's context before release.
Build from source
Use the Node.js and pnpm versions declared in [package.json](package.json):
git clone https://github.com/elreco/coderocket-ui.git
cd coderocket-ui
pnpm install --frozen-lockfile
pnpm check
The checks validate and build the workspace and run its tests without contacting the Studio or an AI provider. The legacy datepicker is outside this pnpm workspace.
React workspace consumer
Add @coderocket/react as a workspace:* dependency in a pnpm workspace consumer. Import its compiled styles once:
import { Button, ThemeScope } from "@coderocket/react";
import "@coderocket/react/styles.css";
export function App() {
return (
console.log("Saved locally")}>Save changes
);
}
Vue workspace consumer
Add @coderocket/vue as a workspace:* dependency in a Vue workspace consumer:
import { Button, ThemeScope } from "@coderocket/vue";
import "@coderocket/vue/styles.css";
Save changes
See [development and integration](docs/DEVELOPMENT.md) for consumer dependencies, styles and framework differences.
From Vue Tailwind Datepicker
This is the same repository, with its stars, issues and Git history. CodeRocket UI is its active successor; it is not a drop-in replacement for the old datepicker API.
Vue Tailwind Datepicker is frozen and no longer maintained. Its npm package, @coderocketapp/vue-tailwind-datepicker, remains available. Its source, original MIT attribution, changelog and documentation are preserved in [legacy/vue-tailwind-datepicker](legacy/vue-tailwind-datepicker). Existing applications can continue using their installed version; no automatic migration is required. No further legacy fixes or releases are planned.
For new work, explore the Vue DatePicker or React DatePicker. Read the [transition announcement](ANNOUNCEMENT.md) and legacy documentation before migrating.
Hosted access and Pro
The hosted editor, component catalogue and source export are free. AI assistance has usage limits; see current access and allowances. Pro price, payment and activation are arranged personally, with no automatic billing or renewal. Manual editing and export remain usable without AI allowance.
Request Pro or integration help, or read how access works. Submitting a request does not charge you or activate paid access. GitHub stars and historical datepicker use are not permission for sales outreach.
Contributing and licensing
See [CONTRIBUTING.md](CONTRIBUTING.md), [the roadmap](docs/ROADMAP.md), [MIT license](LICENSE) and [third-party notices](THIRDPARTYNOTICES.md). Contributions belong in the active packages and documentation. The legacy datepicker remains an unmaintained reference.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: elreco
- Source: elreco/coderocket-ui
- License: MIT
- Homepage: https://ui.coderocket.app
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.