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:
Replace this markup with your tool UI.
Add inline scripts or import files from src/assets/js.
Keep things progressive-enhancement friendly—no framework required.