Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

PromptCMS Plugin Registry

Official plugin registry for PromptCMS — the AI-powered CMS.

How it works

PromptCMS fetches registry.json from this repo to display available plugins in the admin panel. Only plugins listed here can be installed.

Registry URL

https://raw.githubusercontent.com/promptcss/plugin-registry/main/registry.json

Plugin structure

Each plugin must follow this structure:

my-plugin/
plugin.json # Manifest (required)
src/ # PHP shortcode handlers
views/ # Blade templates
routes/ # Optional routes (auto-prefixed under /p/my-plugin/)
migrations/ # Optional database migrations

Submitting a plugin

  1. Create a GitHub repo under your account with the plugin code
  2. Follow the plugin.json manifest format (see schema.json)
  3. Create a release with a plugin.zip and checksum.sha256
  4. Open a PR to this repo adding your plugin to registry.json

Security

  • All plugins are manually reviewed before being added
  • Plugin ZIPs are verified against SHA-256 checksums
  • Plugins cannot execute arbitrary code on install — only when activated
  • Plugin routes are isolated under /p/{plugin-slug}/

License

MIT

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors