TTToadTech / Calvin Locklin
Evidence file 04 / generator

AI Page Generator

A local-LLM-assisted one-shot page maker: prompt in, clean HTML out, then serve the generated file with as little starting friction as possible.

StatusRapid publishing tool
SurfaceLLM web generation
Index04 / 06
Working partsLocal LLM, HTML/CSS/JS, prompting, server routing

What it was actually solving.

A small publishing utility for making quick one-file web pages and sharing them without forcing the recipient through setup or tooling.

01 / challenge

The model talks too much.

The hard part was not only generating a page. It was stripping extra commentary, saving clean code, and serving the result reliably from Calvin's own server.

02 / solution

Constrain and clean.

A stricter prompt requests one document, cleanup logic extracts usable HTML, and a server route publishes generated files under a predictable path.

03 / lesson kept

A generator needs an exit ramp.

The difference between a toy and a tool is the full user path. Make the page, clean the page, publish the page, and give someone a link they can open.

Illustrative route map / not live telemetry

Idea to link.

The generator is less about the model call than the complete route from a rough page idea to a shareable static file.

More from the bench.

Other projects where a small interface makes technical machinery easier to use.

Streaming demoProject video

Loaded on demand and streamed by the browser. Closing the panel stops the request.

Open video directly