{"id":31049231,"url":"https://github.com/timbroddin/tinydevtools","last_synced_at":"2025-09-14T21:48:26.138Z","repository":{"id":296232885,"uuid":"992075787","full_name":"TimBroddin/tinydevtools","owner":"TimBroddin","description":"A collection of small dev tools and utils.","archived":false,"fork":false,"pushed_at":"2025-06-02T06:41:10.000Z","size":1244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-12T04:01:09.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tinydev.tools","language":"TypeScript","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/TimBroddin.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}},"created_at":"2025-05-28T15:22:30.000Z","updated_at":"2025-06-02T06:41:13.000Z","dependencies_parsed_at":"2025-05-29T17:12:16.223Z","dependency_job_id":null,"html_url":"https://github.com/TimBroddin/tinydevtools","commit_stats":null,"previous_names":["timbroddin/tinydevtools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TimBroddin/tinydevtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimBroddin%2Ftinydevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimBroddin%2Ftinydevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimBroddin%2Ftinydevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimBroddin%2Ftinydevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimBroddin","download_url":"https://codeload.github.com/TimBroddin/tinydevtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimBroddin%2Ftinydevtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275174427,"owners_count":25418064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-14T21:48:21.072Z","updated_at":"2025-09-14T21:48:26.121Z","avatar_url":"https://github.com/TimBroddin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ tinydev.tools\n\nA modern collection of essential developer tools and utilities, built with React and Tanstack Router, and designed for simplicity and productivity.\n\n### Prerequisites\n- Node.js 18+ \n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/tinydevtools.git\ncd tinydevtools\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n4. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n## 🏗️ Tech Stack\n\n- **React** - UI library\n- **TypeScript** - Type safety\n- **Vite** - Build tool and dev server\n- **TanStack Router** - Type-safe routing\n- **Tanstack Start** - Full-stack framework\n- **Tailwind CSS** - Styling\n- **Lucide React** - Icons\n- **Shadcn** - UI components\n\n## 🤝 Contributing\n\nWe love contributions! Here's how you can help make tinydev.tools even better:\n\n### How to Contribute\n\n1. **Fork the repository**\n   ```bash\n   # Click the \"Fork\" button on GitHub or use GitHub CLI\n   gh repo fork yourusername/tinydevtools\n   ```\n\n2. **Create a feature branch**\n   ```bash\n   git checkout -b feature/amazing-new-tool\n   # or\n   git checkout -b fix/bug-description\n   ```\n\n3. **Make your changes**\n   - Add new tools to the `tools` array in `src/components/Layout.tsx`\n   - Create new route files in the appropriate directory structure\n   - Follow existing patterns and code style\n   - Ensure responsive design compatibility\n\n4. **Test your changes**\n   ```bash\n   npm run dev\n   # Test on both desktop and mobile\n   ```\n\n5. **Commit your changes**\n   ```bash\n   git add .\n   git commit -m \"feat: add amazing new tool\"\n   # Follow conventional commit format\n   ```\n\n6. **Push to your fork**\n   ```bash\n   git push origin feature/amazing-new-tool\n   ```\n\n7. **Create a Pull Request**\n   - Go to the original repository on GitHub\n   - Click \"New Pull Request\" \n   - Select your fork and branch\n   - Write a clear description of your changes\n   - Submit the PR\n\n### Contribution Guidelines\n\n- 📱 **Ensure mobile responsiveness** for any UI changes\n- ⚡ **Keep tools simple and fast** - no unnecessary dependencies\n- 🔒 **Maintain privacy** - tools should work offline when possible\n\n### Reporting Issues\n\nFound a bug? Have a feature request? Please:\n1. Check existing issues first\n2. Create a detailed issue with steps to reproduce\n3. Include screenshots for UI issues\n4. Specify browser and device information\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n```\nMIT License\n\nCopyright (c) 2024 tinydev.tools\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n## 📞 Support\n\n- 🐛 **Bug Reports**: [GitHub Issues](https://github.com/yourusername/tinydevtools/issues)\n- 💡 **Feature Requests**: [GitHub Issues](https://github.com/yourusername/tinydevtools/issues)\n- 🤝 **Discussions**: [GitHub Discussions](https://github.com/yourusername/tinydevtools/discussions)\n\n---\n\n**Happy coding! 🚀**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbroddin%2Ftinydevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbroddin%2Ftinydevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbroddin%2Ftinydevtools/lists"}