Skip to main content

Create a Plugin

1

Create the directory

2

Define plugin.json

3

Create render.html

4

Optionally add an icon

Place an icon.svg (or .png) in the plugin directory and reference it in plugin.json:
5

Restart the backend

The plugin is automatically discovered and available.
6

Configure env values

Go to Settings → Plugins, expand your plugin, fill in the environment variables, and click Save.

Manifest Reference

Top-Level Fields

Environment Variables

Each entry in the env array:
Env values are configured per-plugin in Settings → Plugins and stored in the database, version-coupled. Plugins access them at runtime via Placet.env.

Validate a Plugin

Use the included validation script: