A focused single-purpose tool: paste any git diff, get back a Conventional Commits message. The system prompt enforces the format strictly (type · scope · 72-char imperative subject · body that explains the WHY · optional footer for breaking changes or issue links). Streams in. Three example diffs (feature, fix, refactor) demonstrate the output shape. Lives at /commit. Real utility for every dev who's ever written 'fix stuff' as a commit message at 11pm.
Working tool, no signup, ready to copy-paste into a commit
Demonstrates focused prompt engineering — single-call structured output without an SDK
Reuses the shared streaming LLM route and rate limiter
Chain LLM steps into a workflow with {{stepId.output}} substitution between steps. Pick a preset, edit any prompt, watch the chain execute step by step.
View ProjectCLI + web viewer that runs your prompts against test cases with contains / regex / equals / llm-judge assertions, produces a JSON report, and fails the build on regressions in CI.
View Project