{"id":14007225,"url":"https://github.com/AnishDe12020/devkit","last_synced_at":"2025-07-24T01:31:02.884Z","repository":{"id":38038412,"uuid":"419788404","full_name":"AnishDe12020/devkit","owner":"AnishDe12020","description":"A simple PWA with all the tools a developer would ever need.","archived":false,"fork":false,"pushed_at":"2024-10-24T06:07:42.000Z","size":2704,"stargazers_count":30,"open_issues_count":18,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T00:39:45.989Z","etag":null,"topics":["chakra-ui","devkit","devtools","gradient-generator","image-resizer","nextjs","pwa","tools","video-converter"],"latest_commit_sha":null,"homepage":"https://devkit.one","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/AnishDe12020.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"AnishDe12020","custom":["blog.anishde.dev/sponsor"]}},"created_at":"2021-10-21T15:59:21.000Z","updated_at":"2024-05-28T00:43:21.000Z","dependencies_parsed_at":"2024-10-24T08:42:13.378Z","dependency_job_id":"a7f95d7b-9fb5-485c-93af-601f287a82d0","html_url":"https://github.com/AnishDe12020/devkit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fdevkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fdevkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fdevkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnishDe12020%2Fdevkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnishDe12020","download_url":"https://codeload.github.com/AnishDe12020/devkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227384179,"owners_count":17772330,"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","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":["chakra-ui","devkit","devtools","gradient-generator","image-resizer","nextjs","pwa","tools","video-converter"],"created_at":"2024-08-10T10:01:55.527Z","updated_at":"2024-11-30T17:32:19.190Z","avatar_url":"https://github.com/AnishDe12020.png","language":"TypeScript","funding_links":["https://github.com/sponsors/AnishDe12020","blog.anishde.dev/sponsor"],"categories":["TypeScript"],"sub_categories":[],"readme":"# DevKit\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n**Important: DevKit is no longer actively maintained. Bug reports and feature requests are still welcome but I cannot gurantee if they will be fixed/implemented.**\n\n**However, pull requests are welcome and will be merged once they look fine.**\n\n**Dependencies will be upgraded regularly (dependabot and snyk automatically opens pull requests for this)**\n\nDevKit is a simple progressive-web-application with tools a developer needs when coding. The project is completely free and open-source and does not need one to sign-up or provide it with any data, in fact we don't have a backend!!! \n\n\u003e Note: This project is in a very early stage of development with only a few tools as of now but the core developer, that is me and contributors are making it better day-by-day\n\n# Contributing\nFirst let us go through the project structure - \n```\n/components\n    /Tools\n        /\u003cToolCategory\u003e\n            /\u003cTool\u003e\n/data\n    /categories.ts\n    /tools\n        /\u003cTool\u003e\n/pages\n    /[...slug].tsx // This is the page where all the tools live. The tool details are obtained from the slug and the respective component for that tool is dynamically imported and shown on the right-side of the sidebar\n```\n\nThe `data` folder components metadata about all the tools and tool categories.\nThe `components` folder contains some universal components for the apps and tool-specific components. There is one master component per tool which is mounted to the page when the tool is requested for.\n\nWhen adding a new tool, firstly put in the metadata of the tool in the `data/tools/\u003ccategory\u003e` directory by creating a typescript file (javascript is allowed but will be converted into typescript sooner or later by a maintainer or contributor and is usually not recommended) there. Then the `categories.ts` file needs to be filled up (refer to the other categories to understand. This will be soon documented in deep.). Now, a master component needs to be made. `components/Tools/\u003ccategory\u003e/\u003ctool\u003e` is the syntax. Note that the category must match the directory name field in the categories file and the tool must correspond to the `componentFileName` field.\n\nBefore opening a pull request, please manually test your code.\n\nHappy contributing!!!\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://gouravkhunger.xyz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46792249?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGourav Khunger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-gouravkhunger\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.avneesh.tech/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/76690419?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAvneesh Agarwal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AnishDe12020/devkit/commits?author=avneesh0612\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/AnishDe12020/devkit/commits?author=avneesh0612\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://krishguptadev.tech\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/91655303?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKrish Gupta\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-krishguptadev\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/diganta413\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/69595396?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDiganta Ghosh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#tool-diganta413\" title=\"Tools\"\u003e🔧\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://twitter.com/kr_anurag_\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/77309809?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnurag\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#projectManagement-kr-anurag\" title=\"Project Management\"\u003e📆\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://stackoverflow.com/story/panquesito7\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51391473?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Leal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AnishDe12020/devkit/commits?author=Panquesito7\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://tdoc.info/en/blog/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/177213?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eshirou\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AnishDe12020/devkit/commits?author=shirou\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnishDe12020%2Fdevkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAnishDe12020%2Fdevkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAnishDe12020%2Fdevkit/lists"}