{"id":25934395,"url":"https://github.com/sanand0/tools","last_synced_at":"2026-03-06T12:33:53.450Z","repository":{"id":260657119,"uuid":"881845396","full_name":"sanand0/tools","owner":"sanand0","description":"Lots of little web apps, mostly written by LLMs","archived":false,"fork":false,"pushed_at":"2026-02-11T04:40:43.000Z","size":1371,"stargazers_count":6,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-14T03:14:12.505Z","etag":null,"topics":["tool"],"latest_commit_sha":null,"homepage":"http://tools.s-anand.net/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanand0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-11-01T11:11:38.000Z","updated_at":"2026-02-11T04:40:47.000Z","dependencies_parsed_at":"2024-12-07T03:18:38.103Z","dependency_job_id":"374707a3-c497-4f79-a8ed-cc83a6056843","html_url":"https://github.com/sanand0/tools","commit_stats":null,"previous_names":["sanand0/tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanand0/tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Ftools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Ftools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Ftools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Ftools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanand0","download_url":"https://codeload.github.com/sanand0/tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Ftools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30176299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T11:48:51.886Z","status":"ssl_error","status_checked_at":"2026-03-06T11:48:51.460Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["tool"],"created_at":"2025-03-04T00:57:41.352Z","updated_at":"2026-03-06T12:33:53.425Z","avatar_url":"https://github.com/sanand0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tools\n\nA collection of single page web apps, mostly LLM generated. Hosted at [tools.s-anand.net](https://tools.s-anand.net).\n\n## Overview\n\nThis repository contains a collection of standalone web tools built with:\n- Vanilla JavaScript (ES6+)\n- Bootstrap 5.3 for styling\n- Bootstrap Icons\n\n## Local Development\n\n1. Clone the repository: `git clone https://github.com/s-anand/tools.git \u0026\u0026 cd tools`\n2. Serve the directory using any static file server. E.g. `python -m http.server 8000` or `npx serve` or `caddy file-server`\n3. Open `http://localhost:[PORT]` in your browser\n\n## Adding New Tools\n\n1. Create a new directory for your tool\n2. Add your tool's files (HTML, JS, CSS)\n3. Update `tools.json` with your tool's metadata:\n   ```js\n   {\n     \"tools\": [\n       {\n         \"icon\": \"bi-[icon-name]\",\n         \"title\": \"Tool Name\",\n         \"description\": \"Tool description\",\n         \"url\": \"/path/to/tool/\"\n       }\n     ]\n   }\n   ```\n\n## Deployment\n\nThe site is automatically deployed to GitHub Pages when changes are pushed to the main branch. The deployment process:\n\n1. Push changes to the main branch\n2. GitHub Actions builds and deploys to GitHub Pages\n3. The site becomes available at tools.s-anand.net\n\n## Project Structure\n\n- `index.html` - Main landing page\n- `tools.js` - Dynamic tool card generator\n- `tools.json` - Tool metadata\n- `/[tool-name]/` - Individual tool directories, mostly with just a single LLM-generated `index.html` file\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Ftools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanand0%2Ftools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Ftools/lists"}