Base template proof of concept

Domcat

Domain categorization tool for Red Team

This layout is intentionally minimal. It highlights how template.json and content.json drive the rendered site.

View the workflow
Cat and network nodes illustrating domain categorization

Tokens in play

These values come straight from content.json. Escaped values are safe to render directly in HTML.

Escaped

  • Brand tone: focused
  • Theme: light
  • Keywords: domain, categorization, red team, infrastructure, telemetry, automation, security, lifecycle
  • Language: en

Raw

  • Primary color: #2f6f6d
  • Hero image: assets/hero.svg
  • CTA URL: #workflow

Simple workflow

  1. Author

    Update template.json metadata and content.json values.

  2. Render

    Run domcatctl template render.

  3. Upload

    Sync the rendered site_root to the unit S3 bucket.

Contact views

Click a contact type to swap the panel content. These are placeholders to demonstrate simple UI state.

Operations desk

Placeholder contact for domain operations and lifecycle coordination.

View the workflow

Ready to build a new template?

Clone this base, swap content.json, and keep the tokens consistent.

View the workflow