Northern Lights Academy · Controlled Research Prototype
International Sword & Armour Fabricator Registry
A structured research registry for swordsmiths, bladesmiths, armourers, historical reproduction workshops, fantasy fabricators, film/television prop makers, and custom commission specialists.
Testing status: Static HTML/JavaScript prototype. Records marked RESEARCH SEED require direct re-verification before commercial use.
MMC-FABREG
Fabricator Registry
Controlled Vocabulary
Capability Taxonomy
| Code | Capability | Meaning |
|---|
Evidence Model
Verification & Provenance
V0Unverified lead
V1Website discovered; identity established
V2First-party website verified
V3First-party contact information verified
V4Fabrication capability demonstrated by portfolio/project evidence
V5Production capability documented and project-qualified
The registry separates historical reproduction, fantasy/collector fabrication, and film/TV/production props. Similar appearance does not imply equivalent construction, safety characteristics, intended use, or legal classification.
Production Architecture
MMC-FABREG v0.3.0
MMC-FABREG-v0.3.0
├── frontend/
│ ├── index.html
│ ├── css/mmc-fabreg.css
│ └── js/
│ ├── app.js
│ ├── registry.js
│ ├── filters.js
│ ├── fabricator.js
│ └── export.js
├── data/
│ ├── fabricators.json
│ ├── capabilities.json
│ └── countries.json
├── evidence/
└── backend/
├── node/
└── php/
This v0.3.0 testing build keeps CSS, JavaScript and registry data embedded in one HTML file. The accompanying Python builder uses placeholder replacement rather than an f-string, so ordinary JavaScript object literals and scrollIntoView({behavior:'smooth'}) require no brace escaping.