forked from 21st-dev/codex-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
33 lines (33 loc) · 857 Bytes
/
Copy pathmarketplace.json
File metadata and controls
33 lines (33 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "21st",
"owner": {
"name": "21st.dev",
"url": "https://21st.dev"
},
"metadata": {
"description": "Self-hosted 21st.dev plugin marketplace for Codex. The official Codex plugin directory is not open yet, so add this marketplace by its git repo / URL directly.",
"version": "0.4.1"
},
"plugins": [
{
"name": "21st",
"source": ".",
"description": "Find, generate, build, explore, review, and publish project-aware UI with seven verified 21st.dev skills plus the remote 21st MCP server.",
"version": "0.4.1",
"author": {
"name": "21st.dev",
"url": "https://21st.dev"
},
"homepage": "https://21st.dev",
"keywords": [
"react",
"shadcn",
"ui",
"components",
"mcp",
"frontend",
"cli"
]
}
]
}