Contribute to the registry
The registry is a curated, PR-reviewed index. The easiest way to contribute is the guided form — no git clone or local tooling required.
Submit a module
A published rescile module — app, models, compliance controls, or output templates.
Open the formSubmit an example
A working sample that shows how a module is used in a real-world scenario.
Open the formRegister as publisher
Your organisation or personal profile, shown alongside your modules and examples.
Open the formHow it works
- 1
Fill in the form
A GitHub issue form collects everything needed — title, description, repository URL.
- 2
Automatic PR
A bot validates your entry and opens a pull request on your behalf.
- 3
Review & preview
A maintainer reviews the submission; CI renders a live preview of how it will look.
- 4
Live
On merge, the site rebuilds and your entry appears within minutes — with its own page and URL.
Prefer the command line?
You can also fork the repository, edit the YAML data files directly, and open a pull request. An interactive helper writes a valid entry for you:
npm install && npm run add:publishernpm run add:modulenpm run add:exampleThe helper runs npm run validate automatically; the same checks run on every pull request. See thecontribution guide for details.
Review policy
- All submissions are manually reviewed before being listed.
- Modules must be installable from the referenced source repository.
- Submissions misrepresenting authorship or violating licences are rejected.
- Private repositories are listed as private; their metadata stays limited.