LL--- layout: base.njk title: Starter Tool description: A bare-bones utility template you can duplicate for new tools. permalink: /tools/starter-tool/index.html ---

Utility Template

Starter Tool

This page intentionally keeps things simple. Copy it, rename the file, add your HTML/JS/CSS, and wire a new entry in src/_data/tools.json to make it appear in the directory.

Getting started:

  1. Replace this markup with your tool UI.
  2. Add inline scripts or import files from src/assets/js.
  3. Keep things progressive-enhancement friendly—no framework required.