{"id":15037722,"url":"https://github.com/qwikdev/qwik","last_synced_at":"2026-05-12T23:01:44.655Z","repository":{"id":37002790,"uuid":"368917877","full_name":"QwikDev/qwik","owner":"QwikDev","description":"Instant-loading web apps, without effort","archived":false,"fork":false,"pushed_at":"2026-05-07T22:40:36.000Z","size":74068,"stargazers_count":22001,"open_issues_count":122,"forks_count":1382,"subscribers_count":133,"default_branch":"main","last_synced_at":"2026-05-07T23:40:38.571Z","etag":null,"topics":["framework","hacktoberfest","javascript","web"],"latest_commit_sha":null,"homepage":"https://qwik.dev","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":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2021-05-19T15:33:32.000Z","updated_at":"2026-05-07T11:37:26.000Z","dependencies_parsed_at":"2026-01-22T23:04:00.844Z","dependency_job_id":null,"html_url":"https://github.com/QwikDev/qwik","commit_stats":{"total_commits":4294,"total_committers":603,"mean_commits":7.12106135986733,"dds":0.7945971122496507,"last_synced_commit":"eb4ca93577497ead469cc1b80e1c55d2acf82039"},"previous_names":["qwikdev/qwik","builderio/qwik"],"tags_count":465,"template":false,"template_full_name":null,"purl":"pkg:github/QwikDev/qwik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QwikDev","download_url":"https://codeload.github.com/QwikDev/qwik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QwikDev%2Fqwik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32960295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["framework","hacktoberfest","javascript","web"],"created_at":"2024-09-24T20:35:26.032Z","updated_at":"2026-05-12T23:01:44.597Z","avatar_url":"https://github.com/QwikDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Qwik Logo\" width=\"400\" src=\"https://raw.githubusercontent.com/QwikDev/qwik/main/packages/docs/public/logos/qwik.svg\" /\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://github.com/QwikDev/qwik/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/QwikDev/qwik/actions/workflows/ci.yml/badge.svg?event=push\" alt=\"Qwik CI\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003eInstant-loading web apps, without effort\u003c/h1\u003e\n\nQwik offers the fastest possible page load times - regardless of the complexity of your website. Qwik is so fast because it allows fully interactive sites to load with almost no JavaScript and [pickup from where the server left off](https://qwik.dev/docs/concepts/resumable/).\n\nAs users interact with the site, only the necessary parts of the site load on-demand. This [precision lazy-loading](https://qwik.dev/docs/concepts/progressive/) is what makes Qwik so quick.\n\n## Getting Started\n\n```sh\nnpm create qwik@latest\n# or\npnpm create qwik@latest\n# or\nyarn create qwik@latest\n# or\nbun create qwik@latest\n```\n\n- Understand the difference between [resumable and replayable](https://qwik.dev/docs/concepts/resumable/) applications.\n- Learn about Qwik's high level [mental model](https://qwik.dev/docs/concepts/think-qwik/).\n\n## Resources\n\n- [Docs](https://qwik.dev/)\n- [Examples](https://qwik.dev/examples/introduction/hello-world/)\n- [Tutorials](https://qwik.dev/tutorial/welcome/overview/)\n- [Videos](https://qwik.dev/media/#videos)\n- [Podcasts](https://qwik.dev/media/#podcasts)\n- [Presentations](https://qwik.dev/media/#presentations)\n- [Blogs](https://qwik.dev/media/#blogs)\n\n## Community\n\n- Ping us at [@QwikDev](https://twitter.com/QwikDev)\n- Join our [Discord](https://qwik.dev/chat) community\n- Join all the [other community groups](https://qwik.dev/ecosystem/#community)\n\n## Development\n\n- See [Contributing.md](https://github.com/QwikDev/qwik/blob/main/CONTRIBUTING.md) for more information on how to build Qwik from the source and contribute!\n\n## Related\n\n- [Partytown](https://partytown.qwik.dev/): Relocate resource intensive third-party scripts off of the main thread and into a web worker 🎉.\n- [Mitosis](https://github.com/BuilderIO/mitosis): Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.\n- [Builder](https://github.com/BuilderIO/builder): Drag and drop page builder and CMS for React, Vue, Angular, and more.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr align=\"center\"\u003e\n    \u003ctd\u003especial sponsor\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.builder.io/m/developers\" rel=\"noopener\"\u003e\n        \u003cpicture\u003e\n          \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://i.imgur.com/eT9FjKT.png\"\u003e\n          \u003cimg width=\"250\" alt=\"Special sponsor Builder.io\" src=\"https://i.imgur.com/32mv01X.png\"\u003e\n        \u003c/picture\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr align=\"center\"\u003e\n    \u003ctd\u003esponsors\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://kunaico.com/\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cpicture\u003e\n          \u003csource srcset=\"https://github.com/user-attachments/assets/47c6d86a-5141-40c6-a0fb-5986266fa589\" media=\"(prefers-color-scheme: dark)\"\u003e\n          \u003csource srcset=\"https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4\" media=\"(prefers-color-scheme: light)\"\u003e\n          \u003cimg width=\"250\" src=\"https://github.com/user-attachments/assets/84bff951-ed35-43e4-9515-ebe07e8b09e4\" alt=\"Company logo\"\u003e\n        \u003c/picture\u003e\n      \u003c/a\u003e    \n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"http://hirez.io/\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cpicture\u003e\n          \u003csource srcset=\"https://i.imgur.com/DHhJM0J.png\" media=\"(prefers-color-scheme: dark)\"\u003e\n          \u003csource srcset=\"https://i.imgur.com/DIbsvQC.png\" media=\"(prefers-color-scheme: light)\"\u003e\n          \u003cimg width=\"250\" src=\"https://i.imgur.com/DIbsvQC.png\" alt=\"Company logo\"\u003e\n        \u003c/picture\u003e\n      \u003c/a\u003e    \n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fqwik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwikdev%2Fqwik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwikdev%2Fqwik/lists"}