{"id":39018755,"url":"https://github.com/ngoldack/vercel-go-chi","last_synced_at":"2026-01-17T17:26:49.831Z","repository":{"id":201163721,"uuid":"707107093","full_name":"ngoldack/vercel-go-chi","owner":"ngoldack","description":"deploy go chi router to vercel serverless functions","archived":false,"fork":false,"pushed_at":"2024-06-12T22:57:49.000Z","size":25,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T03:24:52.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vercel-chi-beta.vercel.app","language":"Go","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/ngoldack.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}},"created_at":"2023-10-19T08:33:27.000Z","updated_at":"2024-03-29T11:32:25.000Z","dependencies_parsed_at":"2023-10-19T14:40:34.003Z","dependency_job_id":"6c09b63e-8691-4cb5-af81-18feeb7d7db0","html_url":"https://github.com/ngoldack/vercel-go-chi","commit_stats":null,"previous_names":["ngoldack/vercel-chi","ngoldack/vercel-go-chi"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ngoldack/vercel-go-chi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngoldack%2Fvercel-go-chi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngoldack%2Fvercel-go-chi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngoldack%2Fvercel-go-chi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngoldack%2Fvercel-go-chi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngoldack","download_url":"https://codeload.github.com/ngoldack/vercel-go-chi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngoldack%2Fvercel-go-chi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28512903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":"2026-01-17T17:26:49.746Z","updated_at":"2026-01-17T17:26:49.821Z","avatar_url":"https://github.com/ngoldack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vercel-go-chi\n\nDemo application using vercel serverless functions to create a simple API with go using chi router.\n\n## About\n\nThis template uses common go api practices for developing apis for deployment on vercel.\nWhen deployed on vercel, every time the serverless function is invoked, a new router is created and the current request is matched against it.\n\n### Who this is for\n\nIf you have a small api with not a lot of traffic, this template and serverless functions in general are right for you.\n\n### Who this is not for\n\nIf you have a lot of traffic or have a lot of external dependencies (Databases, external APIs, ...) then you might use a real server.\n\nFor example if you have are connecting to a database,\nvvery time the serverless function is invoked, a new connection to the database will be created and destroyed afterwards. This can create a bottleneck in a high traffic environment.\n\n## Technologies used\n\n- [Go](https://go.dev/) - Programming language\n- [Chi](https://go-chi.io/) - Router\n- [Vercel](https://vercel.com/) - Serverless functions\n- [Magefile](https://magefile.dev/) - Task executor\n- [Dagger](https://dagger.io/) - CI\n- [Github Actions](https://github.com/features/actions) - CI executor\n\n## Using this template\n\nTo use this template, you can click on the \"Use this template\" button or clone it using git:\n\n```bash\ngit clone https://github.com/ngoldack/vercel-go-chi.git\n```\n\n## Pre-requisites\n\nTo run this application locally, you need to have [Go](https://golang.org/) and [Magefile](https://magefile.dev) installed.\n\nIf you want to run the CI locally, you also need [Docker](https://www.docker.com/) and [Dagger](https://dagger.io) installed.\n\n## Tasks\n\n### Dev server\n\n```bash\nmage -v dev\n```\n\n### Test\n\n```bash\nmage -v test\n```\n\n### CI (build, lint, test)\n\nRequires `docker` and `dagger` installed.\n\n```bash\ndagger run go run ci/main.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngoldack%2Fvercel-go-chi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngoldack%2Fvercel-go-chi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngoldack%2Fvercel-go-chi/lists"}