A curated marketplace for Claude Code components, allowing you to discover, manage, and bundle plugins from multiple sources.
# In Claude Code, add the marketplace:
/plugin marketplace add protocolus/clidekit
# Then browse and install plugins via:
/pluginVisit the marketplace website to discover available plugins and their components.
# Install dependencies
bun install
# Setup database
bun run db:migrate
bun run db:seed
# Start admin interface
bun run admin:dev- Import Components: Fetch components from aitmpl.com, GitHub, or any URL
- Rich Editor: Edit component content with live preview
- Plugin Builder: Bundle components into custom plugins
- Security Validation: Automated security scanning
- Git Integration: Auto-publish to GitHub
admin/ - Admin web interface (Bun + React)
server/ - Bun backend with SQLite
client/ - React admin UI
repo/ - Generated files (pushed to GitHub)
.claude-plugin/marketplace.json
components/ - All component files
website/ - Public marketing site
- Admin runs on: http://localhost:3000
- Public site runs on: http://localhost:5173
MIT