{"id":21855596,"url":"https://github.com/zeropsio/recipe-qwik-static","last_synced_at":"2026-01-30T09:02:03.295Z","repository":{"id":246904297,"uuid":"824151147","full_name":"zeropsio/recipe-qwik-static","owner":"zeropsio","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-01T14:16:56.000Z","size":97,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-23T05:50:35.590Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeropsio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-07-04T13:15:42.000Z","updated_at":"2024-08-01T14:16:59.000Z","dependencies_parsed_at":"2024-11-28T02:16:36.839Z","dependency_job_id":"a86a5b0f-8ec7-49ed-a0a7-5027e9955590","html_url":"https://github.com/zeropsio/recipe-qwik-static","commit_stats":null,"previous_names":["zeropsio/recipe-qwik-static"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeropsio/recipe-qwik-static","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-qwik-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-qwik-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-qwik-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-qwik-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeropsio","download_url":"https://codeload.github.com/zeropsio/recipe-qwik-static/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeropsio%2Frecipe-qwik-static/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28910604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T08:15:08.179Z","status":"ssl_error","status_checked_at":"2026-01-30T08:14:31.507Z","response_time":66,"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":[],"created_at":"2024-11-28T02:16:31.972Z","updated_at":"2026-01-30T09:02:03.247Z","avatar_url":"https://github.com/zeropsio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zerops x Qwik - Static\n\nQwik is a web framework for building instead loading web applications at any size or complexity. [Zerops](https://zerops.io) makes deploying and running Qwik apps, both server side rendered and static, a breeze. This recipe showcases the Static version, see [zeropsio/recipe-qwik-nodejs](https://github.com/zeropsio/recipe-qwik-nodejs) for the Node.js version.\n\n![qwik](https://github.com/zeropsio/recipe-shared-assets/blob/main/covers/svg/cover-qwik.svg)\n\n\u003cbr/\u003e\n\n## Deploy on Zerops\n\nYou can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-qwik-static/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.\n\n\u003cbr/\u003e\n\n[![Deploy on Zerops](https://github.com/zeropsio/recipe-shared-assets/blob/main/deploy-button/green/deploy-button.svg)](https://app.zerops.io/recipe/qwik-static)\n\n\u003cbr/\u003e\n\n## Recipe features\n\n- Latest version of **Qwik** with SSG running on a **Zerops Static** service.\n\n\u003cbr/\u003e\n\n## Production vs. development\n\nThis recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add `minContainers: 2` in recipe YAML in the `app` service section, or change the minimum containers in \"Automatic Scaling configuration\" section of service detail).\n\n\u003cbr/\u003e\n\n## Changes made over the default installation\n\nIf you want to modify your existing Qwik app to efficiently run on Zerops, follow these steps:\n\n1. Install the necessary adapter with:\n   `sh\n    pnpm qwik add static\n    `\n   Running this command will make the following changes\n\n- A build.server script will be automatically added to your package.json file.\n- A adapters/static/vite.config.ts file will be created.\n\nNow, just add the [zerops.yml](https://github.com/zeropsio/recipe-qwik-static/blob/main/zerops.yml) file to the root of your project, and make sure to check `package.json` for the scripts.\n\n\u003cbr/\u003e\n\nNeed help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).\n\n## Static Site Generator (Node.js)\n\n```shell\npnpm build.server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Frecipe-qwik-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeropsio%2Frecipe-qwik-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeropsio%2Frecipe-qwik-static/lists"}