Branded references for everything that ships
Hand these to anyone — designers, customer success, product, agents — when they need a starting point. Each template is a single self-contained HTML file with brand tokens inlined; no build step, no fonts to install, just copy and ship.
What's in here
A4 letterhead
Print-ready single-page letter. Renders the navy emblem, ref / date metadata, a yellow-rule subject line and sign-off block. Set @page size:A4 and print to PDF for archive.
Preview
Use it
A4 report cover
Navy cover with glow emblem, yellow rule, large title and a four-cell metadata grid. Designed as the first page of any internal or client-facing report.
Preview
Use it
Transactional email
Table-based, inline-styled HTML email — safe for Outlook, Gmail and Apple Mail. Navy header, three-cell stat band on the brand-50 surface, navy CTA button, footer with unsubscribe.
Preview
Use it
Email signature
Two-column HTML signature with the navy emblem, yellow rule and a compact name / role / contact stack. Paste into Gmail, Outlook or Apple Mail signature settings.
Preview
|
Jonty Brook
Materials lead · Nexus ReGen
nexusregen.com · Materially smarter construction
|
Use it
Slide title (16:9)
1920×1080 title slide. Yellow eyebrow, oversized headline, navy canvas with glow emblem. Open in any browser, take a screenshot or print landscape to PDF for use in Keynote, PowerPoint or Google Slides.
Preview
Use it
A4 invoice
Print-ready single-page invoice. Navy header band with INVOICE wordmark, bill-to / from columns, metadata strip, line-item table with subtotal, VAT and a yellow-emphasised total, and a payment-terms footer with bank details.
Preview
Use it
Slide content (16:9)
1920×1080 body slide for the rest of the deck. Light canvas with a compact navy header, a yellow-ruled heading paired with a lede, and a three-up stat grid. Where the title slide opens loud, this one carries the argument.
Preview
Use it
Repo README header
A drop-in Markdown header for any Nexus ReGen repository. Centred wordmark, status badges in brand colours, and the canonical section order — overview, quick start, architecture, docs, license. Renders consistently on github.com and most Markdown viewers.
Preview
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.nexusregen.com/nr/logotype/nr-logotype-white.svg" />
<img alt="Nexus ReGen" src="https://assets.nexusregen.com/nr/logotype/nr-logotype-blue.svg" width="320" />
</picture>
<br/>
<em>Material listings & matching for the construction reuse network.</em>
</p>
<p align="center">
<a href="https://github.com/nexusregen/openwaste/actions"><img src="https://img.shields.io/github/actions/workflow/status/nexusregen/openwaste/ci.yml?style=flat-square&labelColor=121541&color=F7EC33" alt="build" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/license-MIT-121541?style=flat-square&labelColor=121541" alt="license" /></a>
<a href="https://www.npmjs.com/package/@nexus/openwaste"><img src="https://img.shields.io/npm/v/@nexus%2Fopenwaste?style=flat-square&labelColor=121541&color=121541" alt="version" /></a>
</p>
## Overview
`@nexus/openwaste` is part of the Nexus ReGen platform — the chain-of-custody layer
for material reuse on construction sites. This package handles material
listings, matching candidates between sites, and the audit trail every
movement leaves behind. Designed to be run in-process by the platform
or pulled into partner stacks via the public SDK.
## Quick start
```bash
# Install
pnpm add @nexus/openwaste
# Develop
pnpm dev
# Run the test suite
pnpm test
```
## Architecture
- `src/listings` — listing schema, validators, geo-indexing
- `src/matching` — candidate scoring, distance + chemistry filters
- `src/audit` — append-only movement log, signed manifests
- `src/adapters` — ESP / waste-carrier API integrations
## Documentation
- Brand & design system — https://brand.nexusregen.com
- Platform docs — https://docs.nexusregen.com
- API reference — https://docs.nexusregen.com/api
- Status — https://status.nexusregen.com
## License
MIT © Nexus ReGen Ltd · Materially smarter construction
Use it
Ticket / PR comment
A short, structured Markdown stub for status updates on Linear tickets, GitHub PRs and Slack canvases. Five sections — context, decision, why, next steps, links — keeping comments scannable without forcing a full doc.
Preview
## Context Reviewing the chain-of-custody migration on staging — backfill completed Friday, ~2.1M movement rows reindexed cleanly. ## Decision Defer the production rollout to next sprint to allow more soak time on staging and a full week of customer reporting against the new schema. ## Why - No customer-visible regressions yet, but only 3 days of soak — want a full reporting cycle. - Two edge cases on legacy ticket payloads still under investigation (NR-2418, NR-2421). - Sprint boundary gives us a clean comms window for the materials team. ## Next steps - [ ] Land the legacy payload fix — @jonty - [ ] Draft the rollout comms note (internal + customer) — @sarah - [ ] Re-run the full reporting backfill smoke suite on Monday — @priya ## Links - [Linear ticket](https://linear.app/nexusregen/issue/NR-2418) - [PR](https://github.com/nexusregen/platform/pull/812) - [Staging dashboard](https://app.staging.nexusregen.com/admin/movements)