{"id":26234701,"url":"https://github.com/max-programming/dev-lab","last_synced_at":"2026-03-10T06:03:02.090Z","repository":{"id":281487080,"uuid":"945155619","full_name":"max-programming/dev-lab","owner":"max-programming","description":"DevLab is a comprehensive set of tools for developers accessible directly from your web browser. Inspired by the popular DevToys desktop application, DevLab brings the same powerful utilities to the web platform, making them available anywhere without installation.","archived":false,"fork":false,"pushed_at":"2025-06-03T07:48:37.000Z","size":623,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T02:02:51.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devlab.usmans.me","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/max-programming.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":null,"dco":null,"cla":null}},"created_at":"2025-03-08T19:33:21.000Z","updated_at":"2025-06-03T07:48:38.000Z","dependencies_parsed_at":"2025-03-09T13:19:22.219Z","dependency_job_id":"7eae6125-b82f-4c17-9af8-c2ce7087583b","html_url":"https://github.com/max-programming/dev-lab","commit_stats":null,"previous_names":["max-programming/dev-lab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/max-programming/dev-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fdev-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fdev-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fdev-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fdev-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max-programming","download_url":"https://codeload.github.com/max-programming/dev-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fdev-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273986629,"owners_count":25202708,"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-07T02:00:09.463Z","response_time":67,"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-03-13T02:28:32.249Z","updated_at":"2026-03-10T06:02:57.029Z","avatar_url":"https://github.com/max-programming.png","language":"TypeScript","readme":"# DevLab\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003eDeveloper utilities right in your browser\u003c/strong\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  A web version of the popular DevToys desktop application\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- License --\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"MIT License\" /\u003e\n  \u003c/a\u003e\n  \u003c!-- Stars --\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/max-programming/dev-lab?style=social\" alt=\"GitHub Stars\" /\u003e\n\u003c/div\u003e\n\n\u003c!-- \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://via.placeholder.com/800x400?text=DevLab+Screenshot\" alt=\"DevLab screenshot\" width=\"800\" /\u003e\n\u003c/div\u003e --\u003e\n\n## Overview\n\nDevLab is a comprehensive set of tools for developers accessible directly from your web browser. Inspired by the popular DevToys desktop application, DevLab brings the same powerful utilities to the web platform, making them available anywhere without installation.\n\n## Features\n\nDevLab includes various tools categorized for different needs:\n\n### Converters\n- [🕒 CRON Expression Parser - Parse cron expressions to get scheduled dates](https://devlab.usmans.me/converters/cron-parser)\n- [🗂️ JSON to YAML Converter - Convert JSON data to YAML format and vice versa](https://devlab.usmans.me/converters/json-yaml)\n- [#️⃣ Number Base Converter - Convert numbers from one base to another](https://devlab.usmans.me/converters/number-base)\n- _More converters coming soon!_\n\n### Generators\n- [🆔 UUID Generator - Generate various UUID/GUID formats (v1, v4 (GUID), v7)](https://devlab.usmans.me/generators/uuid)\n- [🔑 Password Generator - Generate random passwords](https://devlab.usmans.me/generators/password)\n- _More generators coming soon!_\n\n*More tools are being added regularly!*\n\n## Getting Started\n\n### Installation\n\nClone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/max-programming/dev-lab.git\ncd dev-lab\nbun install\n```\n\n### Development\n\nStart the development server:\n\n```bash\nbun dev\n```\n\nThe application will be available at http://localhost:3000 by default.\n\n### Building for Production\n\n```bash\nbun build\n```\n\n## Technology Stack\n\n- [React](https://reactjs.org/)\n- [TanStack Router](https://tanstack.com/router)\n- [TanStack Start](https://tanstack.com/start) - Modern React applications framework\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Shadcn UI](https://ui.shadcn.com/) - Beautiful, accessible UI components\n- [Radix UI](https://www.radix-ui.com/) - Unstyled, accessible UI primitives\n- [Bun](https://bun.sh/) - JavaScript runtime \u0026 package manager\n\n## Contributing\n\nContributions are welcome! If you'd like to add new features, fix bugs, or improve documentation:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\nSee the [open issues](https://github.com/yourusername/dev-lab/issues) for a list of proposed features and known issues.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Inspired by [DevToys](https://devtoys.app/), a fantastic developer tools application\n- Built with [TanStack Router](https://tanstack.com/router) and [Radix UI](https://www.radix-ui.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fdev-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmax-programming%2Fdev-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fdev-lab/lists"}