{"id":19726549,"url":"https://github.com/gustavocadev/qwik-vercel-serverless-without-edge","last_synced_at":"2026-04-29T21:03:57.421Z","repository":{"id":226697120,"uuid":"769420291","full_name":"gustavocadev/qwik-vercel-serverless-without-edge","owner":"gustavocadev","description":"Example Qwik City + Vercel serveless using express (Not using Vercel edge)","archived":false,"fork":false,"pushed_at":"2024-03-09T03:38:43.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T21:18:48.967Z","etag":null,"topics":["express","nodejs","qwik","qwik-city","serverless","vercel"],"latest_commit_sha":null,"homepage":"https://qwik-vercel-serverless-without-edge.vercel.app","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/gustavocadev.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}},"created_at":"2024-03-09T03:03:51.000Z","updated_at":"2025-10-15T19:37:52.000Z","dependencies_parsed_at":"2024-03-09T04:24:34.024Z","dependency_job_id":null,"html_url":"https://github.com/gustavocadev/qwik-vercel-serverless-without-edge","commit_stats":null,"previous_names":["gustavocadev/qwik-vercel-serverless-without-edge","salemgst/qwik-vercel-serverless-without-edge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gustavocadev/qwik-vercel-serverless-without-edge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fqwik-vercel-serverless-without-edge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fqwik-vercel-serverless-without-edge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fqwik-vercel-serverless-without-edge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fqwik-vercel-serverless-without-edge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavocadev","download_url":"https://codeload.github.com/gustavocadev/qwik-vercel-serverless-without-edge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fqwik-vercel-serverless-without-edge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"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":["express","nodejs","qwik","qwik-city","serverless","vercel"],"created_at":"2024-11-11T23:36:01.273Z","updated_at":"2026-04-29T21:03:57.404Z","avatar_url":"https://github.com/gustavocadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Qwik + Vercel without the Edge\n\n## Steps to deploy Qwik on Vercel without the Edge\n\n1. Add Express adapter to your Qwik app\n\n```bash\npnpm qwik add express\n```\n\n2. Create `api/index.js` file to the root of your project and add the following code:\n\n```javascript\nexport * from '../server/entry.express.js';\n```\n\n3. Add `vercel.json` file to the root of your project with the following content:\n\n```json\n{\n  \"rewrites\": [\n    {\n      \"source\": \"/(.*)\",\n      \"destination\": \"/api\"\n    }\n  ],\n  \"headers\": [\n    {\n      \"source\": \"/build/(.*)\",\n      \"headers\": [\n        {\n          \"key\": \"Cache-Control\",\n          \"value\": \"public, max-age=31536000, s-maxage=31536000, immutable\"\n        }\n      ]\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Fqwik-vercel-serverless-without-edge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavocadev%2Fqwik-vercel-serverless-without-edge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Fqwik-vercel-serverless-without-edge/lists"}