Colophon

3 tools and their development history.

# lagenhetskop code

1 commit
36e52c2 March 09, 2026 13:13
Add apartment purchase calculator tool

Interactive calculator for comparing apartment purchase scenarios
with real-time calculations for loans, interest deductions, and
monthly costs. Mobile-friendly with sticky headers and horizontal
scroll.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>

# svg-converter code

2 commits
dd1eda February 25, 2026 22:05
Add SVG Icon Converter tool

Single-file browser tool that accepts SVG via file upload (drag-and-drop
or click) or URL fetch, then converts it into a clean monochrome 24×24
icon with fill="currentColor", stripping styles, defs, classes, and
hardcoded colors. Includes live preview, code output, copy, and download.

https://claude.ai/code/session_01TdqaUpGGXw7rBxeM1nxYeU
098f7b6 February 25, 2026 23:42
Add side-by-side comparison view to SVG converter

Shows the original and converted SVG previews side by side with labels.
Moves the SVG code output below the previews.

https://claude.ai/code/session_0172y7VvtTsVhstr45CyJBoP

# word-count code

1 commit
0005fa6 February 24, 2026 16:22
Add word count tool