105 Vibe-Coded Tools

4 hours ago 2

The tools on tools.simonwillison.net were mostly built using AI-assisted programming. This page lists 105 tools and their development history.

This page lists the commit messages for each tool, many of which link to the LLM transcript used to produce the code.

Here's how I built this colophon page. The descriptions for each of the tools were generated using Claude 3.7 Sonnet.

This guide provides a comprehensive overview of CSS text wrapping properties, including word-wrap/overflow-wrap, word-break, white-space, text-overflow, hyphens, line-break, and text-wrap. Each property is explained with multiple visual examples demonstrating different values, and includes tables summarizing the available options with their effects on text display. The page also includes browser compatibility information for each property and useful notes about implementation requirements.

Development history (1 commit)

This tool allows you to extract HTML code from formatted text copied from websites. Paste content into the editable area to see the underlying HTML code displayed in a dedicated output field. The extracted HTML can be copied to your clipboard with a single click and a preview shows how the content will render when used in another webpage.

Development history (3 commits)

63852f March 07, 2025 15:05

Maybe fix for Windows?

Paste rich text in README

This interactive demo allows you to experiment with the text-wrap: balance CSS property on a navigation bar. You can control how many navigation items are displayed using the slider and toggle the text-wrap balance feature on and off to observe how it affects the distribution of navigation links across multiple lines. The navigation bar has a fixed width of 400px to demonstrate wrapping behavior.

Development history (3 commits)

1a8556 October 20, 2024 05:42

No need for margin-bottom on inline element

Read Entire Article