Get certjs.config.json
Export a portable configuration file for the CertJS JavaScript SDK and generate certificates entirely on your own infrastructure. This workflow extends the existing editor with a local, privacy-first developer experience.
Dashboard Editor → Local SDK
The visual template editor is already available in the CertJS dashboard. This upcoming workflow focuses on exporting a portable certjs.config.json file so templates can be generated locally without storing them in your CertJS workspace.
Two Workflows, One Rendering Engine
The hosted dashboard and the upcoming local workflow share the same rendering model. The difference is where templates are managed and certificates are generated.
- Visual template editor
- Template management
- Cloud workspace
- Batch certificate generation
- REST API integration
- Portable certjs.config.json
- Generate certificates locally
- Templates stay on your machine
- Reuse existing editor workflow
- JavaScript SDK integration
The local workflow exports a portable certjs.config.json file that can be used directly by the CertJS SDK.
Local SDK Overview
The standalone workflow extends the existing CertJS editor by allowing templates to be exported as a portable configuration instead of being stored in a hosted workspace.
{ "template": "./certificate.png", "placeholders": [ { "key": "recipient_name", "fontFamily": "Inter", "fontSize": 42, "fontColor": "#111827", "align": "center" } ]}What's Next
The standalone workflow is currently under active development. It will reuse the existing template editor while allowing developers to export portable configuration files for local certificate generation.
Design your certificate visually, export a certjs.config.json file, and generate certificates locally using the CertJS SDK.