8000 GitHub - pressdarling/tools at build-local-index
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pressdarling/tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools.simonwillison.net

Miscellaneous HTML+JavaScript tools I have built, almost all with the assistance of LLMs.

This collection is partly an experiment in how much it's possible to get done through prompting alone, against projects with extremely low stakes.

The colophon includes links to the prompts and chat transcripts I used to create and iterate on each of these tools.

The code lives in simonw/tools. Most of these used a version of the Claude custom instructions described here.

Tools

LLM playgrounds and debuggers

Miscellaneous

On Observable

On Observable:

Local Browsing

To browse these tools locally without setting up a server:

# Install dependencies and build the local index
uv run --no-project --with markdown ./build_local_index.py

# Or using pip
pip install markdown
python build_local_index.py

This creates index.html as a searchable and filterable index of all locally-available HTML tools with descriptions if available.

You can also choose to build colophon.html locally, if it doesn't already exist, which contains the development history with links to LLM transcripts (if it doesn't already exist),

The local index provides:

  • Keyboard-accessible functionality to find tools by name or description
  • Sorting by name or recent update date
  • Direct links to open tools in your browser
  • Tool descriptions from .docs.md files

About

Assorted tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.2%
  • Python 6.9%
  • Other 0.9%
0