{"id":34706239,"url":"https://github.com/ghosind/devtools","last_synced_at":"2026-04-19T22:34:24.134Z","repository":{"id":325006982,"uuid":"1099459295","full_name":"ghosind/devtools","owner":"ghosind","description":"A collection of developer utilities.","archived":false,"fork":false,"pushed_at":"2026-03-18T10:16:45.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-19T01:35:19.847Z","etag":null,"topics":["base64","crypto","datetime","decrypt","devtools","encrypt","hash","jwt","mongodb","number","objectid","qrcode","useragent"],"latest_commit_sha":null,"homepage":"https://devtools.ghosind.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghosind.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-11-19T02:44:14.000Z","updated_at":"2026-03-18T10:16:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ghosind/devtools","commit_stats":null,"previous_names":["ghosind/devtools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghosind/devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghosind","download_url":"https://codeload.github.com/ghosind/devtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghosind%2Fdevtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32025774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["base64","crypto","datetime","decrypt","devtools","encrypt","hash","jwt","mongodb","number","objectid","qrcode","useragent"],"created_at":"2025-12-24T23:25:02.945Z","updated_at":"2026-04-19T22:34:24.129Z","avatar_url":"https://github.com/ghosind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevTools\n\nA collection of developer utilities built with Next.js.\n\n## Quick start\n\nInstall dependencies and run the development server:\n\n```bash\nnpm install\nnpm run dev\n```\n\nBuild and run production:\n\n```bash\nnpm run build\nnpm run start\n```\n\nYou can set environment variables in `.env.local` (see below). On macOS zsh you can also use `export` for quick testing.\n\n## Environment variables\n\n- `NEXT_PUBLIC_GA_ID` — optional Google Analytics Measurement ID (e.g. `G-XXXXXXXXXX`). If unset, the GA script will not be injected.\n\nExample `.env.local`:\n\n```\nNEXT_PUBLIC_GA_ID=G-XXXXXXXXXX\n```\n\nRestart the dev server after changing environment variables.\n\n## Adding a new tool\n\n1. Add an entry in `src/constants/tools.ts`:\n\n```ts\n{\n  key: 'mytool',\n  title: 'Tools.MyTool.Name',\n  description: 'Tools.MyTool.Description',\n  href: '/tools/mytool'\n}\n```\n\n2. Add localized strings in `src/translations/xx.json`.\n3. Create the page under `src/app/tools/mytool/page.tsx`.\n\nThe sidebar will automatically pick up new tools from the constants list.\n\n## License\n\nThe project is published under the GNU General Public License v3.0. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fdevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghosind%2Fdevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghosind%2Fdevtools/lists"}