{"id":19857456,"url":"https://github.com/qwikdev/devtools","last_synced_at":"2026-04-01T18:38:59.677Z","repository":{"id":199994020,"uuid":"704117922","full_name":"QwikDev/devtools","owner":"QwikDev","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-23T09:28:29.000Z","size":1292,"stargazers_count":30,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-28T03:47:59.318Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/QwikDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-12T15:14:12.000Z","updated_at":"2026-03-23T09:27:36.000Z","dependencies_parsed_at":"2025-01-13T20:26:33.140Z","dependency_job_id":"caa29828-9fc4-4d56-b94c-96efccc12da2","html_url":"https://github.com/QwikDev/devtools","commit_stats":null,"previous_names":["qwikdev/devtools"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/QwikDev/devtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fdevtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fdevtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fdevtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fdevtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QwikDev","download_url":"https://codeload.github.com/QwikDev/devtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fdevtools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2024-11-12T14:18:43.731Z","updated_at":"2026-04-01T18:38:59.673Z","avatar_url":"https://github.com/QwikDev.png","language":"TypeScript","readme":"# Qwik DevTools\n\n![Qwik DevTools](https://raw.github.com/QwikDev/devtools/main/assets/screenshot.png)\n\nEnhance your Qwik development experience with DevTools that provide real-time insights into your application, dependencies, and setup.\n\n## Installation\n\n\u003e Qwik DevTools requires **Qwik v2.0.0-beta.1 or higher**.\n\n```shell copy\nnpm install @qwik.dev/devtools -D\n```\n\n```shell copy\npnpm add @qwik.dev/devtools -D\n```\n\n```shell copy\nyarn add @qwik.dev/devtools -D\n```\n\n## Setup\n\nAdd the plugin to your `vite.config.(m)ts`:\n\n```ts copy\nimport { qwikDevtools } from '@qwik.dev/devtools';\n\nexport default defineConfig({\n  plugins: [\n    qwikRouter(),\n    qwikVite(),\n    tsconfigPaths(),\n    qwikDevtools(), // 👈 Add the plugin here\n  ],\n  ssr: {\n    noExternal: ['@qwik.dev/devtools']; // 👈 Add the plugin here\n  }\n});\n```\n\n## Features\n\n- 🔍 Route Explorer\n- ⚡️ Dependency Explorer\n- 📊 Asset Explorer\n- 🐞 Debug Tools\n\n## Contribution Guide\n\nPlease refer to the [Contribution Guide](./CONTRIBUTING.md). Sharing feedback and feature request with GitHub issues is welcome.\n\n## Community\n\nJoin our vibrant community:\n\n- 🐦 Follow [@QwikDev](https://twitter.com/QwikDev) on Twitter\n- 💬 Join our [Discord](https://qwik.dev/chat) community\n- 🌐 Check out [other community groups](https://qwik.dev/ecosystem/#community)\n\n## Related Links\n\n- [📚 Qwik Documentation](https://qwik.dev/)\n- [💬 Discord Chat](https://qwik.dev/chat)\n- [⭐️ Qwik GitHub](https://github.com/QwikDev/qwik)\n- [🐦 @QwikDev](https://twitter.com/QwikDev)\n- [⚡️ Vite](https://vitejs.dev/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fdevtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwikdev%2Fdevtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fdevtools/lists"}